mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-24 21:04:00 +00:00
* tests/scripts/variables/MAKE_RESTARTS: Remove TAB chars
This commit is contained in:
parent
0de7b74896
commit
b9078e5bd3
1 changed files with 4 additions and 8 deletions
|
@ -33,11 +33,11 @@ rmfiles('foo.x', 'bar.x');
|
|||
# Test multiple restarts and make sure the variable is cleaned up
|
||||
|
||||
run_make_test('
|
||||
.RECIPEPREFIX = >
|
||||
recurse:
|
||||
@echo recurse MAKE_RESTARTS=$$MAKE_RESTARTS
|
||||
@$(MAKE) -f #MAKEFILE# all
|
||||
all:
|
||||
@echo all MAKE_RESTARTS=$$MAKE_RESTARTS
|
||||
> @echo recurse MAKE_RESTARTS=$$MAKE_RESTARTS
|
||||
> @$(MAKE) -f #MAKEFILE# all
|
||||
all: ; @echo all MAKE_RESTARTS=$$MAKE_RESTARTS
|
||||
$(info MAKE_RESTARTS=$(MAKE_RESTARTS))
|
||||
include foo.x
|
||||
foo.x: ; @echo "include bar.x" > $@
|
||||
|
@ -55,7 +55,3 @@ all MAKE_RESTARTS=
|
|||
rmfiles('foo.x', 'bar.x');
|
||||
|
||||
1;
|
||||
|
||||
### Local Variables:
|
||||
### eval: (setq whitespace-action (delq 'auto-cleanup whitespace-action))
|
||||
### End:
|
||||
|
|
Loading…
Reference in a new issue