aboutsummaryrefslogtreecommitdiff
path: root/share/mk/sys.mk
Commit message (Expand)AuthorAgeFilesLines
* Add the DTRACE variable that points to the executable.Rui Paulo2010-09-101-0/+1
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-121-2/+2
* Fix previous commit: I forgot to include parenthesis.Rui Paulo2010-07-301-38/+38
* When building WITH_CTF=1, print the ctf executable that's going to beRui Paulo2010-07-291-19/+57
* Minor modifications to know what to do with powerpc64.Nathan Whitehorn2010-07-101-1/+1
* Merge from tbemd branch:Warner Losh2010-06-111-1/+13
* WITH_CTF can now be specified in src.conf (not recommended, thereAlexander Leidinger2010-04-021-60/+22
* Unbreak WARNS=6 builds for C++ code: -Wold-style-definition is not acceptedMarcel Moolenaar2010-02-181-1/+1
* Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possibleStephane E. Potvin2010-01-221-0/+2
* Add support for the Compact C Type (CTF) conversions throughout FreeBSD'sJohn Birrell2008-05-221-0/+76
* MFp4 (mips2-jnpr):Warner Losh2008-04-041-1/+1
* PR ports/121363 (& ports/73797) has been committed, so we can now go backDavid E. O'Brien2008-04-021-2/+2
* Temporarily back out revision 1.98 to give Portmgr some time toDavid E. O'Brien2008-03-041-2/+2
* Back out revision 1.97, which backed out part of revision 1.96.David E. O'Brien2008-03-041-2/+2
* Although the entire src tree builds cleanly now without -fno-strict-aliasingJohn Birrell2007-11-261-2/+2
* Re-enable -Werror again.John Birrell2007-11-221-2/+5
* Weed out a warning argument that isn't applicable to C++ code.John Birrell2007-11-191-1/+1
* Switch arm to -O until the -O2 issues are resolved.Olivier Houchard2007-11-051-0/+4
* Allow the shell used by make(1) to be changed early via theYaroslav Tykhiy2007-10-271-0/+5
* Restore -O2 optimization after gcc 4.2.1 import, which hasXin LI2007-08-141-1/+1
* Switch to "-O1 -pipe" as cross-build compatible gcc workaround.Andrey A. Chernov2007-07-011-1/+1
* Back out gcc workaround per re@ request. Details:Andrey A. Chernov2007-06-281-1/+1
* This is temp workaround of nasty gcc 4.2.0 -O2 bug which may skip the restAndrey A. Chernov2007-06-261-1/+1
* Remove X11BASE from here so the one from bsd.port.mk has a chance to setDejan Lesjak2006-10-061-2/+0
* We bootstrap make(1) if necessary during an upgrade, so checkingRuslan Ermilov2005-09-281-7/+0
* Toggle on warnings. This resolves the problem with building old releasesHartmut Brandt2005-04-291-0/+3
* IPFIlter problems that prevented building should all now be resolved soDarren Reed2005-04-281-5/+0
* Disable the IPFILTER bits until they compile again. This can be overridenScott Long2005-04-271-0/+5
* Include bsd.compat.mk early from sys.mk, enough for makefilesRuslan Ermilov2004-12-231-0/+1
* Compiling with 'strict-aliasing' optimization breaks some [notable] ports.David E. O'Brien2004-11-111-1/+1
* Switch the default CFLAGS to -O2 -pipe.Dag-Erling Smørgrav2004-10-251-1/+1
* Use the '+' flag to make make recurse into sub-directories even whenHartmut Brandt2004-08-091-0/+6
* Moved FreeBSD build pollution (/etc/make.conf) and zombie aout supportBruce Evans2004-05-121-4/+6
* Removed conditional include of /etc/make.conf.local and the error for theBruce Evans2004-05-121-5/+0
* -W{missing,strict}-prototypes do not make sense for C++, and gcc34 willDag-Erling Smørgrav2004-05-101-1/+1
* g++(1) is unhappy with -Wnested-externs.Ruslan Ermilov2004-04-201-1/+1
* Fixed breakage of POSIX support in rev.1.31. -pipe was added toBruce Evans2004-02-041-1/+2
* A shorter version of keeping all -std= options out of CXXFLAGS.Ruslan Ermilov2004-02-031-1/+1
* Fixed bogus ${FOO:Mbar} tests where the actual intent is to checkRuslan Ermilov2004-01-271-1/+1
* Removed the ancient .LIBS setting that causes non-existentRuslan Ermilov2003-10-031-2/+0
* Separate out userland linting and kernel linting a bit more. ThisMark Murray2003-09-261-0/+1
* Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.Ruslan Ermilov2003-07-021-2/+5
* There's no reason to keep separate AINC knob anymore.Ruslan Ermilov2003-07-011-1/+1
* Propagate the ${AINC} knob (assembler include) to sys.mk,Ruslan Ermilov2003-06-301-1/+1
* Use a bigger hammer -- keep all -std= out of CXXFLAGS.David E. O'Brien2003-06-011-1/+1
* Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.Ruslan Ermilov2003-04-221-1/+1
* Added the new variable CTAGS which, if set to "ctags", revertsRuslan Ermilov2002-10-171-4/+0
* Extend the lint handling a bit.Mark Murray2002-09-201-0/+8
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-9/+1
* Make .asm transformation rules synonyms to the .s rules.Ruslan Ermilov2002-04-221-4/+1