summaryrefslogtreecommitdiffstats
path: root/bin/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
|
* Now that we have gcc 3.4, we can flip ia64 to using a dynamically linkedgordon2004-08-061-1/+1
| | | | | | /bin and /sbin. Reviewed by: marcel (via pluto1)
* Force a staticly linked /bin and /sbin for ia64. The necessary changesmarcel2003-11-191-1/+1
| | | | | | | | | | | | to gcc have not been made for ia64, which means that executables still have /usr/libexec/ld-elf.so.1 as the dynamic linker. This simply does not work if /usr is a seperate filesystem not mounted when the kernel tries to execute init(8). Note that this is a temporary fix until a new gcc has been imported that does have the required changes. Approved: re@
* Change the default for binaries in /bin and /sbin from statically togordon2003-11-161-1/+1
| | | | | | | | | dynamically linked. This has been a long time coming with the move of critical libraries from /usr/lib to /lib. If you don't feel comfortable with dynamically linked binaries in your root partition, now is the time to define NO_DYNAMICROOT in your make.conf. Approved by: re
* Style.ru2003-11-021-1/+1
|
* Stage 4 of dynamically linked root support. Add a big knob,gordon2003-08-171-1/+4
| | | | | | | | | | | WITH_DYNAMICROOT, which will toggle the generation of dynamically-linked binaries for installation in /bin and /sbin. It is currently off, meaning that /bin and /sbin are still statically linked by default. If something goes wrong (which I hope doesn't), this is what /rescue is all about. Please do not try to use WITH_DYNAMICROOT and NO_RESCUE to save space or some other equally silly reason. If you do and end up having problems, you have been warned.
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-2/+1
| | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
* Remove gCC'isms.obrien2002-05-101-1/+0
|
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+1
| | | | Tested on i386 and alpha.
* -lcipher is an installable library.ru2001-12-061-10/+0
|
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
| | | | | | set WARNS=0. Reviewed by: mike
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* CFLAGS+= -Wall -Wformat for all of src/bin. All warnings except 2 minorbde1998-12-071-1/+2
| | | | ones in rmail have been fixed.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add forgotten $Id$wosch1996-09-221-0/+1
|
* Wrong library was picked by edache1995-10-221-3/+3
|
* Define CRYPTOBJDIR if secure is being builtmarkm1995-10-011-0/+10
|
* WHOOPS! Put that back! Sorry, wrong Makefile.inc!jkh1994-08-081-0/+1
| | | | | | | | [slinks away embarassed]. It's NOSHARED again ("Gee, sorry about that honey! I could have *sworn* the safety was on!"). Reviewed by: Submitted by: jkh
* Removed NOSHARED. "It's safe now, honey."jkh1994-08-081-1/+0
| | | | | Reviewed by: Submitted by: jkh
* Do not build /bin sharedrgrimes1994-05-281-0/+1
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+3
OpenPOWER on IntegriCloud