diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-06-27 17:58:05 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-06-27 17:58:05 +0000 |
commit | b52e867b793000a08d2eea36daa182c272d8827f (patch) | |
tree | e3728d38740293e07cf4d85c594d8641635dc548 /Makefile | |
parent | 9e415cfb91de0e32b5ec7c3c2671f5d702537f9c (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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |