Browse Source

Fixed makefiles to remove binaries generated for the configuration
menu system when doing a 'make clean'.

"Steven J. Hill" 21 years ago
parent
commit
5e816a6bb9
3 changed files with 3 additions and 2 deletions
  1. 1 1
      Makefile
  2. 1 1
      extra/Makefile
  3. 1 0
      extra/config/Makefile

+ 1 - 1
Makefile

@@ -338,7 +338,7 @@ clean:
 	$(MAKE) -C libc/misc/internals clean
 	$(MAKE) -C libc/unistd clean
 	$(MAKE) -C libc/sysdeps/linux/common clean
-	$(MAKE) -C extra/gcc-uClibc clean
+	$(MAKE) -C extra clean
 	@set -e; \
 	for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \
 		rm -f include/sys/$$i; \

+ 1 - 1
extra/Makefile

@@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak
 LIBC=$(TOPDIR)libc.a
 
 
-DIRS = gcc-uClibc
+DIRS = gcc-uClibc config
 
 all: subdirs
 

+ 1 - 0
extra/config/Makefile

@@ -80,4 +80,5 @@ endif
 clean:
 	rm -f *.o *~ core $(TARGETS) $(MCONF_OBJS) $(CONF_OBJS) \
 		conf mconf zconf.tab.c zconf.tab.h lex.zconf.c lkc_defs.h
+	$(MAKE) -C lxdialog clean