Jordan K. Hubbard
da11a1b3b3
By popular request, change the default suggested value for CFLAGS
...
and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just
for userland.
1997-09-10 13:35:33 +00:00
Bruce Evans
fa03459efb
Updated serial console options.
1997-06-09 05:38:41 +00:00
Andreas Klemm
1a827e9f69
synchronize with bsd.doc.mk (long outstanding fix)
...
PR: closes docs/3479
1997-05-03 19:58:39 +00:00
Satoshi Asami
a9ad17bc71
Add comments about overridable MASTER_SITE_* variables.
...
Suggested by: Narvi <narvi@haldjas.folklore.ee>
1997-04-15 08:16:44 +00:00
John-Mark Gurney
0548bf4d76
arg... add back the "stray" `-' (it is used by indent)
1997-04-03 00:36:26 +00:00
John-Mark Gurney
d10ef76b70
remove a stray `-'
1997-04-02 11:26:59 +00:00
Marc G. Fournier
42c13e4555
Remove MAKEFLAGS example from /etc/make.conf...
...
Bruce points out that it breaks things if someone doesn't do a 'make depend',
but I just found out that it breaks 'make depend' itself :(
1997-03-31 05:26:39 +00:00
Marc G. Fournier
30d23e30a7
Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example
1997-03-30 23:43:41 +00:00
Joerg Wunsch
3a0d8e274e
top(1) has a tunable parameter for the hash size to hash the user
...
entries. Mention it in make.conf.
1997-03-25 00:04:33 +00:00
Bruce Evans
55787c246c
Show where the version control id should go.
1997-02-28 09:35:50 +00:00
Bruce Evans
f9ee34fb28
Changed the example copyright to be closer to the ones that we actually
...
use:
- don't put [your name] on a a separate line. Most authors have shorter
names than "The Regents of the University of California".
- don't repeat [your name].
1997-02-28 09:24:11 +00:00
Peter Wemm
79403fe300
Revert $FreeBSD$ to $Id$
1997-02-23 09:21:14 +00:00
Peter Wemm
b97fa2ef50
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
Bruce Evans
dab159e3d6
Select between the generic math functions and the i387-specific ones
...
at runtime.
etc/make.conf:
Nuked HAVE_FPU option.
lib/msun/Makefile:
Always build the i387 objects. Copy the i387 source files at build
time so that the i387 objects have different names. This is simpler
than renaming the files in the cvs repository or repeating half of
bsd.lib.mk to add explicit rules.
lib/msun/src/*.c:
Renamed all functions that have an i387-specific version by adding
`__generic_' to their names.
lib/msun/src/get_hw_float.c:
New file for getting machdep.hw_float from the kernel.
sys/i386/include/asmacros.h:
Abuse the ENTRY() macro to generate jump vectors and associated code.
This works much like PIC PLT dynamic initialization. The PIC case is
messy. The old i387 entry points are renamed. Renaming is easier
here because the names are given by macro expansions.
1997-02-16 18:26:31 +00:00
Jordan K. Hubbard
2ff95d56b3
Document FTP_PASSIVE_MODE in the place where I usually set it.
1997-02-13 09:07:32 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
Peter Wemm
747328f032
Add commented out samples on how to activate the compat libs during build.
...
Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist>
and doing a 'make all install' there by hand.
1996-12-23 05:17:09 +00:00
Andrey A. Chernov
7deead3e52
cvsup client moved from sbin to bin
...
2.2 candidate
1996-12-16 03:37:59 +00:00
Andrey A. Chernov
7fded3d0e5
Add -z to CVSupflags, it iz safe because it is done by zlib,
...
not by extra gzip child
1996-11-01 17:12:07 +00:00
Paul Traina
c27ebf26ac
catch a mismatch after final review...
1996-10-14 17:27:53 +00:00
Paul Traina
972a3f282a
Expose the control mechanism for serial console boot so that the default
...
shipped with freebsd can be changed without modifying the Makefiles directly.
Creates: BOOT_FORCE_COMCONSOLE
BOOT_PROBE_KEYBOARD
BOOT_PROBE_KEYBOARD_LOCK
BOOT_COMCONSOLE (port value for console)
1996-10-14 17:25:53 +00:00
Andrey A. Chernov
c849957cb0
Use full path for cvsup
1996-10-05 19:41:31 +00:00
Andrey A. Chernov
e110018119
Add CVSup block (commented out)
1996-10-05 18:51:45 +00:00
Peter Wemm
b99929ea6b
Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing option
...
since the cc1/cc1plus backends were linked static some time ago.
1996-09-21 14:30:23 +00:00
Jordan K. Hubbard
a1cbdd2864
Sync copyright notices.
...
Noticed-By: jfieber
1996-08-03 14:26:41 +00:00
Nate Williams
4012436276
Add the (commented out) OBJLINK hook.
1996-06-24 16:50:39 +00:00
Andrey A. Chernov
20d1d1dc3f
Remove advertising actions requirement, they are too bothering for anyone
1996-06-17 19:05:38 +00:00
Satoshi Asami
5e29e1ca51
Take out quotes around MOTIFLIB. Clarify comments a bit, most users
...
don't have to touch neither X11BASE nor MOTIFLIB.
Reported by: kmitch@phantasma.bevc.blacksburg.va.us
1996-04-21 08:56:32 +00:00
Andrey A. Chernov
db3a276987
Back out my MOTIF_STATIC change, it is unnecessary
1996-04-16 11:47:29 +00:00
Andrey A. Chernov
74bf61cc44
Document MOTIF_STATIC
1996-04-13 06:40:19 +00:00
Satoshi Asami
cf59981cf4
Add commented-out definitions of HAVE_MOTIF and MOTIFLIB.
1996-04-12 09:28:14 +00:00
Satoshi Asami
e964528dea
Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additional
...
port documentation (which can be things like postscript manuals
describing every single of the 65,536 options) from being installed
into ${PREFIX}/share/doc.
1996-03-06 09:10:23 +00:00
Adam David
6f3ce68f18
improve the comment for BOOTWAIT
1996-02-15 21:14:36 +00:00
Andrey A. Chernov
92f710b2bc
Remove -fno-strength-reduce, gcc bug fixed recently
1996-01-05 18:54:07 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Andrey A. Chernov
d54d4366c8
Refle
1995-09-30 17:20:27 +00:00
Andrey A. Chernov
1012b636c9
Change SUPFILEx order, secure first, ports second to make base system update first
...
All stuff commented out
1995-09-28 14:59:44 +00:00
Peter Wemm
5fec88bb16
Fix typo.
...
The skeleton still had one reference to "THE REGENTS" instead of "[your name]"
1995-09-22 20:47:03 +00:00
Andrey A. Chernov
cf9b8ec06b
Add -fno-strength-reduce to -O2 optimization, all stuff commented out
1995-09-15 01:05:41 +00:00
Andrey A. Chernov
b81f547e3a
Add commented out entries for SUP update, 3 standard supfiles handled:
...
standard/ports/secure
1995-09-15 01:03:55 +00:00
Rodney W. Grimes
d0a25995fc
[I cvs admin -o the last one of these you saw, it was commited on
...
the wrong branch :-(]
Eliminate incorrect double negative logic Bruce has been gripping
about for a year now. Change = no_way to = true.
Submitted by: bde (sort of, patch by me :-))
1995-07-13 09:15:50 +00:00
Rodney W. Grimes
33d23de425
Remove CCFPU, it is no longer used any place in the source tree.
...
Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
1995-07-13 08:43:14 +00:00
Jordan K. Hubbard
a746536c51
Document COPTFLAGS in addition to CFLAGS.
1995-04-23 13:03:24 +00:00
Poul-Henning Kamp
6950e7e24e
make.conf doesn't postulate anything about libm now.
1995-03-21 02:55:33 +00:00
Jordan K. Hubbard
39ad1abd89
Take out obsolete KERBEROS_IV build variable. Just eBones now.
...
Submitted by: Mark Murray <mark@grondar.za>
1995-03-20 21:35:15 +00:00
Jordan K. Hubbard
f0ce30bcf4
Add this file here so I finally have something to point people at as a
...
prototype.
Obtained from: U.C. Regents standard copyright.
1995-03-02 12:00:16 +00:00
Poul-Henning Kamp
9a4deb1b4a
Now that the default for the shared gcc-internal lib changed, make this match.
1994-11-10 02:29:41 +00:00
Poul-Henning Kamp
957c663526
Update make.conf and sys.mk to reflect the most recent advances in
...
civilization: Use -O2 and MSUN as default, and X11 is in /usr/X11R6
1994-11-07 04:18:04 +00:00
Guido van Rooij
e7f092ddf6
Put skey.acccess in usr/share/examples/etc
1994-10-18 21:26:48 +00:00
Geoff Rehmet
f03a2300b2
mention MAKE_EBONES and MAKE_KERBEROS
1994-09-30 14:57:01 +00:00