[PATCH] Separate CFLAGS and CPPFLAGS
Damien Miller
djm at mindrot.org
Thu Dec 7 15:03:57 EST 2000
On Wed, 6 Dec 2000 mouring at etoh.eviladmin.org wrote:
>
> Ok.. Let me wake up for a few minutes.
>
> =)
>
> Attached should be a patch that splits CFLAGS into CFLAGS and CPPFLAGS.
>
> If anyone knows a better way or sees a problem with it.. Let me know. If
> I don't hear anything I'll apply it in a few days.
Is this correct?
*-*-hpux10*)
if test -z "$GCC"; then
- CFLAGS="$CFLAGS -Ae"
+ CPPFLAGS="$CPPFLAGS -Ae"
fi
Is Ae a c or cpp flag?
You might also want to add a '--with-cppflags' configure option for
consistency.
-d
--
| ``We've all heard that a million monkeys banging on | Damien Miller -
| a million typewriters will eventually reproduce the | <djm at mindrot.org>
| works of Shakespeare. Now, thanks to the Internet, /
| we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org
More information about the openssh-unix-dev
mailing list