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:
parent
6e0b633f6c
commit
995a569727
3 changed files with 419 additions and 212 deletions
|
@ -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 +] \
|
||||
|
|
Loading…
Add table
Reference in a new issue