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

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 7 03:21:53 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

Ralf Corsepius <rc040203 at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rc040203 at freenet.de

--- Comment #11 from Ralf Corsepius <rc040203 at freenet.de> 2010-10-06 23:21:52 EDT ---
(In reply to comment #10)
> Would defining CC in the make work, like I did with YACC?
> 
> old: make %{?_smp_mflags} CFLAGS="%{optflags}" YACC='bison -y'
> new: make %{?_smp_mflags} CFLAGS="%{optflags}" YACC='bison -y' CC='gcc'
Yes, this would be better, except that you would want to use

make %{?_smp_mflags} CFLAGS="%{optflags}" YACC='bison -y' CC="%{__cc}"

-- 
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