summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* MFHgjb2016-04-041-74/+37
|\
| * Fix the external GCC build after r297271 by setting -L <sysroot>/usr/lib.bdrewery2016-03-301-2/+2
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-301-59/+15
| * simplify compile-time default keyboard map generationemaste2016-03-281-0/+6
| * WITHOUT_TOOLCHAIN: Fix includes not being staged in WORLDTMP.bdrewery2016-03-251-2/+2
| * CROSS_BINUTILS_PREFIX: Reduce redundant logic.bdrewery2016-03-251-10/+10
| * External compiler: Remove redundant flags from CXXFLAGS.bdrewery2016-03-251-2/+0
| * WITHOUT_CROSS_COMPILER: Fix this to use external compiler logic.bdrewery2016-03-251-2/+3
| * Update flags for external GCC.bdrewery2016-03-251-2/+5
| * Build libcompat (lib32) with a --sysroot pointing into its stage directory.bdrewery2016-03-251-1/+0
* | Make WSTAGEDIR, KSTAGEDIR, and REPODIR configurable.gjb2016-03-221-3/+3
* | MFHgjb2016-03-141-161/+36
|\ \ | |/
| * Use the newly minted Makefile.libcompat to implement libsoft librariesimp2016-03-121-0/+3
| * Bump BOOTSTRAPPING test for libelf after cross-endian fix in r296685emaste2016-03-121-1/+2
| * Move Makefile.lib32 to Makefile.libcompat and generalize it.bdrewery2016-03-111-28/+30
| * Factor out lib32 generation to its own file. This is prep for aimp2016-03-111-133/+2
* | MFHgjb2016-03-101-7/+4
|\ \ | |/
| * Don't ever create object directories here with MK_AUTO_OBJ.bdrewery2016-03-081-7/+4
* | Avoid adding the '-release' suffix to non-debug kernel packages.gjb2016-03-081-12/+12
* | MFHgjb2016-03-061-8/+23
|\ \ | |/
| * Merge ^/head r296369 through r296409.dim2016-03-051-5/+20
| |\
| | * Conditionalize building makewhatis(1) for upgrades that need it.bdrewery2016-03-051-3/+2
| | * Don't add duplicates from LOCAL_LIB_DIRS.bdrewery2016-03-041-1/+1
| | * Fix over/under-linking in contrib/ofed.bdrewery2016-03-041-1/+10
| | * NO_ROOT: Create the METALOG directory on installworld/distributeworld.bdrewery2016-03-041-0/+1
| | * Add dd as a bootstrap tool, for status= supportemaste2016-03-041-0/+6
| * | Merge ^/head r296007 through r296368.dim2016-03-031-4/+4
| |\ \ | | |/
| * | Merge ^/head r295902 through r296006.dim2016-02-241-12/+26
| |\ \
| * \ \ Merge ^/head r295601 through r295844.dim2016-02-211-1/+1
| |\ \ \
| * \ \ \ Merge ^/head r295544 through r295600.dim2016-02-131-0/+2
| |\ \ \ \
| * \ \ \ \ Merge ^/head r295351 through r295543.dim2016-02-111-0/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge ^/head r294961 through r295350.dim2016-02-061-7/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r293686 through r293849.dim2016-01-131-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r293430 through r293685.dim2016-01-111-9/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ^/head r293280 through r293429.dim2016-01-081-4/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge ^/head r293175 through r293279.dim2016-01-061-4/+20
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | First part of updating llvm/clang build glue: getting llvm-tblgen,dim2015-12-311-3/+3
* | | | | | | | | | | | Set ALLOW_BASE_SHLIBS when creating base packages to enablegjb2016-03-021-3/+3
* | | | | | | | | | | | MFHgjb2016-03-021-16/+30
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Convert casperd(8) daemon to the libcasper.oshogbo2016-02-251-4/+4
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | FAST_DEPEND: Skip 'make depend' for buildworld and kernel since it is auto-ra...bdrewery2016-02-241-12/+26
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Include a 'package-pkg' target, intended for use forgjb2016-02-241-0/+6
* | | | | | | | | | Set PORTSDIR if not already set.gjb2016-02-241-0/+1
* | | | | | | | | | Further subdir-ize WSTAGEDIR and KSTAGEDIR base on thegjb2016-02-241-2/+2
* | | | | | | | | | MFHgjb2016-02-181-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Don't descend into test directories for distribution->installconfig.bdrewery2016-02-161-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Always include the kernel name in the resulting package.gjb2016-02-161-8/+8
* | | | | | | | | MFHgjb2016-02-151-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Add libpe for elfcopy(1) PE/COFF supportemaste2016-02-121-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Remove unnecessary env(1) invocations.gjb2016-02-091-3/+2
OpenPOWER on IntegriCloud