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
/
Makefile.inc1
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsd.subdir.mk: Only recurse on called targets, rather than dependencies.
bdrewery
2015-12-02
1
-19
/
+13
*
Add NO_INSTALLKERNEL to undo the assumption that the first KERNCONF will be
bdrewery
2015-12-01
1
-3
/
+15
*
Allow storing package(world|kernel) tarballs into a different location at PAC...
bdrewery
2015-12-01
1
-8
/
+9
*
Fix errors being ignored in many phases of the build since the bmake integrat...
bdrewery
2015-12-01
1
-52
/
+52
*
Add support to libkvm for reading vmcores from other architectures.
jhb
2015-11-27
1
-0
/
+1
*
Remove unneeded libmd from bootstrap-tools (reverting r246784).
bdrewery
2015-11-18
1
-4
/
+0
*
Avoid setting schg in the objtree for lib32 build.
bdrewery
2015-11-14
1
-2
/
+2
*
Fix 'make cleanworld' to respect TARGET/TARGET_ARCH for cross-build objtrees.
bdrewery
2015-11-09
1
-6
/
+2
*
Move 'make cleandir' from Makefile to Makefile.inc1.
bdrewery
2015-11-09
1
-0
/
+30
*
Add built-in ccache build support via WITH_CCACHE_BUILD option.
bdrewery
2015-11-08
1
-3
/
+3
*
Add a hack to workaround ZSH as BUILDENV_SHELL breaking CPUTYPE.
bdrewery
2015-11-08
1
-0
/
+3
*
Merge from head r290483
bapt
2015-11-07
1
-19
/
+23
|
\
|
*
Allow 'make buildenv' to work anywhere in the src tree.
bdrewery
2015-11-05
1
-3
/
+5
|
*
Allow 'make buildenv' to default to the caller's shell by using SHELL.
bdrewery
2015-11-05
1
-3
/
+3
|
*
Fix CC being wrong during install* targets.
imp
2015-11-05
1
-9
/
+11
|
*
Rename libohash to libopenbsd.
rodrigc
2015-11-04
1
-5
/
+5
*
|
Merge from head
bapt
2015-11-01
1
-69
/
+119
|
\
\
|
|
/
|
*
Add a note about DEPFLAGS which is currently a hack around not properly passing
bdrewery
2015-10-26
1
-0
/
+3
|
*
native-xtools: Replace common path with NXBDESTDIR.
bdrewery
2015-10-24
1
-9
/
+8
|
*
native-xtools: Fix build with WITH_DEBUG_FILES.
bdrewery
2015-10-23
1
-0
/
+4
|
*
Parallelize build-tools.
bdrewery
2015-10-22
1
-1
/
+4
|
*
Warn that NOCLEAN is deprecated - use NO_CLEAN instead
emaste
2015-10-22
1
-0
/
+1
|
*
Let SUBDIR_OVERRIDE with 'make buildworld' be more useful.
bdrewery
2015-10-22
1
-9
/
+17
|
*
Fix my change in r289435 causing 'etc' to be added to SUBDIR when using
bdrewery
2015-10-21
1
-1
/
+2
|
*
Add some missing '+', .MAKE, and .PHONY modifiers.
bdrewery
2015-10-21
1
-51
/
+52
|
*
Handle lib32 files during delete-old* when MK_LIB32=no.
jmmv
2015-10-20
1
-0
/
+30
*
|
Merge from head
bapt
2015-10-19
1
-46
/
+72
|
\
\
|
|
/
|
*
Remove unneeded MK_CTF=no when MK_CDDL=no.
bdrewery
2015-10-17
1
-4
/
+0
|
*
Fix wrong PATH being set for world 'includes' stage after r289438.
bdrewery
2015-10-17
1
-2
/
+5
|
*
For 'buildenvvars' show any .exported variables as well to cover recent
bdrewery
2015-10-17
1
-1
/
+1
|
*
Always export VERSION to the environment to avoid looking it up again in
bdrewery
2015-10-17
1
-6
/
+3
|
*
Export OSRELDATE so sub-makes don't look it up again.
bdrewery
2015-10-17
1
-0
/
+1
|
*
Rework the world subdir build targets to use the standard SUBDIR_PARALLEL mec...
bdrewery
2015-10-17
1
-22
/
+25
|
*
Fix adding manpages installed by LOCAL_DIRS to whatis file.
bdrewery
2015-10-16
1
-4
/
+6
|
*
Remove lockf as an ITOOL.
bdrewery
2015-10-16
1
-1
/
+1
|
*
Correct a bitrotted comment about installworld order requirements.
bdrewery
2015-10-16
1
-5
/
+8
|
*
Remove .MAKE from targets that do more than just run sub-makes, such as
bdrewery
2015-10-16
1
-3
/
+3
|
*
Fix delete-old and check-old-files not removing old debug symbols.
bdrewery
2015-10-16
1
-0
/
+12
|
*
Fix buildworld with clean objdir after r289351.
bdrewery
2015-10-15
1
-0
/
+1
|
*
Consider top-level targets to be .PHONY as bmake won't build them
bdrewery
2015-10-15
1
-1
/
+1
|
*
Add temporary workaround for .MAKE being applied to _worldtmp, since r251750.
bdrewery
2015-10-15
1
-1
/
+1
|
*
Create /usr/tests *.debug file directory hierarchy
emaste
2015-10-15
1
-0
/
+8
*
|
Merge from head
bapt
2015-10-13
1
-30
/
+50
|
\
\
|
|
/
|
*
Fix installing config files as non root
bapt
2015-10-10
1
-1
/
+3
|
*
Change make distribution so that it now call installconfig in all dirs along
bapt
2015-10-09
1
-1
/
+6
|
*
The latest version of lex requires the latest m4 to build, add a dependency
ian
2015-10-05
1
-0
/
+2
|
*
Final step of eliminating the "games" distribution: Merge src/games
cperciva
2015-10-02
1
-4
/
+1
|
*
remove unused sgsmsg utility (originally imported from opensolaris)
avg
2015-09-28
1
-1
/
+1
|
*
META_MODE: Make it easier to keep the bootstrap-tools args in sync.
bdrewery
2015-09-26
1
-3
/
+6
|
*
Remove EOL whitespace from Makefile.inc1
emaste
2015-09-25
1
-3
/
+3
[next]