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
*
Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.
imp
2015-08-27
1
-0
/
+24
*
Document bsd.endian.mk.
imp
2015-08-27
1
-0
/
+1
*
Make sys.mk more compatible with fmake by refraining from using :U
imp
2015-08-27
1
-6
/
+14
*
Automatically append SUBDIR.yes to the SUBDIR variable, and
imp
2015-08-27
1
-1
/
+7
*
For each FOO in FILESLISTS, append the value of FOO.yes, sort, and
imp
2015-08-27
1
-0
/
+3
*
After consultations with the arm community, don't define softfp for
imp
2015-08-26
1
-1
/
+5
*
Add softfp to MACHINE_CPU more often when we're compiling for soft
imp
2015-08-25
1
-1
/
+15
*
Remove now unused LIBPRIVATEDIR
bapt
2015-08-24
1
-3
/
+0
*
We need to add the soft float to the CFLAGS always, not just when
imp
2015-08-24
1
-1
/
+3
*
Document bsd.compiler.mk and the variables it defines.
imp
2015-08-21
1
-0
/
+21
*
Document CFLAGS_NO_SIMD.
imp
2015-08-21
1
-1
/
+9
*
Fix typos (depreciated -> deprecated)
ngie
2015-08-21
1
-2
/
+2
*
Document bsd.arch.inc.mk.
imp
2015-08-21
1
-0
/
+8
*
Mark bsd.info.mk as depreciated
bapt
2015-08-21
1
-1
/
+1
*
Document bsd.progs.mk, including its status as being strongly
imp
2015-08-21
1
-0
/
+1
*
Separate ELFTOOLCHAIN_BOOTSTRAP from BINUTILS_BOOTSTRAP
emaste
2015-08-17
1
-0
/
+2
*
Reap MK_SYSINSTALL
ngie
2015-08-16
1
-1
/
+0
*
bsd.lib.mk: pass NMFLAGS to the lorder script.
rpaulo
2015-08-14
1
-3
/
+3
*
Introduce a new make variable: NMFLAGS.
rpaulo
2015-08-14
1
-0
/
+1
*
Remove remnant of WITHOUT_ELFTOOLCHAIN_TOOLS missed in r286730
emaste
2015-08-13
1
-1
/
+0
*
Disable SSE in libthr
vangyzen
2015-08-05
1
-0
/
+21
*
Add a src.conf option to build and install the DTrace test suite.
markj
2015-08-02
1
-0
/
+5
*
Use default CLANG build options for ARM
emaste
2015-07-29
1
-7
/
+3
*
Allow ELF Tool Chain elfcopy to be installed as objcopy
emaste
2015-07-29
1
-0
/
+3
*
Fix typo which breaks build of manpages when WITHOUT_MANCOMPRESS is set
bapt
2015-07-08
1
-1
/
+1
*
Add support for TEST_METADATA
jmmv
2015-07-04
1
-5
/
+16
*
Set MACHINE_CPU to arm64 when building for arm64. This is needed by the
andrew
2015-07-02
1
-1
/
+3
*
Make all shared library a relative symlink
bapt
2015-06-27
2
-1
/
+3
*
Sort the cpu architectures by name rather than a combination of
andrew
2015-06-25
1
-7
/
+7
*
Fix generation of src.conf.5
sjg
2015-06-22
1
-0
/
+2
*
Appy := to dependent opts once value determined.
sjg
2015-06-22
1
-0
/
+1
*
Simplify code to install manpages and it symlinks
bapt
2015-06-21
1
-39
/
+19
*
Simplify symlinks on include files by using bmake's multivariable .for loops
bapt
2015-06-21
1
-9
/
+4
*
Deal with MAKEOBJDIRPREFIX
sjg
2015-06-20
1
-0
/
+12
*
Use .CURDIR in soelim's include path instead of SRCDIR
bapt
2015-06-20
1
-1
/
+1
*
Move include of make.conf back to its old position.
sjg
2015-06-19
5
-60
/
+80
*
Normally a staging conflict causes an error.
sjg
2015-06-16
1
-2
/
+11
*
Remove old fmake. It wasn't built by default for some time. Users that
imp
2015-06-16
1
-1
/
+0
*
Register libpanel into the available libraries
bapt
2015-06-15
1
-0
/
+2
*
Skip MAKE_PRINT_VAR_ON_ERROR unless we are doing META_MODE
sjg
2015-06-15
1
-0
/
+2
*
do not include src.opts.mk from here
sjg
2015-06-15
1
-2
/
+0
*
Ensure TESTSDIR is defined before bsd.test.mk is .include'd
ngie
2015-06-15
1
-0
/
+4
*
Remove ALLOW_DEPRECATED_ATF_TOOLS/ATFFILE support from atf.test.mk
ngie
2015-06-15
1
-83
/
+1
*
Avoid trailing white-space
sjg
2015-06-14
1
-1
/
+1
*
Watch out for bin/cat in host stage tree
sjg
2015-06-14
1
-0
/
+1
*
Avoid anoying warning
sjg
2015-06-14
1
-1
/
+1
*
Fix incorrect library path.
adrian
2015-06-13
1
-1
/
+1
*
We no longer need CSU_DIR.i386
sjg
2015-06-13
1
-1
/
+3
*
Add META_MODE support.
sjg
2015-06-13
37
-58
/
+4106
|
\
|
*
With MK_AUTO_OBJ=yes objdir is created during sys.mk
sjg
2015-06-11
1
-0
/
+4
[next]