Commit 32ce4048 by Alexandre Oliva Committed by Alexandre Oliva

Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove @ from continuation.

* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
@ from continuation.
* Makefile.in: Rebuilt.

From-SVN: r109385
parent 3e595be5
2006-01-05 Alexandre Oliva <aoliva@redhat.com>
* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
@ from continuation.
* Makefile.in: Rebuilt.
2006-01-04 Chris Lattner <sabre@gnu.org>
* MAINTAINERS (Write After Approval): Add myself.
......
......@@ -857,7 +857,7 @@ 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 ; \
@[ `cat stage_current` = stage[+id+] ] || $(MAKE) stage[+id+]-start
[ `cat stage_current` = stage[+id+] ] || $(MAKE) stage[+id+]-start
cd [+subdir+]/[+module+] && \
$(MAKE) [+args+] [+ IF prev +] \
[+poststage1_args+] [+ ENDIF prev +] \
......
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