History log of /openbsd-src/usr.bin/cpp/Makefile (Results 1 – 12 of 12)
Revision Date Author Comments
# 80cb8463 09-Dec-2013 guenther <guenther@openbsd.org>

Use shell arrays to store arguments instead of building a string for eval.
Add option argument handling for all the options that take an argument.
Handle -I with separate path argument.
Retire gcc2-s

Use shell arrays to store arguments instead of building a string for eval.
Add option argument handling for all the options that take an argument.
Handle -I with separate path argument.
Retire gcc2-specific bits.
Handle -U__GNUC__ correctly on gcc4 systems.

ok jca@ millert@

show more ...


# 88919d82 06-Aug-2013 miod <miod@openbsd.org>

Remove support for COMPILER_VERSION == gcc2.
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4
is the norm and to explicitely test for gcc3 when a different behaviour
is req

Remove support for COMPILER_VERSION == gcc2.
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4
is the norm and to explicitely test for gcc3 when a different behaviour
is required.
No functional change intended. Be sure to `make install' in share/mk before
attempting to do anything.

show more ...


# 24b66d92 10-May-2010 drahn <drahn@openbsd.org>

Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco,
with fixes from espie@.
ok espie@ general

Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco,
with fixes from espie@.
ok espie@ general mumbling of approval of others.

show more ...


# 1d02ddb3 03-May-2010 drahn <drahn@openbsd.org>

Support gcc4 with cpp (gcc4 binary to be installed in /usr/libexec/cpp).
ok kettenis@


# 5aab292e 10-Feb-2004 espie <espie@openbsd.org>

Clean-up logic, support -$ on gcc2, nothing on gcc3.
Add -notraditional to help the transition into not -trad land.

ok deraadt@


# e24b5396 23-Dec-1999 mickey <mickey@openbsd.org>

no need for obj dir at all; millert@ ok


# 9c44650e 27-Apr-1997 millert <millert@openbsd.org>

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.

show more ...


# b26ff1d1 08-Dec-1996 downsj <downsj@openbsd.org>

install -> ${INSTALL}, -c -> ${COPY}


# ffe4a4a8 26-Aug-1996 niklas <niklas@openbsd.org>

Our /usr/libexec/cpp link creation wasn't suitable for cross-builds


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# a0c6a11c 04-Jan-1996 deraadt <deraadt@openbsd.org>

create /usr/libexec/cpp as a symbolic link


# 39827acf 02-Jan-1996 deraadt <deraadt@openbsd.org>

/usr/bin/cpp wrapper script (which now knows where to find the
correct path to GNU cpp through an incredibly twisted hack)