summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-16/+0
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix a few places where we needed -I. in CPPFLAGS to work properly inTom Lane2010-01-051-2/+2
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-4/+4
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-18/+6
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-6/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-201-11/+1
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-071-20/+14
* Remove QNX port.Bruce Momjian2006-01-051-9/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-011-4/+6
* Fix include paths for case of VPATH build.Tom Lane2002-01-091-1/+3
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-161-3/+5
* remove no longer needed -Wno-errorPeter Eisentraut2001-08-221-5/+1
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-101-1/+5
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+2
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-281-3/+7
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-191-36/+29
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-071-3/+3
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-14/+9
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-4/+1
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-2/+2
* Update for QNX.Bruce Momjian1999-12-161-5/+8
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-1/+6
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-3/+3
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+4
* Hi,Bruce Momjian1998-04-061-6/+4
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-171-4/+6
* From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier1997-06-111-2/+2
* From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier1997-06-111-5/+7
* Fix for -Wno-errorVadim B. Mikheev1997-04-181-2/+2
* Fix up the -Wno-error problem for non-gcc compilersMarc G. Fournier1997-04-151-2/+6
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-041-2/+2
* From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier1997-04-021-8/+1
* Use -Wno-error option only if compiler is gcc.Bryan Henderson1996-11-141-8/+15
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+1
* Compile and warning cleanupBruce Momjian1996-11-081-2/+2
* Simplify make files, add full dependencies.Bryan Henderson1996-10-271-0/+71