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
*
Turns out, mipsn32el worked at one point, so add it back in.
imp
2016-05-19
1
-0
/
+1
*
Fix negative logic error. We want gnueabihf ABI when we're NOT
imp
2016-05-18
1
-1
/
+1
*
mipsn32el is not a thing, remove it from the list of valid
imp
2016-05-18
1
-2
/
+1
*
Combine restage/reinstall in a safe way.
bdrewery
2016-05-18
1
-13
/
+5
*
Make armv6 hard float abi by default. Kill armv6hf.
imp
2016-05-18
1
-1
/
+0
*
Support libsoft for restage.
bdrewery
2016-05-13
1
-2
/
+2
*
Revert r299292, which was not a mismerge. It has an additional horrible
gjb
2016-05-10
1
-2
/
+14
*
Combine the 'reinstall' and 'restage' targets, which appears to have
gjb
2016-05-10
1
-14
/
+2
*
Default NO_INSTALLEXTRAKERNELS to yes, not no
ngie
2016-05-04
1
-1
/
+1
*
Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build
ngie
2016-05-04
1
-0
/
+2
*
Make it possible to override NO_INSTALLEXTRAKERNELS.
glebius
2016-05-04
1
-5
/
+5
*
Misc. build: minor spelling fixes.
pfg
2016-05-03
1
-2
/
+2
*
WITH_META_MODE: Allow buildkernel to create .meta files with curdir==objdir.
bdrewery
2016-04-26
1
-0
/
+5
*
Fix unset variables from r298417.
bdrewery
2016-04-21
1
-9
/
+18
*
Add more missing .PHONY
bdrewery
2016-04-21
1
-5
/
+5
*
Remove redundant logic from the pkg-base merge.
bdrewery
2016-04-21
1
-4
/
+0
*
Fix 'make -n' for new packaging targets.
bdrewery
2016-04-21
1
-2
/
+2
*
Add more missing .PHONY.
bdrewery
2016-04-21
1
-36
/
+36
*
Adjust BOOTSTRAPPING test after MFC of kbdcontrol's -P option
emaste
2016-04-21
1
-2
/
+3
*
Add MK_AUTO_OBJ=no to ${MAKE} invocation if PKG_VERSION needs to be
gjb
2016-04-18
1
-2
/
+2
*
MFH
gjb
2016-04-16
1
-16
/
+19
|
\
|
*
META_MODE+filemon: Default -DNO_CLEAN enabled.
bdrewery
2016-04-14
1
-0
/
+9
|
*
META_MODE: Pass along the default sysroot in bootstrap-tools to avoid rebuild...
bdrewery
2016-04-14
1
-0
/
+1
|
*
META_MODE: Don't rebuild build-tools targets during normal build.
bdrewery
2016-04-14
1
-0
/
+4
|
*
Mark some more .PHONY targets.
bdrewery
2016-04-14
1
-2
/
+2
|
*
Simplify building libpam and fix libpam.a not containing the modules since r2...
bdrewery
2016-04-14
1
-14
/
+3
*
|
MFH
gjb
2016-04-13
1
-8
/
+9
|
\
\
|
|
/
|
*
Try harder to find svn
swills
2016-04-13
1
-8
/
+9
|
*
Remove leftover _LDSCRIPTROOT missed in r297270.
bdrewery
2016-04-05
1
-1
/
+1
*
|
Set explicit ordering to prevent packaging failures with parallel
gjb
2016-04-11
1
-0
/
+5
*
|
Avoid using DESTDIR in packaged-base targets, which can
gjb
2016-04-08
1
-29
/
+29
*
|
MFH
gjb
2016-04-06
1
-1
/
+1
*
|
Fix errors packaging the base system when using non-default DESTDIR
gjb
2016-04-05
1
-4
/
+4
*
|
MFH
gjb
2016-04-04
1
-74
/
+37
|
\
\
|
|
/
|
*
Fix the external GCC build after r297271 by setting -L <sysroot>/usr/lib.
bdrewery
2016-03-30
1
-2
/
+2
|
*
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.
bdrewery
2016-03-30
1
-59
/
+15
|
*
simplify compile-time default keyboard map generation
emaste
2016-03-28
1
-0
/
+6
|
*
WITHOUT_TOOLCHAIN: Fix includes not being staged in WORLDTMP.
bdrewery
2016-03-25
1
-2
/
+2
|
*
CROSS_BINUTILS_PREFIX: Reduce redundant logic.
bdrewery
2016-03-25
1
-10
/
+10
|
*
External compiler: Remove redundant flags from CXXFLAGS.
bdrewery
2016-03-25
1
-2
/
+0
|
*
WITHOUT_CROSS_COMPILER: Fix this to use external compiler logic.
bdrewery
2016-03-25
1
-2
/
+3
|
*
Update flags for external GCC.
bdrewery
2016-03-25
1
-2
/
+5
|
*
Build libcompat (lib32) with a --sysroot pointing into its stage directory.
bdrewery
2016-03-25
1
-1
/
+0
*
|
Make WSTAGEDIR, KSTAGEDIR, and REPODIR configurable.
gjb
2016-03-22
1
-3
/
+3
*
|
MFH
gjb
2016-03-14
1
-161
/
+36
|
\
\
|
|
/
|
*
Use the newly minted Makefile.libcompat to implement libsoft libraries
imp
2016-03-12
1
-0
/
+3
|
*
Bump BOOTSTRAPPING test for libelf after cross-endian fix in r296685
emaste
2016-03-12
1
-1
/
+2
|
*
Move Makefile.lib32 to Makefile.libcompat and generalize it.
bdrewery
2016-03-11
1
-28
/
+30
|
*
Factor out lib32 generation to its own file. This is prep for a
imp
2016-03-11
1
-133
/
+2
*
|
MFH
gjb
2016-03-10
1
-7
/
+4
|
\
\
|
|
/
[next]