[Buildroot] [RFC v2 10/31] tinyhttpd: warn that legal-info is not implemented

Luca Ceresoli luca at lucaceresoli.net
Wed Mar 7 20:58:10 UTC 2012


Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
---
 package/tinyhttpd/tinyhttpd.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/tinyhttpd/tinyhttpd.mk b/package/tinyhttpd/tinyhttpd.mk
index 739849f..00a3005 100644
--- a/package/tinyhttpd/tinyhttpd.mk
+++ b/package/tinyhttpd/tinyhttpd.mk
@@ -35,6 +35,10 @@ $(TARGET_DIR)/$(TINYHTTPD_TARGET_BINARY): $(TINYHTTPD_DIR)/$(TINYHTTPD_BINARY)
 	$(INSTALL) -m 0755 package/tinyhttpd/S85tinyhttpd $(TARGET_DIR)/etc/init.d
 	mkdir -p $(TARGET_DIR)/var/www
 
+tinyhttpd-legal-info:
+	@echo WARNING: Cannot produce any legal info for package tinyhttpd \
+		>>$(LEGAL_WARNINGS)
+
 tinyhttpd: $(TARGET_DIR)/$(TINYHTTPD_TARGET_BINARY)
 
 tinyhttpd-clean:
-- 
1.7.5.4



More information about the buildroot mailing list