Explorar o código

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

"Steven J. Hill" %!s(int64=18) %!d(string=hai) anos
pai
achega
821eb62d99
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: