From edee7ddeb58c706456bba60f5a7aa9a071643c57 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 31 Jan 2007 15:23:21 -0500 Subject: Missing comma, and slight simplification in defconfig sed invocation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 471c089e..011a5624 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ 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 + @sed -i -r -e "s/^(CONFIG_TOYBOX_(DEBUG|FREE))=.*/# \1 is not set/" .config .config: Config.in toys/Config.in -- cgit v1.2.3