summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-01-17 14:21:21 +0000
committerbrian <brian@FreeBSD.org>1998-01-17 14:21:21 +0000
commitc73933598abd6a1d2341f4c5a98889ac0553c51f (patch)
tree66f3159bc05072bb04cd61207f7cb83f55c20642 /release/Makefile
parenta9f58b314583656d13806eceb2110a8ba618ef98 (diff)
downloadFreeBSD-src-c73933598abd6a1d2341f4c5a98889ac0553c51f.zip
FreeBSD-src-c73933598abd6a1d2341f4c5a98889ac0553c51f.tar.gz
Remove the necessity of -ldes and -lalias etc from release/Makefile.
When building a release, RELEASE_CRUNCH is defined for a `make' of the objects required by the crunch of each program. The object list is still obtained in the same way, so you must make sure that all objects are built (empty if necessary) by this make. ppp/Makefile provides an example. Reviewed by: jkh
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 1c802ac..85e1e92 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.331 1997/10/05 22:31:40 jkh Exp $
+# $Id: Makefile,v 1.332 1997/10/20 21:57:14 joerg Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -294,8 +294,8 @@ release.4:
mkdir $${j}_crunch && \
( cd $${j}_crunch && \
crunchgen ${.CURDIR}/$${j}_crunch.conf && \
- ${MAKE} -f $${j}_crunch.mk all NOCRYPT=yes \
- "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
+ ${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean all
+ NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
mv $${j}_crunch/$${j}_crunch ${RD}/crunch/$${j} && \
true || { rm -rf $${j}_crunch ; false ; } ; \
done
OpenPOWER on IntegriCloud