mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 08:56:43 +08:00
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…
Reference in New Issue
Block a user