소스 검색

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