Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add a wrapper for the "distribution" target, similar to the ...



details:   https://anonhg.NetBSD.org/src/rev/a3285f785193
branches:  trunk
changeset: 518155:a3285f785193
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Nov 25 18:31:12 2001 +0000

description:
Add a wrapper for the "distribution" target, similar to the wrapper
for the "release" target.

diffstat:

 Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 4bd519b3c358 -r a3285f785193 Makefile
--- a/Makefile  Sun Nov 25 18:19:14 2001 +0000
+++ b/Makefile  Sun Nov 25 18:31:12 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.159 2001/11/24 21:53:16 perry Exp $
+#      $NetBSD: Makefile,v 1.160 2001/11/25 18:31:12 thorpej Exp $
 
 # This is the top-level makefile for building NetBSD. For an outline of
 # how to build a snapshot or release, as well as other release engineering
@@ -148,6 +148,12 @@
        @echo -n "Build finished at: " && date
 .endif
 
+# Build a full distribution, but not a release (i.e. no sets into
+# ${RELEASEDIR}).
+
+distribution: build
+       (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution)
+
 # Build a release or snapshot (implies "make build").
 
 release snapshot: build



Home | Main Index | Thread Index | Old Index