[PATCH, toplevel] Makefile.tpl comment nits
Ralf Wildenhues
Ralf.Wildenhues@gmx.de
Sun Jun 15 13:46:00 GMT 2008
More information about the Binutils mailing list
Sun Jun 15 13:46:00 GMT 2008
- Previous message (by thread): ver_test_8_2.so
- Next message (by thread): [PATCH, toplevel] Makefile.tpl comment nits
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Trying to understand Makefile.tpl, I stumbled a bit. Shouldn't it be like below, and if yes, OK for GCC trunk and sync to binutils? Thanks! Ralf ChangeLog: 2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.tpl: Fix comment errors. * Makefile.in: Regenerate. diff --git a/Makefile.tpl b/Makefile.tpl index 5648621..d4aaca3 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1311,7 +1311,7 @@ stage[+id+]-end:: [+ FOR host_modules +][+ IF bootstrap +] # Bubble a bug fix through all the stages up to stage [+id+]. They are # remade, but not reconfigured. The next stage (if any) will not be -# reconfigured as well. +# reconfigured either. .PHONY: stage[+id+]-bubble stage[+id+]-bubble:: [+ IF prev +]stage[+prev+]-bubble[+ ENDIF +] @r=`${PWD_COMMAND}`; export r; \ @@ -1485,7 +1485,7 @@ configure-target-[+module+]: maybe-all-gcc[+ [+ ;; These Scheme functions build the bulk of the dependencies. ;; dep-target builds a string like "maybe-all-MODULE_KIND-gcc", - ;; where "maybe-" is only included if HARD is true, and all-gcc + ;; where "maybe-" is only included if HARD is not true, and all-gcc ;; is taken from VAR-NAME. (define dep-target (lambda (module-kind var-name hard) (string-append
- Previous message (by thread): ver_test_8_2.so
- Next message (by thread): [PATCH, toplevel] Makefile.tpl comment nits
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list