From de05a7024f4be6826d05c40aa029fe2bbf6d2818 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 31 Jan 2007 14:37:01 -0500 Subject: Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c366b13c..471c089e 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ all: toybox include kconfig/Makefile +# defconfig is the "maximum sane config"; allyesconfig minus debugging and such. +defconfig: allyesconfig + @sed -i -r -e "s/^(CONFIG_(TOYBOX_DEBUG|TOYBOX_FREE))=.*/# \1 is not set/" .config + .config: Config.in toys/Config.in # The long and roundabout sed is to make old versions of sed happy. New ones -- cgit v1.2.3