[Buildroot] svn commit: trunk/buildroot/package/strace

sjhill at uclibc.org sjhill at uclibc.org
Tue Feb 6 18:12:23 UTC 2007


Author: sjhill
Date: 2007-02-06 10:12:22 -0800 (Tue, 06 Feb 2007)
New Revision: 17797

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


Modified:
   trunk/buildroot/package/strace/strace.mk


Changeset:
Modified: trunk/buildroot/package/strace/strace.mk
===================================================================
--- trunk/buildroot/package/strace/strace.mk	2007-02-06 18:11:59 UTC (rev 17796)
+++ trunk/buildroot/package/strace/strace.mk	2007-02-06 18:12:22 UTC (rev 17797)
@@ -66,6 +66,7 @@
 strace: uclibc $(TARGET_DIR)/usr/bin/strace 
 
 strace-clean: 
+	rm -f $(TARGET_DIR)/usr/bin/strace
 	$(MAKE) -C $(STRACE_DIR) clean
 
 strace-dirclean: 




More information about the buildroot mailing list