aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* CCACHE_BUILD: Follow-up r321880: Fix some PATH issues with buildworld.Bryan Drewery2017-08-011-1/+1
* NO_CLEAN: No need to run delete-old if the directories don't exist.Bryan Drewery2017-08-011-1/+3
* In xdev-links, when installing symlinks to the cross-compiler pieces thatIan Lepore2017-08-011-4/+1
* Don't use libc++ when cross-building for gcc archesDimitry Andric2017-07-291-2/+1
* NO_CLEAN: Hide delete-old output.Bryan Drewery2017-07-251-2/+3
* Only build libzfs_core in 'make libraries' if needed.Bryan Drewery2017-07-251-1/+3
* Remove unneeded dependency for libzfs.Bryan Drewery2017-07-251-1/+0
* NO_CLEAN: Utilize delete-old to remove old orphaned libraries/headers in WORL...Bryan Drewery2017-07-241-0/+7
* The .depend.obj cleanup hacks are only needed with -DNO_CLEAN.Bryan Drewery2017-07-241-1/+3
* Move llvm Options.inc hack from r321433 for NO_CLEAN to lib/clang/libllvm.Bryan Drewery2017-07-241-10/+0
* Cleanup stale Options.inc files from the previous libllvm build forDimitry Andric2017-07-241-0/+10
* makeman: Don't show META_MODE ABI rebuild warnings.Bryan Drewery2017-07-081-1/+2
* SYSTEM_COMPILER: Ensure there is not a stale compiler in WORLDTMP.Bryan Drewery2017-07-081-1/+9
* Fix create-kernel-packages with multiple BUILDKERNELS after r320284Bryan Drewery2017-07-051-2/+2
* Clean up stale dependencies after r320278Ed Maste2017-06-241-7/+11
* NO_ROOT: Remove excessive // when DESTDIR/DISTDIR are empty.Bryan Drewery2017-06-231-0/+1
* compiler-metadata: Properly handle cross-build OBJDIR.Bryan Drewery2017-06-231-1/+1
* Expose only the create-packages-* targets since they set needed DEST/DIRDIR.Bryan Drewery2017-06-231-2/+4
* packages: Parallelize individual kernel packaging.Bryan Drewery2017-06-231-1/+6
* packages: Allow actually building individual world packages in parallel.Bryan Drewery2017-06-231-18/+28
* packages: Allow creating kernel/world packages in parallel.Bryan Drewery2017-06-231-2/+9
* packages: Allow staging world/kernel in parallel.Bryan Drewery2017-06-231-3/+9
* packages: Allow stageworld/stagekernel to run with make jobs.Bryan Drewery2017-06-231-2/+2
* Set compiler metadata for stageworld/distributeworld.Bryan Drewery2017-06-231-1/+2
* Pass along LINKER_* vars during installworld and show in test-system-compiler.Bryan Drewery2017-06-221-2/+5
* buildworld: Pass which world phase the build is in down to submakes.Bryan Drewery2017-06-201-1/+5
* buildworld: Define SYSROOT to WORLDTMP.Bryan Drewery2017-06-191-2/+3
* remove stale dependencies for utimens* wrappers removed in r319663Ed Maste2017-06-121-0/+11
* Fix src.conf.5 generationBaptiste Daroussin2017-06-081-2/+2
* META_MODE: Force a host tool rebuild for ino64 in r318736.Bryan Drewery2017-06-051-0/+2
* META_MODE: Add framework to force rebuilding for major ABI changes.Bryan Drewery2017-06-051-3/+47
* native-xtools: Connect makewhatis.Bryan Drewery2017-06-031-1/+3
* native-xtools: Connect lld.Bryan Drewery2017-06-021-0/+1
* add a rescue/sh sanity check before installworld on the running systemEd Maste2017-05-301-0/+16
* rm stale ptrace dependencies after r305012Ed Maste2017-05-261-0/+12
* libc: rm stale generated files which are no longer syscallsEd Maste2017-05-261-0/+15
* Now that roff documentation has been disconnected from the build, it is noBaptiste Daroussin2017-05-251-15/+0
* Add a -DNO_LIBS to skip building the libraries phase as well.Bryan Drewery2017-05-091-0/+2
* Support -DWORLDFAST to skip all build steps up to 'libraries' and 'everything'.Bryan Drewery2017-05-091-1/+9
* Support skipping 'make obj' tree-walk.Bryan Drewery2017-05-091-12/+23
* Honor WITHOUT_LIB32 on mips64.John Baldwin2017-05-081-1/+1
* Replace again GNU diff with BSD diffBaptiste Daroussin2017-04-201-1/+1
* Use relative symlink for 'latest' to allow repo to work after beingGlen Barber2017-04-181-2/+2
* Cache compiler metadata and reuse it at installworld time.Bryan Drewery2017-04-131-6/+35
* Pass COMPILER_FEATURES down to submakes for installworld.Bryan Drewery2017-04-131-1/+4
* Introduce LLD_BOOTSTRAP to control lld as bootstrap linkerEd Maste2017-04-091-7/+10
* do not require binutils port when using lld as ldEd Maste2017-04-071-2/+3
* META_MODE: Fix build-tools still sometimes rebuilding during target build.Bryan Drewery2017-04-061-2/+2
* Rename _cc to _gcc to be more clear.Bryan Drewery2017-03-211-5/+5
* Temporary readd GNU diffBaptiste Daroussin2017-03-191-1/+1