Deleted Added
full compact
Makefile (67426) Makefile (67502)
1# $FreeBSD: head/release/Makefile 67426 2000-10-22 05:57:50Z gshapiro $
1# $FreeBSD: head/release/Makefile 67502 2000-10-24 16:04:56Z gshapiro $
2#
3# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
4#
5# Where "/some/dir" is the pathname of a directory on a some
6# filesystem with at least 1000MB of free space, "somename" is what
7# you want the release to call itself and, optionally, which CVS "tag"
8# name should be used when checking out the sources to build the release
9# (default is HEAD).

--- 395 unchanged lines hidden (view full) ---

405 done
406 touch release.4
407
408#
409# --==## Fix up the distributions. ##==--
410#
411release.5:
412 # Handle some grief caused by the munition braindeadness.
2#
3# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
4#
5# Where "/some/dir" is the pathname of a directory on a some
6# filesystem with at least 1000MB of free space, "somename" is what
7# you want the release to call itself and, optionally, which CVS "tag"
8# name should be used when checking out the sources to build the release
9# (default is HEAD).

--- 395 unchanged lines hidden (view full) ---

405 done
406 touch release.4
407
408#
409# --==## Fix up the distributions. ##==--
410#
411release.5:
412 # Handle some grief caused by the munition braindeadness.
413 for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump ; do \
413 for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/sendmail usr.sbin/tcpdump/tcpdump ; do \
414 ( cd ${.CURDIR}/../$$i; \
415 make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
416 done
417
418 # Create any "synthetic dists" now.
419 @for i in ${DISTRIBUTIONS}; do \
420 if [ -f ${.CURDIR}/scripts/$${i}-make.sh ]; then \
421 echo -n "Running $$i dist creation script... "; \

--- 443 unchanged lines hidden ---
414 ( cd ${.CURDIR}/../$$i; \
415 make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
416 done
417
418 # Create any "synthetic dists" now.
419 @for i in ${DISTRIBUTIONS}; do \
420 if [ -f ${.CURDIR}/scripts/$${i}-make.sh ]; then \
421 echo -n "Running $$i dist creation script... "; \

--- 443 unchanged lines hidden ---