summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.imp2015-08-271-0/+24
* Document bsd.endian.mk.imp2015-08-271-0/+1
* Make sys.mk more compatible with fmake by refraining from using :Uimp2015-08-271-6/+14
* Automatically append SUBDIR.yes to the SUBDIR variable, andimp2015-08-271-1/+7
* For each FOO in FILESLISTS, append the value of FOO.yes, sort, andimp2015-08-271-0/+3
* After consultations with the arm community, don't define softfp forimp2015-08-261-1/+5
* Add softfp to MACHINE_CPU more often when we're compiling for softimp2015-08-251-1/+15
* Remove now unused LIBPRIVATEDIRbapt2015-08-241-3/+0
* We need to add the soft float to the CFLAGS always, not just whenimp2015-08-241-1/+3
* Document bsd.compiler.mk and the variables it defines.imp2015-08-211-0/+21
* Document CFLAGS_NO_SIMD.imp2015-08-211-1/+9
* Fix typos (depreciated -> deprecated)ngie2015-08-211-2/+2
* Document bsd.arch.inc.mk.imp2015-08-211-0/+8
* Mark bsd.info.mk as depreciatedbapt2015-08-211-1/+1
* Document bsd.progs.mk, including its status as being stronglyimp2015-08-211-0/+1
* Separate ELFTOOLCHAIN_BOOTSTRAP from BINUTILS_BOOTSTRAPemaste2015-08-171-0/+2
* Reap MK_SYSINSTALLngie2015-08-161-1/+0
* bsd.lib.mk: pass NMFLAGS to the lorder script.rpaulo2015-08-141-3/+3
* Introduce a new make variable: NMFLAGS.rpaulo2015-08-141-0/+1
* Remove remnant of WITHOUT_ELFTOOLCHAIN_TOOLS missed in r286730emaste2015-08-131-1/+0
* Disable SSE in libthrvangyzen2015-08-051-0/+21
* Add a src.conf option to build and install the DTrace test suite.markj2015-08-021-0/+5
* Use default CLANG build options for ARMemaste2015-07-291-7/+3
* Allow ELF Tool Chain elfcopy to be installed as objcopyemaste2015-07-291-0/+3
* Fix typo which breaks build of manpages when WITHOUT_MANCOMPRESS is setbapt2015-07-081-1/+1
* Add support for TEST_METADATAjmmv2015-07-041-5/+16
* Set MACHINE_CPU to arm64 when building for arm64. This is needed by theandrew2015-07-021-1/+3
* Make all shared library a relative symlinkbapt2015-06-272-1/+3
* Sort the cpu architectures by name rather than a combination ofandrew2015-06-251-7/+7
* Fix generation of src.conf.5sjg2015-06-221-0/+2
* Appy := to dependent opts once value determined.sjg2015-06-221-0/+1
* Simplify code to install manpages and it symlinksbapt2015-06-211-39/+19
* Simplify symlinks on include files by using bmake's multivariable .for loopsbapt2015-06-211-9/+4
* Deal with MAKEOBJDIRPREFIXsjg2015-06-201-0/+12
* Use .CURDIR in soelim's include path instead of SRCDIRbapt2015-06-201-1/+1
* Move include of make.conf back to its old position.sjg2015-06-195-60/+80
* Normally a staging conflict causes an error.sjg2015-06-161-2/+11
* Remove old fmake. It wasn't built by default for some time. Users thatimp2015-06-161-1/+0
* Register libpanel into the available librariesbapt2015-06-151-0/+2
* Skip MAKE_PRINT_VAR_ON_ERROR unless we are doing META_MODEsjg2015-06-151-0/+2
* do not include src.opts.mk from heresjg2015-06-151-2/+0
* Ensure TESTSDIR is defined before bsd.test.mk is .include'dngie2015-06-151-0/+4
* Remove ALLOW_DEPRECATED_ATF_TOOLS/ATFFILE support from atf.test.mkngie2015-06-151-83/+1
* Avoid trailing white-spacesjg2015-06-141-1/+1
* Watch out for bin/cat in host stage treesjg2015-06-141-0/+1
* Avoid anoying warningsjg2015-06-141-1/+1
* Fix incorrect library path.adrian2015-06-131-1/+1
* We no longer need CSU_DIR.i386sjg2015-06-131-1/+3
* Add META_MODE support.sjg2015-06-1337-58/+4106
|\
| * With MK_AUTO_OBJ=yes objdir is created during sys.mksjg2015-06-111-0/+4
OpenPOWER on IntegriCloud