index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert casperd(8) daemon to the libcasper.
oshogbo
2016-02-25
2
-4
/
+30
*
Add more STANDALONE_SUBDIR_TARGETS.
bdrewery
2016-02-24
1
-2
/
+9
*
PROGS: Only the main process will install INCS.
bdrewery
2016-02-24
1
-1
/
+2
*
FAST_DEPEND: Still need to remove DEPENDFILE when rebuilding.
bdrewery
2016-02-24
1
-1
/
+3
*
PROGS: Remove the 'build one' optimization since it breaks 'build multiple'
bdrewery
2016-02-24
1
-12
/
+0
*
Show full DIRPRFX in subdir parallel target name.
bdrewery
2016-02-24
1
-3
/
+3
*
FAST_DEPEND: Always run depend via beforebuild which removes many hacks.
bdrewery
2016-02-24
1
-0
/
+9
*
Hook the meta/nofilemon build into using FAST_DEPEND.
bdrewery
2016-02-24
3
-11
/
+29
*
FAST_DEPEND: Don't waste time generating an empty .depend file.
bdrewery
2016-02-24
1
-2
/
+2
*
FAST_DEPEND: Rework how guessed dependencies are handled.
bdrewery
2016-02-24
3
-24
/
+43
*
Follow-up r295667 with fixes for SRCS defined.
bdrewery
2016-02-24
1
-2
/
+4
*
PROGS: Only recurse on called targets like done for SUBDIR in r291635.
bdrewery
2016-02-24
1
-0
/
+2
*
DIRDEPS_BUILD: Enable the post-build footer/stats display.
bdrewery
2016-02-19
1
-0
/
+1
*
Avoid reading .depend.* in simple cases where not needed.
bdrewery
2016-02-19
1
-1
/
+11
*
Add CLEANDEPEND[FILES|DIRS] and simplify the tags cleanup to use it.
bdrewery
2016-02-16
1
-8
/
+18
*
Always remove .depend.* regardless of WITH_FAST_DEPEND in case of changing
bdrewery
2016-02-16
1
-2
/
+1
*
Remove temporary hack from r294370 for SSH upgrades.
bdrewery
2016-02-16
1
-8
/
+0
*
Add an .ORDER for all/install.
bdrewery
2016-02-16
1
-0
/
+1
*
Test directories can build in parallel fine.
bdrewery
2016-02-16
1
-0
/
+1
*
Consolidate common beforebuild logic.
bdrewery
2016-02-16
4
-7
/
+6
*
Add libpe for elfcopy(1) PE/COFF support
emaste
2016-02-12
1
-0
/
+4
*
Simplify running the FreeBSD test suite
ngie
2016-02-07
5
-58
/
+45
*
Fix style and remove excess / for installing SYMLINKS.
bdrewery
2016-02-04
2
-3
/
+3
*
MLINKS: Deduplicate some of the logic, simplify, and unhide install commands.
bdrewery
2016-02-04
1
-18
/
+14
*
Fix cat files being installed to wrong place since r284685.
bdrewery
2016-02-04
1
-2
/
+2
*
Stop hiding link install commands.
bdrewery
2016-02-04
2
-3
/
+0
*
Don't let NLSLINKS contain itself.
bdrewery
2016-02-03
1
-0
/
+3
*
Fix -include .depend hack from r294370 for headers not in .PATH.
bdrewery
2016-01-28
1
-5
/
+6
*
Revert yacc dependency back to pre-r241298.
bdrewery
2016-01-27
1
-2
/
+2
*
Set a value for _RECURSING_PROGS for debugging.
bdrewery
2016-01-27
1
-2
/
+2
*
Fix DIRDEPS_BUILD after r294752.
bdrewery
2016-01-27
1
-0
/
+2
*
Fix PROGS not reading .depend files after r284288 by making DEPENDFILE work.
bdrewery
2016-01-25
1
-0
/
+1
*
Remove unneeded beforebuild hacks for dtrace probes.
bdrewery
2016-01-25
1
-6
/
+4
*
Fix incremental build of dtrace probes.
bdrewery
2016-01-25
1
-0
/
+3
*
Import latest host-target.mk 1.11 from contrib/bmake/mk
bdrewery
2016-01-25
1
-7
/
+16
*
Import latest gendirdeps.mk 1.29 from contrib/bmake/mk
bdrewery
2016-01-25
1
-2
/
+2
*
Import latest meta.subdir.mk 1.11 from contrib/bmake/mk
bdrewery
2016-01-25
1
-2
/
+2
*
Import latest auto.obj.mk 1.12 from contrib/bmake/mk.
bdrewery
2016-01-25
1
-6
/
+5
*
mkdep: Fix -include not being added for .depend tracking.
bdrewery
2016-01-20
1
-2
/
+17
*
FAST_DEPEND: Fix improperly depending all .So objects on all headers.
bdrewery
2016-01-19
1
-0
/
+2
*
bsd.subdir.mk: Allow easier modification of [STANDALONE_]SUBDIR_TARGETS.
bdrewery
2016-01-19
1
-13
/
+16
*
installconfig is PARALLEL_SUBDIR safe.
bdrewery
2016-01-19
1
-1
/
+1
*
FAST_DEPEND: Still use if filemon is not used.
bdrewery
2016-01-19
1
-1
/
+2
*
META_MODE: Ensure bmake does not use filemon if it is not loaded.
bdrewery
2016-01-19
1
-0
/
+3
*
Define .MAKE.MODE to normal to avoid the need for :U later.
bdrewery
2016-01-19
4
-6
/
+6
*
FAST_DEPEND: Rework optimization for r290524.
bdrewery
2016-01-15
1
-4
/
+4
*
Allow file specific user-specified flag overrides
smh
2016-01-14
1
-2
/
+3
*
Support use of LLVM's libunwind for exception unwinding
emaste
2016-01-09
1
-2
/
+2
*
Revert r293286. It was not intended to come in yet.
bdrewery
2016-01-07
1
-19
/
+0
*
Move the MAKEOBJDIRPREFIX value guard to sys.mk and expand to MAKEOBJDIR.
bdrewery
2016-01-07
1
-0
/
+19
[next]