summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-06-27 17:58:05 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-06-27 17:58:05 +0000
commitb52e867b793000a08d2eea36daa182c272d8827f (patch)
treee3728d38740293e07cf4d85c594d8641635dc548 /Makefile
parent9e415cfb91de0e32b5ec7c3c2671f5d702537f9c (diff)
For now, we need to explicitly make clean in libc/unistd (sysconf stuff)
and libc/sysdeps/linux/common (unified syscall stuff).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1ee680b4a..c081116f3 100644
--- a/Makefile
+++ b/Makefile
@@ -213,6 +213,8 @@ clean:
- find include -type l -exec rm -f {} \;
- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core \) -exec rm -f {} \;
$(MAKE) -C ldso clean
+ $(MAKE) -C libc/sysdeps/linux/common clean
+ $(MAKE) -C libc/unistd clean
.PHONY: dummy subdirs