Source-Changes-HG archive

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

[src/netbsd-3]: src Pull up following revision(s) (requested by lukem in tick...



details:   https://anonhg.NetBSD.org/src/rev/06ac5188e865
branches:  netbsd-3
changeset: 577067:06ac5188e865
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Aug 28 10:17:52 2005 +0000

description:
Pull up following revision(s) (requested by lukem in ticket #716):
        Makefile: revision 1.240
Modify "release" to invoke "make distribution" instead of "make build",
so that the "obsolete file removal" functionality of "distribution" is used.
Fixes build problems numerous people have experienced with MKUPDATE=yes
and the "release" target.

diffstat:

 Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 6393f254d43e -r 06ac5188e865 Makefile
--- a/Makefile  Sun Aug 28 10:16:27 2005 +0000
+++ b/Makefile  Sun Aug 28 10:17:52 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.238.2.1 2005/04/20 11:23:52 tron Exp $
+#      $NetBSD: Makefile,v 1.238.2.2 2005/08/28 10:17:52 tron Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -50,7 +50,7 @@
 #      defaults to the root directory).  Ensures that INSTALLWORLDDIR
 #      is the not root directory if cross compiling.
 #   release:
-#      Does a `make build', and then tars up the DESTDIR files
+#      Does a `make distribution', and then tars up the DESTDIR files
 #      into RELEASEDIR/${MACHINE}, in release(7) format.
 #      (See etc/Makefile for more information on this.)
 #   regression-tests:
@@ -292,14 +292,14 @@
 .endfor
 
 #
-# Build a release or snapshot (implies "make build").  Note that
+# Build a release or snapshot (implies "make distribution").  Note that
 # in this case, the set lists will be checked before the tar files
 # are made.
 #
 
 release snapshot: .PHONY
-       ${MAKEDIRTARGET} . build NOPOSTINSTALL=1
-       ${MAKEDIRTARGET} etc release INSTALL_DONE=1
+       ${MAKEDIRTARGET} . distribution
+       ${MAKEDIRTARGET} etc release DISTRIBUTION_DONE=1
        @echo   "make ${.TARGET} started at:  ${START_TIME}"
        @printf "make ${.TARGET} finished at: " && date
 



Home | Main Index | Thread Index | Old Index