Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Use single instance of the identical INKERNEL() and PMC_IN_KERNEL() | kib | 2015-07-02 | 1 | -3/+3 | |
* | new depends | sjg | 2015-06-16 | 4 | -0/+5 | |
* | Hook extra libs to _LIBS so bsd.lib.mk can do its thing | sjg | 2015-06-16 | 1 | -2/+3 | |
* | Revert r284417 it is not necessary anymore | bapt | 2015-06-15 | 2 | -2/+2 | |
* | Enforce overwritting SHLIBDIR | bapt | 2015-06-15 | 2 | -2/+2 | |
* | Avoid circular dependency with nm | sjg | 2015-06-14 | 1 | -0/+3 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 113 | -0/+4359 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 91 | -182/+0 | |
| * | Merge sync of head | sjg | 2015-05-27 | 90 | -5752/+307 | |
| |\ | ||||||
| * | | all is MAIN target | sjg | 2014-11-30 | 1 | -0/+2 | |
| * | | Merge from head@274682 | sjg | 2014-11-19 | 53 | -102/+44 | |
| |\ \ | ||||||
| * | | | fixed dep | sjg | 2014-11-19 | 1 | -1/+0 | |
| * | | | Merge head from 7/28 | sjg | 2014-08-19 | 105 | -1314/+157 | |
| |\ \ \ | ||||||
| * | | | | Fix building libstdc++ with clang | sjg | 2014-05-16 | 2 | -6/+3 | |
| * | | | | Updated dependencies | sjg | 2014-05-16 | 58 | -55/+10 | |
| * | | | | Updated dependencies | sjg | 2014-05-10 | 63 | -21/+165 | |
| * | | | | Merge from head | sjg | 2014-05-08 | 20 | -19/+20 | |
| |\ \ \ \ | ||||||
| * | | | | | Need to stage_files | sjg | 2014-05-05 | 1 | -0/+6 | |
| * | | | | | New/updated dependencies | sjg | 2014-05-05 | 1 | -0/+6 | |
| * | | | | | Merge head | sjg | 2014-04-28 | 40 | -72/+179 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Merge head@256308 | sjg | 2013-10-14 | 1 | -2/+2 | |
| * | | | | | | Merge head@256284 | sjg | 2013-10-13 | 9 | -639/+12 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | We do want objdir | sjg | 2013-10-13 | 4 | -8/+0 | |
| * | | | | | | | Updated dependencies | sjg | 2013-10-13 | 5 | -16/+6 | |
| * | | | | | | | Merge head | sjg | 2013-09-11 | 2 | -2/+7 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge from head | sjg | 2013-09-05 | 77 | -17827/+238 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | sync from head | sjg | 2013-04-12 | 18 | -26/+122 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Updated dependencies | sjg | 2013-03-17 | 8 | -14/+8 | |
| * | | | | | | | | | | Updated dependencies | sjg | 2013-03-11 | 62 | -0/+62 | |
| * | | | | | | | | | | Updated dependencies | sjg | 2013-02-16 | 105 | -210/+0 | |
| * | | | | | | | | | | Sync with HEAD. | obrien | 2013-02-08 | 27 | -43/+156 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Correct the r242545 sync with head@242525. | obrien | 2013-02-07 | 7 | -1594/+0 | |
| * | | | | | | | | | | | We need /backward too it seems | sjg | 2012-11-08 | 1 | -0/+4 | |
| * | | | | | | | | | | | Updated/new Makefile.depend | sjg | 2012-11-08 | 16 | -24/+122 | |
| | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 27 | -123/+77 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 124 | -3/+4518 | |
* | | | | | | | | | | | | | | | | Get rid of some more NO_OBJs | sjg | 2015-06-12 | 4 | -8/+0 | |
* | | | | | | | | | | | | | | | | Misc fixes from projects/bmake | sjg | 2015-06-11 | 3 | -4/+12 | |
* | | | | | | | | | | | | | | | | ntp is now again libreadline free, so only build libreadline for gdb | bapt | 2015-05-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc. | markm | 2015-05-25 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Garbage collect GNU soelim Makefiles which are not in used anymore | bapt | 2015-05-18 | 1 | -9/+0 | |
* | | | | | | | | | | | | | | | Only build libreadline if gdb is going to be built | bapt | 2015-05-18 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | Build libgcov only if we're building base system GCC | emaste | 2015-05-18 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | Build libgomp only if we're also building base system GCC | emaste | 2015-05-15 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | Replace groff's soelim by soeliminate(1) renamed soelim(1) | bapt | 2015-05-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Add ELF Tool Chain's c++filt to the build | emaste | 2015-04-30 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | | libgomp: bring initial BSD support from upstream. | pfg | 2015-04-28 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | libgomp: bring early CPU affinity support from FSF GCC-4_3 branch. | pfg | 2015-04-27 | 2 | -1/+4 | |
* | | | | | | | | | | | | | | | Exclude the floating-point functions from libgcc_s on arm64, they are | andrew | 2015-04-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Switch to ELF toolchain readelf(1) | emaste | 2015-03-30 | 1 | -1/+2 |