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

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


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

diff --git a/package/newt/newt.mk b/package/newt/newt.mk
index eb944a9..a85cb2d 100644
--- a/package/newt/newt.mk
+++ b/package/newt/newt.mk
@@ -58,6 +58,10 @@ $(TARGET_DIR)/usr/lib/libnewt.so.$(NEWT_VERSION): $(STAGING_DIR)/usr/lib/libnewt
 	-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libnewt.so*
 	touch -c $@
 
+newt-legal-info:
+	@echo WARNING: Cannot produce any legal info for package newt \
+		>>$(LEGAL_WARNINGS)
+
 newt: slang $(TARGET_DIR)/usr/lib/libnewt.so.$(NEWT_VERSION)
 
 newt-source: $(DL_DIR)/$(NEWT_SOURCE)
-- 
1.7.5.4



More information about the buildroot mailing list