set defaults in the specfile
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 14 Dec 2009 13:48:43 +0000 (13:48 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 14 Dec 2009 13:48:43 +0000 (13:48 +0000)
f12.mk

diff --git a/f12.mk b/f12.mk
index c0c1329..af216da 100644 (file)
--- a/f12.mk
+++ b/f12.mk
@@ -17,7 +17,8 @@ kernel-RPMFLAGS:= --target i686
 else
 kernel-RPMFLAGS:= --target $(HOSTARCH)
 endif
-kernel-RPMFLAGS += --with firmware --without doc
+# the defaults below are built into the specfile
+#kernel-RPMFLAGS += --with firmware --without doc --without-debug
 ALL += kernel
 
 #