8068726: Tab completion of targets fails when current dir is the output dir
Reviewed-by: ihse
This commit is contained in:
parent
11d6127f18
commit
a96727e01d
5
Makefile
5
Makefile
@ -54,9 +54,12 @@ ifneq ($(findstring qp,$(MAKEFLAGS)),)
|
|||||||
# Duplication of global targets, needed before ParseConfAndSpec in case we have
|
# Duplication of global targets, needed before ParseConfAndSpec in case we have
|
||||||
# no configurations.
|
# no configurations.
|
||||||
help:
|
help:
|
||||||
# If CONF is not set, look for all available configurations
|
# If both CONF and SPEC are unset, look for all available configurations by
|
||||||
|
# setting CONF to the empty string.
|
||||||
|
ifeq ($(SPEC), )
|
||||||
CONF?=
|
CONF?=
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# ... and then we can include our helper functions
|
# ... and then we can include our helper functions
|
||||||
include $(root_dir)/make/MakeHelpers.gmk
|
include $(root_dir)/make/MakeHelpers.gmk
|
||||||
|
Loading…
Reference in New Issue
Block a user