]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
make help: remove <pkg>-legal-info
authorLuca Ceresoli <luca@lucaceresoli.net>
Fri, 4 Sep 2015 07:17:41 +0000 (09:17 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Sep 2015 09:45:49 +0000 (11:45 +0200)
The <pkg>-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 <luca@lucaceresoli.net>
Cc: Baruch Siach <baruch@tkos.co.il>
Cc: Arnout Vandecappelle <arnout@mind.be>
Reviewed-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile

index 9a6e9c0a8e1d65044352c1bb8b5ab7e171d0898e..23e2ee6044b59704abfd09979337d2e36fbc1eaf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -876,7 +876,6 @@ help:
        @echo '  <pkg>-dirclean         - Remove <pkg> build directory'
        @echo '  <pkg>-reconfigure      - Restart the build from the configure step'
        @echo '  <pkg>-rebuild          - Restart the build from the build step'
-       @echo '  <pkg>-legal-info       - Generate license information for <pkg>'
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
        @echo '  busybox-menuconfig     - Run BusyBox menuconfig'
 endif