diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-07-17 00:24:54 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-07-17 00:24:54 +0000 |
commit | 8beacdba1ea7a5be620a697f1a094e8a6f471a37 (patch) | |
tree | ed3bcdd925391469bb9ef45f146bfd4fb2f7b721 /package/thttpd/thttpd.mk | |
parent | 7a91ec9af6d95c52d3c070adad6d4fe1e614d682 (diff) | |
download | buildroot-novena-8beacdba1ea7a5be620a697f1a094e8a6f471a37.tar.gz buildroot-novena-8beacdba1ea7a5be620a697f1a094e8a6f471a37.zip |
The clean target should really work.
Diffstat (limited to 'package/thttpd/thttpd.mk')
-rw-r--r-- | package/thttpd/thttpd.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/thttpd/thttpd.mk b/package/thttpd/thttpd.mk index 58a1f9d38..3c676d18c 100644 --- a/package/thttpd/thttpd.mk +++ b/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: |