From 466382e1fab84b57e60156f7b9f2fc8abbb01fe4 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Fri, 4 Sep 2015 09:17:41 +0200 Subject: [PATCH] make help: remove -legal-info The -legal-info target is only a component of the top-level legal-info target, it is not meant to be used alone. For example, calling twice 'make busybox-legal-info' produces duplicate entries in licenses.txt and manifest.csv. Signed-off-by: Luca Ceresoli Cc: Baruch Siach Cc: Arnout Vandecappelle Reviewed-by: Baruch Siach Signed-off-by: Peter Korsgaard --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 9a6e9c0a8e..23e2ee6044 100644 --- a/Makefile +++ b/Makefile @@ -876,7 +876,6 @@ help: @echo ' -dirclean - Remove build directory' @echo ' -reconfigure - Restart the build from the configure step' @echo ' -rebuild - Restart the build from the build step' - @echo ' -legal-info - Generate license information for ' ifeq ($(BR2_PACKAGE_BUSYBOX),y) @echo ' busybox-menuconfig - Run BusyBox menuconfig' endif -- 2.30.2