Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes Stop this make from descending into directorie...
details: https://anonhg.NetBSD.org/src/rev/9c7d06bacaaf
branches: trunk
changeset: 483931:9c7d06bacaaf
user: garbled <garbled%NetBSD.org@localhost>
date: Tue Mar 21 03:58:12 2000 +0000
description:
Stop this make from descending into directories that don't exist yet.
diffstat:
distrib/notes/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 31ea4c96d9df -r 9c7d06bacaaf distrib/notes/Makefile
--- a/distrib/notes/Makefile Tue Mar 21 03:55:23 2000 +0000
+++ b/distrib/notes/Makefile Tue Mar 21 03:58:12 2000 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.12 1999/06/30 18:23:02 ross Exp $
+# $NetBSD: Makefile,v 1.13 2000/03/21 03:58:12 garbled Exp $
TARGETS += release
.ifndef ALLNOTES
+.if exists($MACHINE)
SUBDIR = ${MACHINE}
+.endif
.else
SUBDIR = alpha amiga arm32 atari hp300 i386 mac68k
SUBDIR+= mvme68k pc532 pmax sparc sun3 vax x68k
Home |
Main Index |
Thread Index |
Old Index