Fix bug 003934, remove a dir tree instead of the dir node
This commit is contained in:
parent
bbb4dc83d6
commit
1dcc9d4d3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user