summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Turns out, mipsn32el worked at one point, so add it back in.imp2016-05-191-0/+1
* Fix negative logic error. We want gnueabihf ABI when we're NOTimp2016-05-181-1/+1
* mipsn32el is not a thing, remove it from the list of validimp2016-05-181-2/+1
* Combine restage/reinstall in a safe way.bdrewery2016-05-181-13/+5
* Make armv6 hard float abi by default. Kill armv6hf.imp2016-05-181-1/+0
* Support libsoft for restage.bdrewery2016-05-131-2/+2
* Revert r299292, which was not a mismerge. It has an additional horriblegjb2016-05-101-2/+14
* Combine the 'reinstall' and 'restage' targets, which appears to havegjb2016-05-101-14/+2
* Default NO_INSTALLEXTRAKERNELS to yes, not nongie2016-05-041-1/+1
* Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the buildngie2016-05-041-0/+2
* Make it possible to override NO_INSTALLEXTRAKERNELS.glebius2016-05-041-5/+5
* Misc. build: minor spelling fixes.pfg2016-05-031-2/+2
* WITH_META_MODE: Allow buildkernel to create .meta files with curdir==objdir.bdrewery2016-04-261-0/+5
* Fix unset variables from r298417.bdrewery2016-04-211-9/+18
* Add more missing .PHONYbdrewery2016-04-211-5/+5
* Remove redundant logic from the pkg-base merge.bdrewery2016-04-211-4/+0
* Fix 'make -n' for new packaging targets.bdrewery2016-04-211-2/+2
* Add more missing .PHONY.bdrewery2016-04-211-36/+36
* Adjust BOOTSTRAPPING test after MFC of kbdcontrol's -P optionemaste2016-04-211-2/+3
* Add MK_AUTO_OBJ=no to ${MAKE} invocation if PKG_VERSION needs to begjb2016-04-181-2/+2
* MFHgjb2016-04-161-16/+19
|\
| * META_MODE+filemon: Default -DNO_CLEAN enabled.bdrewery2016-04-141-0/+9
| * META_MODE: Pass along the default sysroot in bootstrap-tools to avoid rebuild...bdrewery2016-04-141-0/+1
| * META_MODE: Don't rebuild build-tools targets during normal build.bdrewery2016-04-141-0/+4
| * Mark some more .PHONY targets.bdrewery2016-04-141-2/+2
| * Simplify building libpam and fix libpam.a not containing the modules since r2...bdrewery2016-04-141-14/+3
* | MFHgjb2016-04-131-8/+9
|\ \ | |/
| * Try harder to find svnswills2016-04-131-8/+9
| * Remove leftover _LDSCRIPTROOT missed in r297270.bdrewery2016-04-051-1/+1
* | Set explicit ordering to prevent packaging failures with parallelgjb2016-04-111-0/+5
* | Avoid using DESTDIR in packaged-base targets, which cangjb2016-04-081-29/+29
* | MFHgjb2016-04-061-1/+1
* | Fix errors packaging the base system when using non-default DESTDIRgjb2016-04-051-4/+4
* | 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
|\ \ | |/
OpenPOWER on IntegriCloud