summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-16 19:26:11 +0000
committermsmith <msmith@FreeBSD.org>1998-10-16 19:26:11 +0000
commit0250d0a60a025b3004228da4cb68adb2f47edcb2 (patch)
tree1eaf5e0b38ad3407d5737aa124c2ac4700b7eaf7 /sys/boot/alpha
parent2fb2fc3d2aac6c5e61c0f89e0510cf60b05ee431 (diff)
downloadFreeBSD-src-0250d0a60a025b3004228da4cb68adb2f47edcb2.zip
FreeBSD-src-0250d0a60a025b3004228da4cb68adb2f47edcb2.tar.gz
Turn of disk debugging by default (suppress annoying "partition marked as
unused" diagnostic on floppies).
Diffstat (limited to 'sys/boot/alpha')
-rw-r--r--sys/boot/alpha/libalpha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile
index a82febf..4928647 100644
--- a/sys/boot/alpha/libalpha/Makefile
+++ b/sys/boot/alpha/libalpha/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1998/09/26 10:51:37 dfr Exp $
+# $Id: Makefile,v 1.5 1998/10/14 09:53:25 peter Exp $
LIB= alpha
NOPIC= true
@@ -14,7 +14,7 @@ CFLAGS+= -DDEBUG
CFLAGS+= -I${.CURDIR}/../../common -mno-fp-regs \
-I${.CURDIR}/../../.. -I.
-CFLAGS+= -DDISK_DEBUG
+#CFLAGS+= -DDISK_DEBUG
#CPPFLAGS+= -DNO_DISKLABEL
#CPPFLAGS+= -DSAVE_MEMORY
OpenPOWER on IntegriCloud