mirror of
https://github.com/dgibson/dtc.git
synced 2026-05-12 19:53:02 -04:00
dumptrees: pass outputdir as first argument
Instead of outputing files to current directory, allow to specificy an output directory. This helps with meson build system out-of-tree support. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20191009102025.10179-4-marcandre.lureau@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
aa522da9ff
commit
4c3c4ccb99
2 changed files with 11 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ $(TESTS_PREFIX)dumptrees: $(TESTS_PREFIX)trees.o
|
|||
|
||||
$(TESTS_TREES): $(TESTS_PREFIX)dumptrees
|
||||
@$(VECHO) DUMPTREES
|
||||
cd $(TESTS_PREFIX); ./dumptrees >/dev/null
|
||||
cd $(TESTS_PREFIX); ./dumptrees . >/dev/null
|
||||
|
||||
tests_clean:
|
||||
@$(VECHO) CLEAN "(tests)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue