Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies Change DBG= to DBG?= so it's controlla...
details: https://anonhg.NetBSD.org/src/rev/975f23cb7375
branches: trunk
changeset: 515800:975f23cb7375
user: jmc <jmc%NetBSD.org@localhost>
date: Fri Oct 05 01:19:42 2001 +0000
description:
Change DBG= to DBG?= so it's controllable from the top level makefile easier.
diffstat:
distrib/i386/floppies/ramdisk-big/Makefile | 4 ++--
distrib/i386/floppies/ramdisk-rescuesmall/Makefile | 4 ++--
distrib/i386/floppies/ramdisk-rescuetiny/Makefile | 4 ++--
distrib/i386/floppies/ramdisk-small/Makefile | 4 ++--
distrib/i386/floppies/ramdisk-tiny/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 24302755c9d4 -r 975f23cb7375 distrib/i386/floppies/ramdisk-big/Makefile
--- a/distrib/i386/floppies/ramdisk-big/Makefile Fri Oct 05 01:17:27 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-big/Makefile Fri Oct 05 01:19:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/10/04 04:14:06 jmc Exp $
+# $NetBSD: Makefile,v 1.7 2001/10/05 01:19:42 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -30,7 +30,7 @@
RAMDISKSPC= 128
RAMDISKCYLS= 32
RAMDISKSIZE!= expr ${RAMDISKSPC} \* ${RAMDISKCYLS}
-DBG=-Os
+DBG?=-Os
realall: ${IMAGE}
diff -r 24302755c9d4 -r 975f23cb7375 distrib/i386/floppies/ramdisk-rescuesmall/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Fri Oct 05 01:17:27 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Fri Oct 05 01:19:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/10/04 04:57:20 jmc Exp $
+# $NetBSD: Makefile,v 1.10 2001/10/05 01:19:43 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -29,7 +29,7 @@
RAMDISKSPC= 165
RAMDISKCYLS= 16
RAMDISKSIZE!= expr ${RAMDISKSPC} \* ${RAMDISKCYLS}
-DBG=-Os
+DBG?=-Os
realall: ${IMAGE}
diff -r 24302755c9d4 -r 975f23cb7375 distrib/i386/floppies/ramdisk-rescuetiny/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Fri Oct 05 01:17:27 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Fri Oct 05 01:19:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/10/04 04:14:06 jmc Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/05 01:19:43 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -29,7 +29,7 @@
RAMDISKSPC= 128
RAMDISKCYLS= 21
RAMDISKSIZE!= expr ${RAMDISKSPC} \* ${RAMDISKCYLS}
-DBG=-Os
+DBG?=-Os
realall: ${IMAGE}
diff -r 24302755c9d4 -r 975f23cb7375 distrib/i386/floppies/ramdisk-small/Makefile
--- a/distrib/i386/floppies/ramdisk-small/Makefile Fri Oct 05 01:17:27 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-small/Makefile Fri Oct 05 01:19:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/10/04 04:14:07 jmc Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/05 01:19:43 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -29,7 +29,7 @@
RAMDISKSPC= 165
RAMDISKCYLS= 16
RAMDISKSIZE!= expr ${RAMDISKSPC} \* ${RAMDISKCYLS}
-DBG=-Os
+DBG?=-Os
realall: ${IMAGE}
diff -r 24302755c9d4 -r 975f23cb7375 distrib/i386/floppies/ramdisk-tiny/Makefile
--- a/distrib/i386/floppies/ramdisk-tiny/Makefile Fri Oct 05 01:17:27 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/Makefile Fri Oct 05 01:19:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/10/04 04:14:07 jmc Exp $
+# $NetBSD: Makefile,v 1.12 2001/10/05 01:19:44 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -29,7 +29,7 @@
RAMDISKSPC= 128
RAMDISKCYLS= 21
RAMDISKSIZE!= expr ${RAMDISKSPC} \* ${RAMDISKCYLS}
-DBG=-Os
+DBG?=-Os
realall: ${IMAGE}
Home |
Main Index |
Thread Index |
Old Index