summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-24 16:09:00 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-24 16:09:00 +0000
commitdec2c57bbf885133aa3277f1e07143b5e45c06a7 (patch)
tree419472191806dd367ce8d43fc310444b3b06f7e3 /Makefile
parentce464b8b54384bbc7a63dbfdc6add6cc1997c21e (diff)
Don't clean config system except on 'make distclean'. Remember to
clean locale stuff on 'make clean'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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 ..; \