2
1
Эх сурвалжийг харах

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

"Steven J. Hill" 18 жил өмнө
parent
commit
821eb62d99

+ 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: