Deleted Added
full compact
Makefile (70419) Makefile (70565)
1# $FreeBSD: head/release/Makefile 70419 2000-12-28 10:32:02Z peter $
1# $FreeBSD: head/release/Makefile 70565 2001-01-01 21:39:00Z peter $
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).

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

417 done
418 touch release.4
419
420#
421# --==## Fix up the distributions. ##==--
422#
423release.5:
424 # 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).

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

417 done
418 touch release.4
419
420#
421# --==## Fix up the distributions. ##==--
422#
423release.5:
424 # Handle some grief caused by the munition braindeadness.
425 for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/sendmail usr.sbin/tcpdump/tcpdump ; do \
425 for i in bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/sendmail usr.sbin/tcpdump/tcpdump ; do \
426 ( cd ${.CURDIR}/../$$i; \
427 make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
428 done
429
430 # Create any "synthetic dists" now.
431 @for i in ${DISTRIBUTIONS}; do \
432 if [ -f ${.CURDIR}/scripts/$${i}-make.sh ]; then \
433 echo -n "Running $$i dist creation script... "; \

--- 464 unchanged lines hidden ---
426 ( cd ${.CURDIR}/../$$i; \
427 make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
428 done
429
430 # Create any "synthetic dists" now.
431 @for i in ${DISTRIBUTIONS}; do \
432 if [ -f ${.CURDIR}/scripts/$${i}-make.sh ]; then \
433 echo -n "Running $$i dist creation script... "; \

--- 464 unchanged lines hidden ---