From dec2c57bbf885133aa3277f1e07143b5e45c06a7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 24 Jan 2003 16:09:00 +0000 Subject: Don't clean config system except on 'make distclean'. Remember to clean locale stuff on 'make clean' --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e57b6b1ec..e5ee522fd 100644 --- a/Makefile +++ b/Makefile @@ -354,7 +354,7 @@ clean: $(MAKE) -C libc/misc/wchar clean $(MAKE) -C libc/unistd clean $(MAKE) -C libc/sysdeps/linux/common clean - $(MAKE) -C extra clean + $(MAKE) -C extra/gcc-uClibc extra/locale clean @set -e; \ for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \ rm -f include/sys/$$i; \ @@ -377,6 +377,7 @@ clean: distclean: clean rm -f .config .config.old .config.cmd + $(MAKE) -C extra clean release: distclean cd ..; \ -- cgit v1.2.3