Re: Customizing CFLAGS in Makefile.config
- From: mva@xxxxxxxxxxxx
- To: emelfm2@xxxxxxxxxxxxx
- Date: Mon, 04 Jun 2007 23:11:32 +0200
tpgww@xxxxxxxxxxx:
On Mon, 4 Jun 2007 12:51:40 +0200
Marcus von Appen <mva@xxxxxxxxxxxx> wrote:
attached you'll find a small patch, which lets one override the CFLAGS
defined in Makefile.config. The patch was made against the 0.3.4 release.
Doesn't the over-ride
ifeq ($(strip $(CFLAGS)),)
work for you ?
No :-).
Regards
Marcus
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- References:
- Customizing CFLAGS in Makefile.config
- From: Marcus von Appen
- Re: Customizing CFLAGS in Makefile.config
- From: tpgww
Other related posts:
- » Customizing CFLAGS in Makefile.config
- » Re: Customizing CFLAGS in Makefile.config
- » Re: Customizing CFLAGS in Makefile.config
On Mon, 4 Jun 2007 12:51:40 +0200 Marcus von Appen <mva@xxxxxxxxxxxx> wrote:
attached you'll find a small patch, which lets one override the CFLAGS defined in Makefile.config. The patch was made against the 0.3.4 release.
Doesn't the over-ride ifeq ($(strip $(CFLAGS)),) work for you ?
- Customizing CFLAGS in Makefile.config
- From: Marcus von Appen
- Re: Customizing CFLAGS in Makefile.config
- From: tpgww