summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Follow-up r290423: Don't use CSH for buildenv shell.bdrewery2015-12-141-0/+4
* Split KNOWN_ARCHES so we have one per line to simplify merging futureandrew2015-12-141-4/+18
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.br2015-12-111-1/+5
* Fix some makeman issues.bdrewery2015-12-081-1/+4
* Fix spelling of internal hack.bdrewery2015-12-071-3/+3
* bsd.subdir.mk: Only recurse on called targets, rather than dependencies.bdrewery2015-12-021-19/+13
* Add NO_INSTALLKERNEL to undo the assumption that the first KERNCONF will bebdrewery2015-12-011-3/+15
* Allow storing package(world|kernel) tarballs into a different location at PAC...bdrewery2015-12-011-8/+9
* Fix errors being ignored in many phases of the build since the bmake integrat...bdrewery2015-12-011-52/+52
* Add support to libkvm for reading vmcores from other architectures.jhb2015-11-271-0/+1
* Remove unneeded libmd from bootstrap-tools (reverting r246784).bdrewery2015-11-181-4/+0
* Avoid setting schg in the objtree for lib32 build.bdrewery2015-11-141-2/+2
* Fix 'make cleanworld' to respect TARGET/TARGET_ARCH for cross-build objtrees.bdrewery2015-11-091-6/+2
* Move 'make cleandir' from Makefile to Makefile.inc1.bdrewery2015-11-091-0/+30
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-081-3/+3
* Add a hack to workaround ZSH as BUILDENV_SHELL breaking CPUTYPE.bdrewery2015-11-081-0/+3
* Merge from head r290483bapt2015-11-071-19/+23
|\
| * Allow 'make buildenv' to work anywhere in the src tree.bdrewery2015-11-051-3/+5
| * Allow 'make buildenv' to default to the caller's shell by using SHELL.bdrewery2015-11-051-3/+3
| * Fix CC being wrong during install* targets.imp2015-11-051-9/+11
| * Rename libohash to libopenbsd.rodrigc2015-11-041-5/+5
* | Merge from headbapt2015-11-011-69/+119
|\ \ | |/
| * Add a note about DEPFLAGS which is currently a hack around not properly passingbdrewery2015-10-261-0/+3
| * native-xtools: Replace common path with NXBDESTDIR.bdrewery2015-10-241-9/+8
| * native-xtools: Fix build with WITH_DEBUG_FILES.bdrewery2015-10-231-0/+4
| * Parallelize build-tools.bdrewery2015-10-221-1/+4
| * Warn that NOCLEAN is deprecated - use NO_CLEAN insteademaste2015-10-221-0/+1
| * Let SUBDIR_OVERRIDE with 'make buildworld' be more useful.bdrewery2015-10-221-9/+17
| * Fix my change in r289435 causing 'etc' to be added to SUBDIR when usingbdrewery2015-10-211-1/+2
| * Add some missing '+', .MAKE, and .PHONY modifiers.bdrewery2015-10-211-51/+52
| * Handle lib32 files during delete-old* when MK_LIB32=no.jmmv2015-10-201-0/+30
* | Merge from headbapt2015-10-191-46/+72
|\ \ | |/
| * Remove unneeded MK_CTF=no when MK_CDDL=no.bdrewery2015-10-171-4/+0
| * Fix wrong PATH being set for world 'includes' stage after r289438.bdrewery2015-10-171-2/+5
| * For 'buildenvvars' show any .exported variables as well to cover recentbdrewery2015-10-171-1/+1
| * Always export VERSION to the environment to avoid looking it up again inbdrewery2015-10-171-6/+3
| * Export OSRELDATE so sub-makes don't look it up again.bdrewery2015-10-171-0/+1
| * Rework the world subdir build targets to use the standard SUBDIR_PARALLEL mec...bdrewery2015-10-171-22/+25
| * Fix adding manpages installed by LOCAL_DIRS to whatis file.bdrewery2015-10-161-4/+6
| * Remove lockf as an ITOOL.bdrewery2015-10-161-1/+1
| * Correct a bitrotted comment about installworld order requirements.bdrewery2015-10-161-5/+8
| * Remove .MAKE from targets that do more than just run sub-makes, such asbdrewery2015-10-161-3/+3
| * Fix delete-old and check-old-files not removing old debug symbols.bdrewery2015-10-161-0/+12
| * Fix buildworld with clean objdir after r289351.bdrewery2015-10-151-0/+1
| * Consider top-level targets to be .PHONY as bmake won't build thembdrewery2015-10-151-1/+1
| * Add temporary workaround for .MAKE being applied to _worldtmp, since r251750.bdrewery2015-10-151-1/+1
| * Create /usr/tests *.debug file directory hierarchyemaste2015-10-151-0/+8
* | Merge from headbapt2015-10-131-30/+50
|\ \ | |/
| * Fix installing config files as non rootbapt2015-10-101-1/+3
| * Change make distribution so that it now call installconfig in all dirs alongbapt2015-10-091-1/+6
OpenPOWER on IntegriCloud