This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Coding convention: use of `!x' vs. `! x'


On Mon, Sep 25, 2000 at 11:08:42AM +0200, Akim Demaille wrote:
> 
> Would you say much of the problems are coming from the fact that the
> standards support things like
> 
>         ./configure
>         make prefix=/foo
> 
> ?  I'm personally strongly in favor of deprecating this practice, and
> support only
> 
>         ./configure --prefix
>         make

Well, but

   configure --prefix=/foo
   make
   make prefix=/bar install

needs to be supported.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]