mirror of
https://github.com/nasa/trick.git
synced 2025-06-05 17:01:51 +00:00
Include S_overrides.mk regardless of build target
We if exclude it for clean targets, users can't append any prerequisites to clean targets. Refs #360
This commit is contained in:
parent
c909669f7d
commit
55d53c3f5e
@ -143,9 +143,9 @@ Simulation make options:\n\
|
|||||||
make spotless - Performs a clean\n\
|
make spotless - Performs a clean\n\
|
||||||
make apocalypse - Performs a clean"
|
make apocalypse - Performs a clean"
|
||||||
|
|
||||||
|
-include S_overrides.mk
|
||||||
CLEAN_TARGETS = tidy clean spotless distclean apocalypse
|
CLEAN_TARGETS = tidy clean spotless distclean apocalypse
|
||||||
ifeq ($(findstring ${MAKECMDGOALS},$(CLEAN_TARGETS)),)
|
ifeq ($(findstring ${MAKECMDGOALS},$(CLEAN_TARGETS)),)
|
||||||
-include S_overrides.mk
|
|
||||||
-include build/S_define.deps
|
-include build/S_define.deps
|
||||||
-include build/Makefile_src
|
-include build/Makefile_src
|
||||||
-include build/Makefile_src_deps
|
-include build/Makefile_src_deps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user