summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Sort default option listsemaste2012-12-211-6/+6
* No reason to install debug data with the schg flagemaste2012-12-181-1/+1
* Hide OBJCOPY and others in POSIX modeemaste2012-12-171-1/+1
* Put shared library debug info into separate .symbols fileemaste2012-12-152-2/+22
* Minor refactoring prior to .symbols file changesemaste2012-12-142-14/+9
* Change the default to 'cru' for speed reasons.eadler2012-12-061-1/+1
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-061-5/+5
* Fix typos in the previous commit.jkim2012-12-041-2/+2
* Tidy up bsd.cpu.mk for X86 CPUs:jkim2012-12-041-31/+43
* Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).jkim2012-12-031-27/+22
* If .PARSEDIR is defined we have bmake, and CTFCONVERT_CMD can be empty.sjg2012-11-221-1/+1
* INSTALL_AS_USER: output of id -un will never match 0 so use id -usjg2012-11-221-2/+5
* Do not expose LIBCXXRT and LIBCPLUSPLUS in bsd.libnames.mk, ifdim2012-11-201-0/+2
* Add x86 CPUs supported by clang on head.jkim2012-11-191-9/+35
* Install bsd.progs.mk, needed by bsd.test.mk and thus by atf.test.mk.marcel2012-11-171-0/+1
* Add ATF and reformat to ease reviewssjg2012-11-071-13/+43
* Enable ATF testing.sjg2012-11-073-0/+232
* Latest progs.mk from crufty.net for ATFsjg2012-11-071-329/+67
* Fix typo in bsd.compiler.mk.dim2012-11-061-1/+1
* Allow CC to be gcc46 or similar by matching gcc*.brooks2012-11-051-5/+5
* After years of hard work by many FreeBSD and LLVM developers, makebrooks2012-11-051-1/+6
* Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-223-0/+353
* Revert r241752. The claim that it's more correct while at the same timemarcel2012-10-201-5/+4
* Improve upon the previous commit to fix the yacc rule.marcel2012-10-191-4/+5
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-1/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-172-8/+0
* - Remove WITH_GNU_SORT supportgabor2012-10-131-1/+0
* Add support for bmake. This includes:marcel2012-10-066-4/+46
* Add bmake to the build and allow it to be installed as make(1) insteadmarcel2012-10-061-0/+1
* Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk.brooks2012-09-262-1/+33
* Introduce a new make variable COMPILER_TYPE that specifies whatbrooks2012-09-133-15/+35
* Add MK_KDUMP.obrien2012-09-121-0/+2
* When using -stdlib=libc++, add the correct dependency to .depend indim2012-08-251-0/+4
* Make sure bsd.dep.mk does not filter out -stdlib=xxx from CXXFLAGS,dim2012-08-231-2/+4
* Merging of projects/armv6, part 3gonzo2012-08-153-3/+9
* Import bsdconfig(8) as a replacement for the post-install abilities ofdteske2012-07-141-0/+1
* Fix build after r237997.glebius2012-07-021-0/+1
* - Switch to BSD sort as default sort. GNU sort will still be installed asgabor2012-06-271-1/+1
* Add -DWITH_INSTALL_AS_USER to the source build (naming matches theobrien2012-06-261-0/+12
* Ensure crunchen uses the same make binary as the rest of the build.obrien2012-06-251-1/+1
* In CTFCONVERT_CMD initialization, check that ${MAKE_VERSION} is definedrmh2012-06-161-1/+1
* Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supporteddim2012-06-091-1/+1
* During buildworld and buildkernel, define EARLY_BUILD in the earlierdim2012-06-031-3/+6
* Fix an inconsistency I just ran into for LDADD and DPADD. The descriptionmarcel2012-05-241-2/+2
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsmarcel2012-05-191-0/+1
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have themarcel2012-05-191-0/+1
* Add missing LIBPROCSTAT.marcel2012-05-191-0/+1
* Import work done under project/nand (@235533) into head.gber2012-05-171-0/+1
* - Hook up BSD sort to the build. By default, it will be installed asgabor2012-05-111-0/+1
* Revert r234656, and apply a proper fix for binutils PR 10474, whichdim2012-05-071-2/+1
OpenPOWER on IntegriCloud