[Buildroot] svn commit: trunk/buildroot/package/thttpd

sjhill at uclibc.org sjhill at uclibc.org
Tue Jul 17 00:24:55 UTC 2007


Author: sjhill
Date: 2007-07-16 17:24:54 -0700 (Mon, 16 Jul 2007)
New Revision: 19123

Log:
The clean target should really work.


Modified:
   trunk/buildroot/package/thttpd/thttpd.mk


Changeset:
Modified: trunk/buildroot/package/thttpd/thttpd.mk
===================================================================
--- trunk/buildroot/package/thttpd/thttpd.mk	2007-07-17 00:24:13 UTC (rev 19122)
+++ trunk/buildroot/package/thttpd/thttpd.mk	2007-07-17 00:24:54 UTC (rev 19123)
@@ -61,6 +61,13 @@
 
 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:




More information about the buildroot mailing list