summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Now that we default to the proper endian, we don't need these for mipsimp2010-08-281-7/+0
* MFtbemd:imp2010-08-232-3/+4
* - Change default grep back to GNU version. BSD grep can be built with thegabor2010-08-231-1/+1
* Remove LIBELF_PIC.rpaulo2010-08-211-1/+0
* Add the definition of LIBELF_PIC.rpaulo2010-08-211-0/+1
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-173-5/+5
* Make sure any -U CFLAGS are not filtered out when calling mkdep, asrpaulo2010-08-171-6/+6
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files aswill2010-08-121-2/+2
* Add LIBRTLD_DB.rpaulo2010-07-311-0/+1
* Add missing escape characthers.rpaulo2010-07-302-2/+2
* Fix previous commit: I forgot to include parenthesis.rpaulo2010-07-303-66/+66
* When building WITH_CTF=1, print the ctf executable that's going to berpaulo2010-07-293-33/+99
* Add BSD grep to the base system and make it our default grep.gabor2010-07-221-1/+1
* Minor modifications to know what to do with powerpc64.nwhitehorn2010-07-103-2/+5
* Also install the new bsd.arch.inc.mk filed. Missed in r204020.bz2010-07-061-0/+1
* Do not set WITH_FDT by default based on arch, as this does not work forraj2010-06-131-11/+1
* Merge from tbemdimp2010-06-111-0/+11
|\
| * svn merge svn+ssh://svn.freebsd.org/base/head@208996imp2010-06-104-8/+37
| |\
| * \ merge from head, part 6 of manyimp2010-04-125-103/+51
| |\ \
| * \ \ Merge with latest head.imp2010-03-022-10/+3
| |\ \ \
| * \ \ \ Merge from head.imp2010-02-183-2/+6
| |\ \ \ \
| * | | | | Include Makefile.$MACHINE, if it exists, otherwiseimp2010-02-171-0/+11
| * | | | | Introduce MACHINE_CPUARCH.imp2010-02-035-41/+54
* | | | | | Merge from tbemd branch:imp2010-06-111-1/+13
| |_|_|_|/ |/| | | |
* | | | | Hook clang into the build on i386/amd64/powerpc.rdivacky2010-06-091-0/+15
* | | | | Use MACHINE_ARCH instead of TARGET_ARCH.raj2010-05-261-2/+1
* | | | | Introduce a new build knob for Flattened Device Tree support.raj2010-05-251-0/+12
* | | | | o Remove EoL w/spaces introduced in the last commit.maxim2010-05-221-5/+5
* | | | | o Grammar.maxim2010-05-221-6/+6
* | | | | Add a new build option, MAN_UTILS. This option lets you control buildingjkim2010-05-191-1/+2
* | | | | Import of liblzma, xz, xzdec, lzmainfo from vendor branchmm2010-05-101-0/+1
* | | | | - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-0/+1
* | | | | When CPUTYPE is defined to any value, on amd64 platform "mmx" isdelphij2010-04-211-1/+1
| |_|_|/ |/| | |
* | | | WITH_CTF can now be specified in src.conf (not recommended, therenetchild2010-04-024-102/+51
* | | | Remove GNU cpio after fix of CVE-2010-0624.delphij2010-03-261-1/+0
| |_|/ |/| |
* | | -mabi-calls and -msoft-float aren't needed eitherimp2010-03-021-1/+1
* | | -mno-dsp hasn't been required for a while now.imp2010-03-021-1/+1
* | | Fixed missing or broken library dependencies.ru2010-02-251-0/+2
* | | Kernel module support for mips.neel2010-02-181-2/+0
| |/ |/|
* | Also add DEBUG_FLAGS to CXXFLAGS if defined.marcel2010-02-181-0/+1
* | Allow suppression of -Wcast-align for WARNS>=4 by definingmarcel2010-02-181-1/+4
* | Unbreak WARNS=6 builds for C++ code: -Wold-style-definition is not acceptedmarcel2010-02-181-1/+1
|/
* Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possiblesepotvin2010-01-222-4/+6
* Undo r169961, removing WITH_GCC3, added as a temporary workaround threetrasz2010-01-181-2/+0
* Allow the CTAGS to be set to something other than "gtags" or "ctags",ru2010-01-181-8/+6
* If CTAGS is not set or set to something other than "ctags" or "gtags",ru2010-01-181-0/+2
* Unbreak world WITHOUT_NETGRAPH.antoine2010-01-161-0/+5
* libusb20 was renamed libusb several months ago.antoine2010-01-091-1/+1
* Disable K&R style function definitions for WARNS=6.ed2009-12-311-1/+2
* Make `make cleanilinks' work in /sys/modules.ed2009-12-061-6/+5
OpenPOWER on IntegriCloud