mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Makefile.tpl (clean-stage*): Test separately for package/Makefile and stageN-package/Makefile.
2006-11-14 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (clean-stage*): Test separately for package/Makefile and stageN-package/Makefile. * Makefile.in: Regenerated. From-SVN: r118810
This commit is contained in:
committed by
Paolo Bonzini
parent
6e0b633f6c
commit
995a569727
@@ -1,3 +1,9 @@
|
||||
2006-11-14 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* Makefile.tpl (clean-stage*): Test separately for package/Makefile
|
||||
and stageN-package/Makefile.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2006-11-14 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* configure.in: Remove target-libgloss from noconfigdirs for
|
||||
|
||||
616
Makefile.in
616
Makefile.in
File diff suppressed because it is too large
Load Diff
@@ -854,9 +854,12 @@ all-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
|
||||
maybe-clean-stage[+id+]-[+prefix+][+module+]: clean-stage[+id+]-[+prefix+][+module+]
|
||||
clean-stage[+id+]: clean-stage[+id+]-[+prefix+][+module+]
|
||||
clean-stage[+id+]-[+prefix+][+module+]:
|
||||
@[ -f [+subdir+]/[+module+]/Makefile ] || [ -f [+subdir+]/stage[+id+]-[+module+]/Makefile ] \
|
||||
|| exit 0 ; \
|
||||
[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start; \
|
||||
@if [ $(current_stage) = stage[+id+] ]; then \
|
||||
[ -f [+subdir+]/[+module+]/Makefile ] || exit 0; \
|
||||
else \
|
||||
[ -f [+subdir+]/stage[+id+]-[+module+]/Makefile ] || exit 0; \
|
||||
$(MAKE) stage[+id+]-start; \
|
||||
fi; \
|
||||
cd [+subdir+]/[+module+] && \
|
||||
$(MAKE) [+args+] [+ IF prev +] \
|
||||
[+poststage1_args+] [+ ENDIF prev +] \
|
||||
|
||||
Reference in New Issue
Block a user