summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Add makewhatis to ITOOLS if MK_MAN != nongie2014-12-081-0/+5
* Build gperf with xdev as part of _xb-bootstrap-toolsngie2014-12-081-1/+2
* Build infrastructure for elftoolchain toolsemaste2014-12-011-0/+12
* Slightly alter the handling of LOCAL_LIB_DIRS to skip addition ofbrooks2014-11-211-4/+15
* Add a guard against attempting to invoke the buildenv target with -j# asbrooks2014-11-211-0/+5
* Add mv, echo and hostname to the native-xtools target. Missed thesesbruno2014-11-161-0/+3
* Flush out many more static binaries that can be used in a jail for buildingsbruno2014-11-161-1/+33
* Add more static binaries to the native-xtools target. These help speedsbruno2014-11-131-0/+11
* Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependencyngie2014-11-081-1/+1
* For really fast machines, an edge-case may exist where dpv(3) may bedteske2014-11-071-1/+4
* SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me.dteske2014-11-061-0/+1
* Rename XFLAGS to XCFLAGS and XXFLAGS to XCXXFLAGSbapt2014-10-271-5/+5
* My previous commit exposed an issue as it fixed a differentimp2014-10-221-6/+1
* Generate both userland and kernel option settings for showconfig.imp2014-10-211-1/+2
* You aren't allowed to test WITH_xxx or WITHOUT_xxx here, so remove it.imp2014-10-211-6/+1
* Make the external toolchain support grows to the knowleged of XXFLAGS for C++...bapt2014-10-211-1/+4
* Add size(1) to the cross build toolchainbapt2014-10-091-2/+3
* Fix typobapt2014-10-091-1/+1
* Add OBJCOPY to the list of external toolsbapt2014-10-091-2/+3
* Fix build when XCC is defined and X_COMPILER_TYPE is notbapt2014-10-091-1/+1
* Add CROSS_TOOLCHAIN macro select pre seeded external toolchain configuration ...bapt2014-10-091-0/+8
* Fix dependency errors when linking libproc.markj2014-10-051-0/+3
* Add dependencies to various libraries to libzfs and libzpool.delphij2014-10-031-0/+6
* Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARMandrew2014-10-011-3/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-011-1/+1
* Have distrib-dirs, distribution, hier, hierarchy, redistribute, and reinstallngie2014-09-241-4/+4
* Root the lib32 object tree under the overall object tree.will2014-09-181-2/+3
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-4/+4
* Create the native-xtools target. This target creates only the crossimp2014-08-181-1/+43
* Fix atmconfig compilation when MK_ATM == yes and MK_BSNMP == nongie2014-08-151-1/+1
* Run dtrace in 32-bit mode when compiling 32-bit libraries.rpaulo2014-08-081-1/+2
* m4 now requires libohash, ensure it gets built when bootstrapping.ian2014-08-071-1/+2
* 10 has a new flex (2.5.37) and the config.h for unbound has been updated toroberto2014-08-071-4/+4
* Merge from CheriBSD:brooks2014-08-041-1/+2
* Deprecate the use of XDEV and XDEV_ARCH and just use TARGET/TARGET_ARCHsbruno2014-07-231-9/+7
* Run mtree for BSD.tests.dist during make xdev-install, if the tests aredim2014-07-211-0/+4
* Make MK_GNUCXX mean "build the libstdc++ and libsupc++ libraries" andimp2014-07-101-1/+1
* Separate out the links creation from the other targets. This wasimp2014-07-101-6/+6
* Typo means that this couldn't have possibly fixed anything, so revertimp2014-07-081-1/+0
* xdev builds libsupc++ and libstdc++ in a slightly strange way. Thisimp2014-07-071-0/+1
* Remove ia64 from the list of known architectures and add an entry tomarcel2014-07-021-1/+1
* Merge ^/projects/release-debugdist into ^/head:gjb2014-07-011-13/+14
* Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VTemaste2014-06-301-1/+1
* - Add a LOCAL_ITOOLS to allow adding additional tools required for thebdrewery2014-06-171-1/+3
* Build vt(4) fonts during buildworldemaste2014-06-121-1/+6
* Put the test suite in its own tests.txz distribution file.jmmv2014-06-101-0/+7
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-3/+3
* When libelf and libdwarf were updated, we didn't bump the minimalimp2014-05-231-3/+2
* Fix build: Build libavl as prebuild-lib.delphij2014-05-221-0/+2
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-101-4/+5
OpenPOWER on IntegriCloud