瀏覽代碼

The clean target should really work.

"Steven J. Hill" 18 年之前
父節點
當前提交
8beacdba1e
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      package/thttpd/thttpd.mk

+ 7 - 0
package/thttpd/thttpd.mk

@@ -61,6 +61,13 @@ thttpd: uclibc $(TARGET_DIR)/$(THTTPD_TARGET_BINARY)
 
 thttpd-clean:
 	rm -f $(TARGET_DIR)/$(THTTPD_TARGET_BINARY)
+	rm -f $(TARGET_DIR)/sbin/httpd_wrapper
+	rm -f $(TARGET_DIR)/sbin/thttpd_wrapper
+	rm -rf $(TARGET_DIR)/var/www
+	rm -f $(TARGET_DIR)/etc/init.d/S90thttpd
+	rm -f $(TARGET_DIR)/bin/htpasswd
+	rm -f $(TARGET_DIR)/bin/makeweb
+	rm -f $(TARGET_DIR)/bin/syslogtocern
 	-$(MAKE) -C $(THTTPD_DIR) clean
 
 thttpd-dirclean: