tools-only-in-no-dot-config-targets
authorVagrant Cascadian <vagrant@debian.org>
Thu, 17 Dec 2015 02:12:51 +0000 (02:12 +0000)
committerRaspbian forward porter <root@raspbian.org>
Thu, 17 Dec 2015 02:12:51 +0000 (02:12 +0000)
Revert upstream commit c7ad5cbb1ef2c33883f0fa7d0455095004fd306d:

    Makefile: drop "tools-only" from no-dot-config-targets

This indirectly pulls in a build-dependency on libssl-dev used for FIT
image support, and possibly GPL/OpenSSL licensing incompatibility
issues.

Gbp-Pq: Name tools-only-in-no-dot-config-targets.diff

Makefile

index 92f0f01237b627a5e665535a20045882e213d870..5a746650276b9caf9a0aae3871859c8b73d61fda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -420,7 +420,7 @@ timestamp_h := include/generated/timestamp_autogenerated.h
 
 no-dot-config-targets := clean clobber mrproper distclean \
                         help %docs check% coccicheck \
-                        ubootversion backup
+                        ubootversion backup tools-only
 
 config-targets := 0
 mixed-targets  := 0