Explorar el Código

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

"Steven J. Hill" hace 18 años
padre
commit
821eb62d99
Se han modificado 1 ficheros con 1 adiciones y 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: