Re: [PATCH] respect the user's CFLAGS
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [PATCH] respect the user's CFLAGS
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 2 Mar 2006 22:46:14 -0300
> with this patch if the user does an export CFLAGS="my favorite cflags"
> before make, it will no longer ignored
?= and += are not portable, are they?
We try to write the simplest makefiles possible. In particular, we do not
rely on gnu make extensions.
--lhf