ソースを参照

For now, we need to explicitly make clean in libc/unistd (sysconf stuff)
and libc/sysdeps/linux/common (unified syscall stuff).

Manuel Novoa III 23 年 前
コミット
b52e867b79
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Makefile

+ 2 - 0
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