From: Ulf Samuelsson Date: Sat, 5 Jul 2008 06:46:43 +0000 (-0000) Subject: Fix bug 003934, remove a dir tree instead of the dir node X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1dcc9d4d3fabaabaaeb24a7400c07bd01ff4b4de;p=buildroot.git Fix bug 003934, remove a dir tree instead of the dir node --- diff --git a/package/webif/webif.mk b/package/webif/webif.mk index e3dd8fa6e6..a2c4a80c6c 100644 --- a/package/webif/webif.mk +++ b/package/webif/webif.mk @@ -52,7 +52,7 @@ endif 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