History log of /freebsd/share/examples/etc/make.conf (Results 251 – 275 of 650)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5bd200c1 03-Sep-2000 David E. O'Brien <obrien@FreeBSD.org>

Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren.


# 3a77147b 03-Sep-2000 David E. O'Brien <obrien@FreeBSD.org>

Move the kernel's "cflags" to be next to the world ones.


# f8853f21 18-Aug-2000 Brian Somers <brian@FreeBSD.org>

Add a PPP_NOSUID hook


# 6fd0f272 13-Aug-2000 Josef Karthauser <joe@FreeBSD.org>

Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to the
SUPFLAGS when a 'make update' is run. This means that the supfile
doesn't need to be edited because the -h will override the
CHANGE_

Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to the
SUPFLAGS when a 'make update' is run. This means that the supfile
doesn't need to be edited because the -h will override the
CHANGE_THIS.FreeBSD.org host.

show more ...


# 3ae2dea2 13-Aug-2000 Warner Losh <imp@FreeBSD.org>

Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to what
it does.


# dd8cf673 11-Aug-2000 Warner Losh <imp@FreeBSD.org>

Change NOSUIDPERL to BUILD_SUIDPERL. One must now explicitly enable
building suidperl.


Revision tags: release/4.1.0
# 97e8e70b 14-Jul-2000 Peter Wemm <peter@FreeBSD.org>

Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using
MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to
confuse myself last time and made make.conf different to t

Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using
MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to
confuse myself last time and made make.conf different to the code. ;-(

Reported by: Jun Kuriyama <kuriyama@FreeBSD.org>

show more ...


# 85a0c815 03-Jul-2000 Peter Wemm <peter@FreeBSD.org>

Delete the RSAREF=YES example from make.conf - it is not used at all.
Add knobs for the optional crypto parts with some notes.


# c5225ad9 26-Jun-2000 David E. O'Brien <obrien@FreeBSD.org>

Add BDECFLAGS so people can use them easily in /etc/make.conf.


Revision tags: release/3.5.0_cvs
# f94a3783 17-Jun-2000 David E. O'Brien <obrien@FreeBSD.org>

If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the
world as was our old way, rather than when building a kernel.

Some people do not like the new way, and the release building sti

If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the
world as was our old way, rather than when building a kernel.

Some people do not like the new way, and the release building still assumes
modules are built with the world.

show more ...


# 8c0e8d96 31-May-2000 Tim Vanderhoek <hoek@FreeBSD.org>

Add a NO_LPR option. Useful for people who want to use LPRng.

PR: bin/18787 (David Gilbert <dgilbert@velocet.ca>)


# a04f2acd 02-May-2000 Josef Karthauser <joe@FreeBSD.org>

Disconnect libm from the build tree. It's broken, not being
maintained, and has been replaced by msun. The libm sources
shouldn't be removed just yet as there are parts that should be
merged into m

Disconnect libm from the build tree. It's broken, not being
maintained, and has been replaced by msun. The libm sources
shouldn't be removed just yet as there are parts that should be
merged into msun first.

PR: misc/17848
Discussed with: phk & bde

show more ...


# 10ae1068 02-May-2000 Chuck Robey <chuckr@FreeBSD.org>

Cause modules to build with the kernel build. Modules are removed
from the sys Makefile's SUBDIRs. This is conditioned in make.conf by the
NO_MODULES variable and the existence of the modules direc

Cause modules to build with the kernel build. Modules are removed
from the sys Makefile's SUBDIRs. This is conditioned in make.conf by the
NO_MODULES variable and the existence of the modules directory. The
actual location of the modules is not modified. Changes in Makefiles
only, this does not affect Peter's recent changes.

Reviewed by: Peter Wemm, who warned me I would get some flack, and
he had the good idea for the NO_MODULES variable.

show more ...


# b6c2891d 17-Apr-2000 David E. O'Brien <obrien@FreeBSD.org>

Document NO_TCSH knob.


# 3a722ade 10-Apr-2000 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>

Document NO_BIND toggle flag.

PR: 17710
Submitted by: Mark Huizer <xaa+sendpr@dohd.cx>


# 0e8d7e82 04-Apr-2000 David E. O'Brien <obrien@FreeBSD.org>

Add an example of how to tweak CXXFLAGS in a make.conf file.

This is in responce to several people breaking their world builds by
incorrectly assigning to CXXFLAGS.


# 4e2edaf2 31-Mar-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

Add a NO_MAILWRAPPER knob to make.conf and wrap it around
mailwrapper(8) for folks who find it annoying to have their development
version of sendmail blown away by ``make world''.

PR: 17394


# 68d2e26c 27-Mar-2000 Kris Kennaway <kris@FreeBSD.org>

Update CFLAGS documentation


# ec29d178 22-Mar-2000 Nik Clayton <nik@FreeBSD.org>

Add the DOC_LANG variable, and associated documentary comments.


# f555eeb8 21-Mar-2000 David E. O'Brien <obrien@FreeBSD.org>

Add a knob to turn off the mostly static docs (src/share/doc/).

On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.

Howe

Add a knob to turn off the mostly static docs (src/share/doc/).

On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.

However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s
respectively.

This commit allows one to speed up their build time, without not getting
any important and required changes if one used "NOSHARE".

show more ...


# 874294ba 20-Mar-2000 Dan Moschuk <dan@FreeBSD.org>

Document NOUUCP switch


Revision tags: release/4.0.0_cvs
# 0a76f6e8 19-Mar-2000 Kris Kennaway <kris@FreeBSD.org>

Add and document a NO_X knob to force disabling of X support in doscmd

Requested by: sysop@silver.komanda.com.ua


# eaf79dd0 05-Mar-2000 Kris Kennaway <kris@FreeBSD.org>

Document NO_OBJC for disabling Objective C support


# 1fc9b825 29-Feb-2000 Kris Kennaway <kris@FreeBSD.org>

Document NODESCRYPTLINKS


# c8c37254 28-Feb-2000 Kris Kennaway <kris@FreeBSD.org>

Update the description of NOCRYPT and NOSECURE to match reality.


1...<<11121314151617181920>>...26