Source-Changes-HG archive

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

[src/netbsd-1-4]: src/share/mk Pull up revision 1.10:



details:   https://anonhg.NetBSD.org/src/rev/b94b04e950ad
branches:  netbsd-1-4
changeset: 469358:b94b04e950ad
user:      he <he%NetBSD.org@localhost>
date:      Fri Sep 10 22:50:46 1999 +0000

description:
Pull up revision 1.10:
  Allow natural use of multiple "make" targets in the main tree
  without setting BUILD, fixing PR#8313 and PR#3894.

diffstat:

 share/mk/bsd.files.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 277ce66ec454 -r b94b04e950ad share/mk/bsd.files.mk
--- a/share/mk/bsd.files.mk     Fri Sep 10 22:49:46 1999 +0000
+++ b/share/mk/bsd.files.mk     Fri Sep 10 22:50:46 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.files.mk,v 1.8 1999/02/11 13:25:42 tv Exp $
+#      $NetBSD: bsd.files.mk,v 1.8.2.1 1999/09/10 22:50:46 he Exp $
 
 # This file can be included multiple times.  It clears the definition of
 # FILES at the end so that this is possible.
@@ -25,7 +25,7 @@
 .if !defined(UPDATE)
 .PHONY: ${DESTDIR}${FILESDIR_${F}}/${FILESNAME_${F}}
 .endif
-.if !defined(BUILD)
+.if !defined(BUILD) && !make(all) && !make(${F})
 ${DESTDIR}${FILESDIR_${F}}/${FILESNAME_${F}}: .MADE
 .endif
 



Home | Main Index | Thread Index | Old Index