2
1

05-really-clean-everything.patch 1.0 KB

1234567891011121314151617181920212223242526272829
  1. ---
  2. Makefile | 14 ++++++++++----
  3. 1 file changed, 10 insertions(+), 4 deletions(-)
  4. Index: config/Makefile
  5. ===================================================================
  6. --- config.orig/Makefile
  7. +++ config/Makefile
  8. @@ -196,10 +196,16 @@
  9. gconf-objs := gconf.o kconfig_load.o zconf.tab.o
  10. endif
  11. -clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
  12. - .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h
  13. -clean-files += mconf qconf gconf nconf
  14. -clean-files += config.pot linux.pot
  15. +clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
  16. + .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h
  17. +clean-files += config.pot linux.pot
  18. +clean-files += conf $(conf-objs)
  19. +clean-files += mconf $(mconf-objs)
  20. +clean-files += nconf $(nconf-objs)
  21. +clean-files += qconf qconf.o
  22. +clean-files += gconf gconf.o
  23. +clean-files += kconfig_load.o zconf.tab.o
  24. +clean-files += $(kxgettext-objs)
  25. # Check that we have the required ncurses stuff installed for lxdialog (menuconfig)
  26. PHONY += $(obj)/dochecklxdialog