diff options
Diffstat (limited to 'package/config/patches/05-really-clean-everything.patch')
-rw-r--r-- | package/config/patches/05-really-clean-everything.patch | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/package/config/patches/05-really-clean-everything.patch b/package/config/patches/05-really-clean-everything.patch index c206f5582..f8d8a39d2 100644 --- a/package/config/patches/05-really-clean-everything.patch +++ b/package/config/patches/05-really-clean-everything.patch @@ -1,24 +1,25 @@ --- - Makefile | 13 +++++++++---- - 1 file changed, 9 insertions(+), 4 deletions(-) + Makefile | 14 ++++++++++---- + 1 file changed, 10 insertions(+), 4 deletions(-) -Index: config.clean/Makefile +Index: config.new/Makefile =================================================================== ---- config.clean.orig/Makefile -+++ config.clean/Makefile -@@ -142,10 +142,15 @@ +--- config.new.orig/Makefile ++++ config.new/Makefile +@@ -199,10 +199,16 @@ gconf-objs := gconf.o kconfig_load.o zconf.tab.o endif -clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ - .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h --clean-files += mconf qconf gconf +-clean-files += mconf qconf gconf nconf -clean-files += config.pot linux.pot +clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ + .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h +clean-files += config.pot linux.pot +clean-files += conf $(conf-objs) +clean-files += mconf $(mconf-objs) ++clean-files += nconf $(nconf-objs) +clean-files += qconf qconf.o +clean-files += gconf gconf.o +clean-files += kconfig_load.o zconf.tab.o |