* [Buildroot] svn commit: trunk/buildroot/package/webif
@ 2008-07-05 6:46 ulf at uclibc.org
0 siblings, 0 replies; only message in thread
From: ulf at uclibc.org @ 2008-07-05 6:46 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-05 6:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05 6:46 [Buildroot] svn commit: trunk/buildroot/package/webif ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox