Replace pseudo all
target with catch-all %
This should fix the CI broken in-tree builds.
This commit is contained in:
parent
abc2468c70
commit
2a14199421
@ -22,7 +22,7 @@ endif
|
|||||||
MAKE_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
MAKE_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||||
ifeq ($(shell test -f $(MAKE_DIR)/Makefile && echo 1), 1)
|
ifeq ($(shell test -f $(MAKE_DIR)/Makefile && echo 1), 1)
|
||||||
|
|
||||||
all:
|
%:
|
||||||
@+$(MAKE) -f $(MAKE_DIR)/Makefile $(MAKECMDGOALS) --no-print-directory
|
@+$(MAKE) -f $(MAKE_DIR)/Makefile $(MAKECMDGOALS) --no-print-directory
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user