[Crosstoolchain-logs] [device-tree-compiler] 228/357: dtc: Don't build tests as part of "all"

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit d6f9b62fe1263c8266ba899144f29424e1c7a5b0
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Mon Dec 17 16:39:39 2007 +1100

    dtc: Don't build tests as part of "all"
    
    Currently "make all" for dtc will build (but not run) the testcase
    binaries.  This is a problem for cross compiles, because building the
    tests will attempt to run the dumptrees utility on the host system,
    which won't work if it's cross-compiled of course.
    
    Although it would be possible to separately build host binaries,
    there's not a lot of value in doing so since we don't have a facility
    for cross-executing the testsuite anyway.
    
    Therefore, remove the tests from the "all" target.  It will still, of
    course, be build as a prerequisite to "make check" which will run the
    testsuite.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index bcb143f..6e07862 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ else
 DEPTARGETS = $(filter-out $(NODEPTARGETS),$(MAKECMDGOALS))
 endif
 
-all: dtc ftdump libfdt tests
+all: dtc ftdump libfdt
 
 install: all
 	@$(VECHO) INSTALL

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list