[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Use $(MKDIR_P) instead of @MKDIR_P@
From: |
Bruno Haible |
Subject: |
Re: Use $(MKDIR_P) instead of @MKDIR_P@ |
Date: |
Tue, 1 Sep 2009 11:05:09 +0200 |
User-agent: |
KMail/1.9.9 |
Eric Blake wrote:
> > I usually modify CC instead. I never tried for gnulib, but it would
> > look like this:
> >
> > MINGW=$(cygpath -u '\mingw')
> > export PATH=$MINGW/bin:$PATH
> > ./configure --host=i586-pc-mingw32 --prefix=$MINGW \
> > CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
>
> I also prefer to modify CC, not CFLAGS
Thanks for your advice. I'm changing the README.woe32 of my packages
accordingly.
Bruno
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Ralf Wildenhues, 2009/09/01
- Re: Use $(MKDIR_P) instead of @MKDIR_P@,
Bruno Haible <=
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Thomas Guyot-Sionnest, 2009/09/23
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Jim Meyering, 2009/09/23
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Thomas Guyot-Sionnest, 2009/09/23
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Simon Josefsson, 2009/09/23
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Jim Meyering, 2009/09/24
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Simon Josefsson, 2009/09/24
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Paolo Bonzini, 2009/09/24
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Ralf Wildenhues, 2009/09/26
- Re: Use $(MKDIR_P) instead of @MKDIR_P@, Paolo Bonzini, 2009/09/26
Re: Use $(MKDIR_P) instead of @MKDIR_P@, Simon Josefsson, 2009/09/23