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
*
Remove the special sparc64 time_t support.
obrien
2004-12-29
1
-51
/
+0
*
Further fix the case mentioned in rev. 1.302. The
ru
2004-12-22
1
-2
/
+2
*
NOCLEAN -> NO_CLEAN
ru
2004-12-21
1
-6
/
+6
*
NOSHARE -> NO_SHARE
ru
2004-12-21
1
-3
/
+3
*
NOHTML -> NO_HTML
ru
2004-12-21
1
-3
/
+3
*
NOGAMES -> NO_GAMES
ru
2004-12-21
1
-3
/
+3
*
NOCRYPT -> NO_CRYPT
ru
2004-12-21
1
-11
/
+11
*
NOSHARED -> NO_SHARED
ru
2004-12-21
1
-1
/
+1
*
NOFSCHG -> NO_FSCHG
ru
2004-12-21
1
-1
/
+1
*
NODOCCOMPRESS -> NO_DOCCOMPRESS
ru
2004-12-21
1
-6
/
+6
*
NOLIBC_R -> NO_LIBC_R
ru
2004-12-21
1
-1
/
+1
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
1
-4
/
+4
*
Minor tweaks in "make update" comments.
ru
2004-12-17
1
-3
/
+3
*
Do not leave build droppings in /usr/src for usr.sbin/pcvt/keycap and
peter
2004-12-01
1
-0
/
+4
*
Hopefully fix the "aicasm" build-tool issue when using ${KERNSRCDIR}
ru
2004-11-23
1
-1
/
+1
*
In the amd64 hybrid libraries case, move the kerberos5 tools to before
peter
2004-11-20
1
-6
/
+6
*
Oops, all my test boxes have NO_KERBEROS set, so I didn't hit the kerberos5
peter
2004-11-15
1
-0
/
+10
*
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
bz
2004-11-13
1
-1
/
+5
*
Show stray files during "cvs update".
ru
2004-11-12
1
-1
/
+1
*
Ruslan told me I should have quoted the arch strings when comparing to
peter
2004-11-10
1
-4
/
+4
*
Change WANT_LIB32 to WITH_LIB32. Sorry for the whiplash folks.
peter
2004-11-10
1
-2
/
+2
*
Convert tools/lib32/build.sh into world connectable hooks. This still
peter
2004-11-06
1
-0
/
+93
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
1
-1
/
+1
*
Catch another gcc-3.3 c++ include path reference and update it to 3.4.
peter
2004-10-11
1
-1
/
+1
*
1. Add much finer granularity to the NO_BIND knobs with the addition of:
dougb
2004-09-27
1
-0
/
+4
*
Hopefully fix alpha and sparc64 builds: on these architectures,
ru
2004-09-21
1
-3
/
+4
*
Switch from BIND 8 to BIND 9.
des
2004-09-21
1
-0
/
+7
*
Although 'Unanimous Consent' appears to be a well defined and used in
imp
2004-09-07
1
-9
/
+9
*
Backout the CVSTAG variable, it could potentially be dangerous if
paul
2004-08-26
1
-3
/
+0
*
Fix "make world DESTDIR=/mnt" to work again. A recent change
ru
2004-08-25
1
-4
/
+4
*
Add a CVSTAG makefile variable that can be set in /etc/make.conf that
paul
2004-08-24
1
-1
/
+5
*
A fix from rev. 1.52 of gnu/usr.bin/cc/cc_tools/Makefile was lost
ru
2004-08-18
1
-1
/
+1
*
Moved the MAKEOBJDIRPREFIX check from Makefile.inc1 to Makefile,
ru
2004-08-18
1
-7
/
+0
*
sys/boot seems to compile fine on Alpha; unbreak ``make release''.
ru
2004-08-16
1
-4
/
+1
*
Ensure that a new gensnmptree is built. This should fix the problems
harti
2004-08-11
1
-1
/
+1
*
Enforce the check that MAKEOBJDIRPREFIX (if set) is set in environment
ru
2004-08-11
1
-0
/
+7
*
Fix recent breakage in rescue. We need to build a new crunchgen
harti
2004-08-10
1
-1
/
+1
*
Make make recurse into sub-directories and sub-makes when given
harti
2004-08-09
1
-22
/
+27
*
The file(1) related build-tool moved to libmagic.
obrien
2004-08-09
1
-1
/
+1
*
Bmake glue for GCC 3.4.2-prerelease.
kan
2004-07-28
1
-5
/
+0
*
Get rid of the THISHOST variable when building on sparc64. The problem
harti
2004-07-08
1
-5
/
+1
*
Third time's a charm?? (the logic was reversed from desired)
obrien
2004-06-17
1
-1
/
+1
*
Grrr, use the userland spelling not the kernel tree spelling.
obrien
2004-06-17
1
-1
/
+1
*
Fall out from Binutils 2.15: disable building the Alpha loader.
obrien
2004-06-17
1
-1
/
+4
*
Allow buildworld and friends to complete when make(1) is called
ru
2004-05-17
1
-1
/
+1
*
Record the libssl.so dependency on libcrypto.so. This should
ru
2004-05-13
1
-0
/
+1
*
Catch up with the current output of tools/make_libdeps.sh:
ru
2004-05-12
1
-3
/
+7
*
- Added rad_demangle() for demangling user-passwords (needed for
ru
2004-04-27
1
-1
/
+6
*
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
harti
2004-04-14
1
-1
/
+1
*
Add a kernel-toolchain target which only builds the bits required to build
des
2004-04-13
1
-1
/
+3
[next]