GNOME Bugzilla – Bug 706518
Confusing message printed on the console at "make install"
Last modified: 2013-09-17 16:58:41 UTC
When executing "make install", this message gets printed in the console, which is confusing to a jhbuild user (especially newcomers) to say the least: # if ~/bin/jbuild exists, it is most likely an old version, and it will # not work; so rename it and install a symlink to the new version # instead. What happens is that a comment in a Makefile is being printed in the console. I'm attaching a patch to fix this.
Created attachment 252629 [details] [review] Proposed patch
Created attachment 252630 [details] [review] Proposed patch v2
Review of attachment 252630 [details] [review]: It'd probably be even clearer to just move the comment out of the rule code, but this looks good to me, thanks!
Comment on attachment 252630 [details] [review] Proposed patch v2 (In reply to comment #3) > Review of attachment 252630 [details] [review]: > > It'd probably be even clearer to just move the comment out of the rule code, I would agree with that, if the rule was not as big as it is (if I place it above the rule, the comment would be too far from the lines of code that it explains). > but this looks good to me, thanks! Thanks, pushed: https://git.gnome.org/browse/jhbuild/commit/?id=aea1e9611aeec266d761736b159b72677d76ccc5
Marking bug as FIXED.