[Bug 638425] Review Request: nawk - "The one true awk" descended from UNIX V7

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 6 18:43:19 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=638425

--- Comment #9 from Martin Gieseking <martin.gieseking at uos.de> 2010-10-06 14:43:17 EDT ---
(In reply to comment #6)
> Done. I used sed to delete the line.

OK, but now the preceding CC line takes effect and adds profiler flags to the
call of gcc. :)

Better use something like sed -i 's/ -O4//' makefile
Or even better, patch the makefile, as sed doesn't make rpmbuild fail if the
substitution doesn't lead to the intended change. Thus, the unwanted options
could unnoticeably appear again in a future upstream release with modified
makefile (e.g. if -O4 is replaced with -O3 for whatever reason).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list