Source-Changes-HG archive

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

[src/netbsd-1-4]: src Pull up revisions 1.109 and 1.120 (via patch, requested...



details:   https://anonhg.NetBSD.org/src/rev/2a8fe799c536
branches:  netbsd-1-4
changeset: 470875:2a8fe799c536
user:      he <he%NetBSD.org@localhost>
date:      Sat Aug 26 19:00:36 2000 +0000

description:
Pull up revisions 1.109 and 1.120 (via patch, requested by fredb):
  Make it easier on release builders -- descend into "distrib"
  directory whenever "obj" or "cleandir" targets are invoked.

diffstat:

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

diffs (27 lines):

diff -r 11b155906035 -r 2a8fe799c536 Makefile
--- a/Makefile  Sat Aug 26 18:41:36 2000 +0000
+++ b/Makefile  Sat Aug 26 19:00:36 2000 +0000
@@ -1,7 +1,11 @@
-#      $NetBSD: Makefile,v 1.95 1999/04/01 02:49:12 cjs Exp $
+#      $NetBSD: Makefile,v 1.95.2.1 2000/08/26 19:00:36 he 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
+.PHONY: release
+
+TARGETS+=      release
+
 # information, see http://www.netbsd.org/developers/releng/index.html
 #
 # Not everything you can set or do is documented in this makefile. In
@@ -46,6 +50,10 @@
 
 SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys
 
+.if make(cleandir) || make(obj)
+SUBDIR+= distrib
+.endif
+
 .if exists(games)
 SUBDIR+= games
 .endif



Home | Main Index | Thread Index | Old Index