John Birrell
11fb97daa7
E-day build system changes.
...
- Moved most of the guts of Makefile to Makefile.inc1 to become the
backend for the build system.
- The new Makefile doesn't suffer from problems including the wrong
sys.mk because it doesn't use anything in there or bsd.own.mk. So,
from now on, the proper build command is just `make world' (or
buildworld).
- The intermediate makefiles called Makefile.inc0 and Makefile.upgrade
fiddle with the OBJFORMAT and MAKEOBJDIRPREFIX variables so that
both aout and elf object trees can coexist. Makefile.upgrade contains
the aout->elf transition build.
- A cross build environment is now very close to reality. Specifying
TOOLDIR, setting OBJFORMAT and MAKEOBJDIRPREFIX allow that.
See the comments in Makefile for more info.
1998-08-31 01:08:08 +00:00
John Birrell
7ceecc6645
The elf build wants to link against libcrypt.
1998-08-31 00:42:21 +00:00
John Birrell
7dcd8b7c45
BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outside
...
the US and not allowed to see this. I kept my eyes closed. 8-)
1998-08-31 00:35:10 +00:00
Brian Somers
e8ede338eb
Add OpenBSD build support
1998-08-30 23:53:25 +00:00
Brian Somers
09bc8205a9
Add OpenBSD build support
...
Remove -Wmissing-prototypes
1998-08-30 23:53:00 +00:00
Bill Paul
11f73a416e
Change the autonegotiation waiting period from 3 seconds to 5. This
...
delay controls how long the driver waits for autonegotiation to
complete after setting the 'autoneg restart bit' in a PHY. In some
cases, it seems 3 seconds is not long enough: with 3c905-TX cards
(external PHY), you sometimes see 'autoneg not complete; no carrier'
errors due to the timeout being too short. (3c905B adapters seem to
be happy with 3 seconds though.)
1998-08-30 22:24:18 +00:00
Gary Palmer
0451ac36bd
Split lines into one subdir per line.
1998-08-30 20:58:16 +00:00
John Birrell
8472e43276
Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.
...
Suggested by: jdp
1998-08-30 20:40:29 +00:00
John Birrell
3cba807609
Remove BINFORMAT which is only set when building tools that need to have
...
a default format.
Include /etc/objformat to get the installed object type if it exists
and if OBJFORMAT is not already defined.
1998-08-30 20:35:24 +00:00
John Birrell
cdaa52cf0c
BINFORMAT -> OBJFORMAT ready for E-day.
1998-08-30 20:33:27 +00:00
John Birrell
84ebe84dc6
Make a local build tool static to avoid trying to use shared libraries
...
before rtld is installed.
1998-08-30 20:31:57 +00:00
Gary Palmer
cb7f1224bb
Split lines into one subdir per line.
1998-08-30 20:28:50 +00:00
Gary Palmer
05da683dd4
Split lines into one subdir per line.
1998-08-30 20:22:15 +00:00
Gary Palmer
971104bfb7
Make pstat machine-independant again
1998-08-30 20:15:09 +00:00
Gary Palmer
dd6303bd2a
DPDADD -> DPADD
1998-08-30 19:59:53 +00:00
Gary Palmer
1f4dcd683a
Fix parallel makes falling over on xwhere
1998-08-30 19:59:35 +00:00
John Polstra
e2daa140cc
Fix a bug which caused ldd to execute scripts listed on its command
...
line, instead of skipping them.
Also make a few minor cleanups.
PR: bin/7783
1998-08-30 18:30:59 +00:00
Steve Price
3297b869e3
Typo fix: garbeld -> garbled
...
PR: 7784
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
1998-08-30 17:33:05 +00:00
Gary Palmer
175ae25003
Add $Id$
1998-08-30 17:02:51 +00:00
Wolfram Schneider
31033c2c38
PR: bin/5596
...
Change the diagnostic if there were no matching processes owned by
you.
1998-08-30 16:54:58 +00:00
Gary Palmer
521e091823
Still need -lmd on the alpha as it doesn't have shlibs yet
1998-08-30 16:07:18 +00:00
Mark Murray
e6d0d4a4c4
While I am no longer making a shared library, nuke the old one to prevent
...
ld from picking it up spuriously.
1998-08-30 13:08:54 +00:00
Mark Murray
0be70b48dd
While I am no longer making a shared library, it is a good plan to nuke
...
the old ones to prevent ld picking it up spuriously.
1998-08-30 13:07:16 +00:00
Doug Rabson
506a7a2ed4
Remove some duplicated devices.
1998-08-30 10:50:30 +00:00
Peter Hawkins
3cf9b7ae04
PR: 7741
...
Submitted by: Hellmuth Michaelis <hm@kts.org>
add LCP/PAP/CHAP/IPCP frame printing functionality
1998-08-30 05:32:44 +00:00
Joseph Koshy
80c936833f
Install ipmon.8 in man8/ not man1/.
...
PR: 7778
Submitted by: horikawa@jp.freebsd.org
1998-08-30 04:48:00 +00:00
John Birrell
357f7eb6eb
The aout->elf transition build from a 2.2.5/6/7 system requires that
...
a kernel be built and installed at just the right time. If the system
were to be rebooted after installing the 3.0 binaries without the
new kernel, the system is hosed.
The addition of this config file reserves the name of the config file
that the upgrade procedure uses. If an upgrade is to be performed on
a 2.2.5/6/7 system system for which a GENERIC kernel is inadequate,
this config file must be replace with a suitable one before performing
the upgrade.
On systems which report 'uname -r' as 3.0-CURRENT, the kernel build
is not performed and this file is ignored.
1998-08-30 03:06:23 +00:00
John Birrell
839de40e6e
BINFORMAT -> OBJFORMAT ready for E-day.
1998-08-30 02:52:04 +00:00
John Birrell
050c06f9e2
Missed some BINFORMATs. Fingers! Can't live with 'em. Can't live without 'em.
1998-08-30 02:46:35 +00:00
John Birrell
0e94cd8261
BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide this
...
one. We'll probably need to revisit gdb after E-day.
1998-08-30 02:01:07 +00:00
John Birrell
8deb7ff0b0
BINFORMAT -> OBJFORMAT ready for E-day.
1998-08-30 01:57:55 +00:00
Brian Somers
a804ec2201
Don't use `-width 20'', it's misleading. Use
`-width XX''
...
instead.
1998-08-29 23:02:45 +00:00
Brian Somers
7fdd475323
Don't claim that the alias library isn't loaded until
...
used.
1998-08-29 23:02:43 +00:00
Brian Somers
131ef891c7
Add the following word substitutions when running a shell
...
command:
AUTHNAME: The local authname
ENDDISC: The local endpoint discriminator
LABEL: The configuration label in use
PEER_ENDDISC: The peers endpoint discriminator
USER: The peers authname
1998-08-29 23:02:42 +00:00
Brian Somers
080a2247c2
Allow the use of HISADDR, MYADDR and INTERFACE as words
...
embedded in the args of a "shell" or "!bg" command, and
only accept upper case versions.
We can now do:
! sh -c "ifconfig INTERFACE >/tmp/myfile"
1998-08-29 23:02:39 +00:00
Robert V. Baron
e19a190886
Very Preliminary Coda
1998-08-29 21:14:52 +00:00
Mark Murray
622bd6c690
Stop making the shared library for libtelnet (crypto version). This
...
should have happened years ago.
1998-08-29 20:24:54 +00:00
Mark Murray
2c6110f682
Stop making a shared library for libtelnet. This should have happened
...
a long time ago.
1998-08-29 20:23:14 +00:00
Brian Somers
e227fded3f
Mention `cbcp'' in
`set log ?''
1998-08-29 18:37:02 +00:00
Bruce Evans
0fccc7dafd
Fixed anachronisms (nuked vfs type number; don't give a 1/6-baked list
...
of vfs flags in the man page).
1998-08-29 13:53:22 +00:00
Bruce Evans
f5ce675296
Oops, the previous revision unconfigured too much pre-Lite2 compatibilty
...
cruft. At least lsvfs(1) was broken.
1998-08-29 13:13:10 +00:00
Wolfram Schneider
e3706b10d9
bsd.docb.mk handles installing SGML/docbook documents.
1998-08-29 11:01:22 +00:00
Poul-Henning Kamp
056a66c845
fix a typo
1998-08-29 09:50:16 +00:00
David E. O'Brien
905a01acd9
Add option `-n', causing system headers not to be included in dependacy
...
lists.
This is needed when using a non-stock compiler.
1998-08-29 07:55:55 +00:00
Matthew Dillon
9eb10afece
add support for /etc/make.conf.local
1998-08-29 01:30:13 +00:00
Matthew Dillon
2cba5c787c
make.conf.local test/include removed from make.conf, to be put in sys.mk
...
instead.
1998-08-29 01:24:21 +00:00
Luoqi Chen
ddae3cb9a0
Close a race window for getnewbuf() between shared lock holders of the vnode.
...
Reviewed by: Mike Smith
1998-08-28 20:07:13 +00:00
Dima Ruban
fd08501ea2
Introduce PERL5 variable.
...
It's gonna be used in all p5- ports.
Reviewed by: asami
1998-08-28 18:41:04 +00:00
KATO Takenori
c2dc9fa74b
Sync with sys/i386/conf/majors.i386 revision 1.46.
1998-08-28 12:49:09 +00:00
KATO Takenori
b5ecefd598
Sync with sys/i386/conf/Makefile.i386 revision 1.118.
1998-08-28 12:48:38 +00:00