Commit e108653c by Richard Earnshaw Committed by Richard Earnshaw

Makefile.in (check-po): Use $(MAKE).

* Makefile.in (check-po): Use $(MAKE).
(risky-stage1, risky-stage2, risky-stage3, risky-stage4): Likewise.

From-SVN: r38333
parent dfbf62ec
2000-12-17 Richard Earnshaw <rearnsha@arm.com>
* Makefile.in (check-po): Use $(MAKE).
(risky-stage1, risky-stage2, risky-stage3, risky-stage4): Likewise.
2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk> 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
* cppmain.c (check_multiline_token): New function. * cppmain.c (check_multiline_token): New function.
......
...@@ -2751,7 +2751,7 @@ check-objc: testsuite/site.exp ...@@ -2751,7 +2751,7 @@ check-objc: testsuite/site.exp
check-po: check-po:
if test -f cp/Makefile && test -f f/Makefile && \ if test -f cp/Makefile && test -f f/Makefile && \
test -f java/Makefile && test -f objc/Makefile; then \ test -f java/Makefile && test -f objc/Makefile; then \
make -C po check-po; \ $(MAKE) -C po check-po; \
fi fi
# These exist for maintenance purposes. # These exist for maintenance purposes.
...@@ -3031,16 +3031,16 @@ stage4: force stage4-start lang.stage4 ...@@ -3031,16 +3031,16 @@ stage4: force stage4-start lang.stage4
# and delete the object files. Use this if you're just verifying a version # and delete the object files. Use this if you're just verifying a version
# that is pretty sure to work, and you are short of disk space. # that is pretty sure to work, and you are short of disk space.
risky-stage1: stage1 risky-stage1: stage1
-make clean -$(MAKE) clean
risky-stage2: stage2 risky-stage2: stage2
-make clean -$(MAKE) clean
risky-stage3: stage3 risky-stage3: stage3
-make clean -$(MAKE) clean
risky-stage4: stage4 risky-stage4: stage4
-make clean -$(MAKE) clean
#In GNU Make, ignore whether `stage*' exists. #In GNU Make, ignore whether `stage*' exists.
.PHONY: stage1 stage2 stage3 stage4 clean maintainer-clean TAGS bootstrap .PHONY: stage1 stage2 stage3 stage4 clean maintainer-clean TAGS bootstrap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment