rpms/kernel/devel Makefile,1.65,1.66

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Mar 14 01:09:05 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1239

Modified Files:
	Makefile 
Log Message:
We've had this turned on for a while, and it's turned out to be handy.
Lets give it a target for next time.




Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- Makefile	12 Feb 2008 23:24:58 -0000	1.65
+++ Makefile	14 Mar 2008 01:08:15 -0000	1.66
@@ -32,6 +32,9 @@
 include $(MAKEFILE_COMMON)
 include Makefile.config
 
+extremedebug:
+	@perl -pi -e 's/# CONFIG_DEBUG_PAGEALLOC is not set/CONFIG_DEBUG_PAGEALLOC=y/' config-nodebug
+
 debug:
 	@perl -pi -e 's/# CONFIG_SLUB_DEBUG_ON is not set/CONFIG_SLUB_DEBUG_ON=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_LOCK_STAT is not set/CONFIG_LOCK_STAT=y/' config-nodebug




More information about the fedora-extras-commits mailing list