mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
Merge branch 'hotfix/parallel-tool-build' into 'master'
Makefile: Drop recursive invocation See merge request d3tn/ud3tn!255
This commit is contained in:
commit
2cdd10c560
1 changed files with 1 additions and 29 deletions
30
Makefile
30
Makefile
|
|
@ -210,33 +210,7 @@ endif
|
|||
|
||||
.PHONY: posix posix-lib posix-all data-decoder aap2sendfile aap2recvfile unittest-posix ccmds-posix
|
||||
|
||||
ifndef PLATFORM
|
||||
|
||||
posix:
|
||||
@$(MAKE) PLATFORM=posix posix
|
||||
|
||||
posix-lib:
|
||||
@$(MAKE) PLATFORM=posix posix-lib
|
||||
|
||||
posix-all:
|
||||
@$(MAKE) PLATFORM=posix posix posix-lib
|
||||
|
||||
data-decoder:
|
||||
@$(MAKE) PLATFORM=posix data-decoder
|
||||
|
||||
aap2recvfile:
|
||||
@$(MAKE) PLATFORM=posix aap2recvfile
|
||||
|
||||
aap2sendfile:
|
||||
@$(MAKE) PLATFORM=posix aap2sendfile
|
||||
|
||||
unittest-posix:
|
||||
@$(MAKE) PLATFORM=posix unittest-posix
|
||||
|
||||
ccmds-posix:
|
||||
@$(MAKE) PLATFORM=posix build/posix/compile_commands.json
|
||||
|
||||
else # ifndef PLATFORM
|
||||
PLATFORM ?= posix
|
||||
|
||||
include mk/$(PLATFORM).mk
|
||||
include mk/build.mk
|
||||
|
|
@ -249,5 +223,3 @@ aap2sendfile: build/posix/aap2sendfile
|
|||
aap2recvfile: build/posix/aap2recvfile
|
||||
unittest-posix: build/posix/testud3tn
|
||||
ccmds-posix: build/posix/compile_commands.json
|
||||
|
||||
endif # ifndef PLATFORM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue