Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/cdrom If building a source only cd don't include sha...
details: https://anonhg.NetBSD.org/src/rev/6dcf7c0a906e
branches: trunk
changeset: 573121:6dcf7c0a906e
user: jmc <jmc%NetBSD.org@localhost>
date: Thu Jan 20 08:05:55 2005 +0000
description:
If building a source only cd don't include shared/ALL
diffstat:
distrib/cdrom/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 9c0a432aba5f -r 6dcf7c0a906e distrib/cdrom/Makefile
--- a/distrib/cdrom/Makefile Thu Jan 20 04:32:21 2005 +0000
+++ b/distrib/cdrom/Makefile Thu Jan 20 08:05:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/12/31 08:34:13 jmc Exp $
+# $NetBSD: Makefile,v 1.24 2005/01/20 08:05:55 jmc Exp $
#
# Consult "*.conf" for the configuration variables; this Makefile is typically
# not edited for basic configuration changes.
@@ -192,7 +192,10 @@
INTDIRS.${image}?=
ADDFILES.${image}?=
+# For a source only cd just ignore the shared/ALL directory
+.if ${ports} != "source"
bports= shared/ALL
+.endif
.for port in ${ports} # {
EXTFILES+= ${EXTFILES.${port}}
INTFILES.${image}+= ${INTFILES.${port}}
Home |
Main Index |
Thread Index |
Old Index