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

ulf at uclibc.org ulf at uclibc.org
Sat Jul 5 06:46:44 UTC 2008


Author: ulf
Date: 2008-07-04 23:46:43 -0700 (Fri, 04 Jul 2008)
New Revision: 22643

Log:
Fix bug 003934, remove a dir tree instead of the dir node

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


Changeset:
Modified: trunk/buildroot/package/webif/webif.mk
===================================================================
--- trunk/buildroot/package/webif/webif.mk	2008-07-05 06:37:17 UTC (rev 22642)
+++ trunk/buildroot/package/webif/webif.mk	2008-07-05 06:46:43 UTC (rev 22643)
@@ -52,7 +52,7 @@
 webif: busybox $(TARGET_DIR)/www/webif.css
 
 webif-clean:
-	rm -f $(TARGET_DIR)/www/cgi-bin/webif* $(TARGET_DIR)/www/webif.*
+	rm -rf $(TARGET_DIR)/www/cgi-bin/webif* $(TARGET_DIR)/www/webif.*
 	rm -rf $(TARGET_DIR)/usr/lib/webif
 	rm -f $(TARGET_DIR)/usr/bin/bstrip $(TARGET_DIR)/usr/bin/webif-page
 	rm -r $(WEBIF_DIR)/bstrip $(WEBIF_DIR)/webif-page




More information about the buildroot mailing list