History log of /netbsd-src/external/bsd/pcc/libexec/cpp/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# f0aec56b 09-Feb-2016 plunky <plunky@NetBSD.org>

update build machinery for pcc-20160208


# f7901881 24-Jul-2014 plunky <plunky@NetBSD.org>

update build framework for import of pcc-20140706


# 5e99487c 07-Jun-2011 plunky <plunky@NetBSD.org>

make PCC_DEBUG a global flag (will not compile without, currently)


# be3a3d34 03-Jun-2010 plunky <plunky@NetBSD.org>

apply build framework and config changes for pcc-100602, plus add a
prepare-import.sh script for future updates


# b3fbf28e 07-Mar-2010 plunky <plunky@NetBSD.org>

Install PCC cpp as libexec/pcpp to avoid name conflicts with other
compilers (eg GCC), and to match the manpage which is already installed
as pcpp.1

(Gregory McGarry: "I think it's a good idea")


# 60d1d27f 05-Feb-2010 plunky <plunky@NetBSD.org>

only go to WARNS=2 on these by default


# bd99595d 03-Feb-2010 plunky <plunky@NetBSD.org>

Install the CPP manpage as pcpp(1) to avoid conflicts with the GCC version


# 7d4f77f2 20-Jan-2010 plunky <plunky@NetBSD.org>

Clean up the build framework for pcc

- use <bsd.init.mk> to include <../Makefile.inc> files
- add Makefile.inc files that pull in appropriate build settings
- fix the LIBEXECDIR definition (sh

Clean up the build framework for pcc

- use <bsd.init.mk> to include <../Makefile.inc> files
- add Makefile.inc files that pull in appropriate build settings
- fix the LIBEXECDIR definition (should have trailing /)
- make cc.1 install as pcc.1 to match the binary
- use YHEADER= to build the yacc headers
- general consistency tidy up

show more ...


# 1feba56e 04-Sep-2009 gmcgarry <gmcgarry@NetBSD.org>

Update build system and merge changes for pcc 0.9.9 090902.


# 1db91f42 27-Aug-2008 gmcgarry <gmcgarry@NetBSD.org>

Fix path to correct source directory.


# 50f2c2b3 24-Aug-2008 gmcgarry <gmcgarry@NetBSD.org>

Add pcc build framework.