mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
Fix targets in test/automated/Makefile.in
* test/automated/Makefile.in: Use $(SELECTOR_DEFAULT) also for empty target and target all.
This commit is contained in:
parent
38698b6eaa
commit
f5d14353c2
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@ SELECTOR_DEFAULT = (quote (not (tag :expensive-test)))
|
|||
SELECTOR_EXPENSIVE = nil
|
||||
ifdef SELECTOR
|
||||
SELECTOR_ACTUAL=$(SELECTOR)
|
||||
else ifndef MAKECMDGOALS
|
||||
SELECTOR_ACTUAL=$(SELECTOR_DEFAULT)
|
||||
else ifeq ($(MAKECMDGOALS),all)
|
||||
SELECTOR_ACTUAL=$(SELECTOR_DEFAULT)
|
||||
else ifeq ($(MAKECMDGOALS),check)
|
||||
SELECTOR_ACTUAL=$(SELECTOR_DEFAULT)
|
||||
else ifeq ($(MAKECMDGOALS),check-maybe)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue