* Make build/install of www /usr/obj prefix clean.
* Use make variables instead of hard coding commands, paths, and options. * Wrap some long lines. * Replace shell loops with make for loops, etc. PR: docs/31132 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
This commit is contained in:
parent
134d0c030a
commit
0d8e79bd0c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11067
18 changed files with 218 additions and 131 deletions
|
@ -7,10 +7,10 @@
|
|||
# of relnotes should appear on the web site. The second word is the
|
||||
# path to that relnotes set.
|
||||
#
|
||||
# $FreeBSD: www/en/relnotes/Makefile,v 1.3 2001/08/30 06:59:55 dd Exp $
|
||||
# $FreeBSD: www/en/relnotes/Makefile,v 1.4 2001/09/09 15:32:29 dd Exp $
|
||||
#
|
||||
|
||||
RELNOTES= CURRENT ${.CURDIR}/../../../relnotes/doc \
|
||||
RELNOTES?= CURRENT ${.CURDIR}/../../../relnotes/doc \
|
||||
4-STABLE ${.CURDIR}/../../../relnotes4/doc
|
||||
|
||||
all install clean obj:
|
||||
|
@ -18,7 +18,7 @@ all install clean obj:
|
|||
while :; do \
|
||||
case $$# in \
|
||||
0) break;; \
|
||||
1) echo "bad \$$RELNOTES value"; false; break;; \
|
||||
1) ${ECHO_CMD} "bad \$$RELNOTES value"; false; break;; \
|
||||
esac; \
|
||||
webname=$$1; shift; realpath=$$1; shift; \
|
||||
(unset DESTDIR || true; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue