소스 검색

When cleaning, get rid of the binary from the filesystem area too.

"Steven J. Hill" 18 년 전
부모
커밋
821eb62d99
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/strace/strace.mk

+ 1 - 0
package/strace/strace.mk

@@ -66,6 +66,7 @@ endif
 strace: uclibc $(TARGET_DIR)/usr/bin/strace 
 
 strace-clean: 
+	rm -f $(TARGET_DIR)/usr/bin/strace
 	$(MAKE) -C $(STRACE_DIR) clean
 
 strace-dirclean: