bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep 2.5: CFLAGS


From: Miles Bader
Subject: Re: grep 2.5: CFLAGS
Date: 15 Mar 2002 20:28:55 +0900

Bernhard Rosenkraenzer <address@hidden> writes:
> Doing it the right way(tm) works:
> Try
> 
> CFLAGS="-g" ./configure --whatever
> make
> 
> rather than
> 
> ./configure --whatever
> make CFLAGS="-g"

It's traditional (and very worthwhile) to reserve CFLAGS for the user to
specify at make time.

-Miles
-- 
I'm beginning to think that life is just one long Yoko Ono album; no rhyme
or reason, just a lot of incoherent shrieks and then it's over.  --Ian Wolff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]