ache
e5ff1bbc6e
Use full path for cvsup
1996-10-05 19:41:31 +00:00
ache
6489788a4c
Add CVSup block (commented out)
1996-10-05 18:51:45 +00:00
wosch
65b9eae0ee
delete doubled words, e.g.: "the the" -> "the"
1996-10-05 18:37:31 +00:00
alex
a35caa54e5
Added 210 (San Antonio, TX) and 630 (IL) area codes.
1996-10-05 13:42:44 +00:00
wosch
7f1fa64208
a bunch of spelling errors
1996-10-04 22:54:17 +00:00
joerg
8fd1ca9d49
Add a man page describing the interrupt priority `levels'.
...
Comments by: bde
Lousy MCI network link :(, my commit message for the Makefile has been
botched.
1996-10-04 21:22:49 +00:00
joerg
7b89e31db1
Reviewed by:
...
Submitted by:
Obtained from:
1996-10-04 21:20:07 +00:00
wosch
d4381b80bd
typos
1996-10-04 14:01:55 +00:00
jkh
76b116d2fd
Relax the argument checking - it caused it to fail in the perfectly
...
legitimate cd-to-worm copy case.
1996-10-04 12:30:16 +00:00
peter
18630e6339
Add LIBSTDCPLUSPLUS
...
(can't use the '+' char in variable names, same as LIBGPLUSPLUS)
1996-10-04 08:55:05 +00:00
peter
eb900c1b4e
libresolv.a doesn't exist anymore... Hmm, what's the right thing to do
...
here? Can we just undefine it? What about 3rd party bmakefiles?
1996-10-04 08:52:43 +00:00
ache
d0df3aa118
Add vt*-em entries set for emulators without semigraphics
1996-10-03 18:16:05 +00:00
jfieber
df2ef18d47
1) If as link file was created by sgmlfmt, use it during installation.
...
2) The assignment of CLEANFILES in a .for loop was badly botched. Now fixed.
1996-10-01 23:44:03 +00:00
jfieber
7960c9984d
A period (.) in label ID is a problem at the moment. Changed to an
...
underscore.
1996-10-01 16:47:11 +00:00
jkh
bcc49c2519
Some comments from Darryl Okahata <darrylo@hpnmhjw.sr.hp.com> incorporated,
...
along with some much needed updates to other sections.
1996-10-01 05:28:20 +00:00
pst
5198e1d72f
Add a warning about SCB paging.
...
Suggested by: gibbs
1996-10-01 03:54:16 +00:00
ache
78c973fbe3
Change RussiaAsia rules too to match recent zone rule change
1996-09-30 14:43:53 +00:00
phk
2f23ae9a75
a couple of typos.
...
Submitted by: wosch
1996-09-29 18:36:13 +00:00
bde
d48ca4441c
Don't warn about non-canonical object directories if they have been
...
forced in any of the standard ways (MAKEOBJDIR was lost in the
previous commit). Simplified the conditionals for this.
Restored comment about MAKEOBJDIR from rev.1.4.
Improved English in comments.
1996-09-29 18:28:55 +00:00
jfieber
6fc7269791
Add links file to CLEANFILES.
1996-09-29 18:21:16 +00:00
joerg
b67c1c3e27
Add iyengar@grunthos.pscwa.psca.com (Manu Iyengar) for his fine and
...
ready-to-commit contribution to the FAQ about manually adding a second
disk.
1996-09-29 17:17:42 +00:00
joerg
d2f2130e81
Contribution to the FAQ about how to add a second disk manually.
...
Submitted by: iyengar@grunthos.pscwa.psca.com (Manu Iyengar)
1996-09-29 17:11:59 +00:00
jfieber
f00e4d65e1
New isdn docs.
...
Submitted by: Bill Lloyd <wlloyd@mpd.ca>
1996-09-29 16:52:40 +00:00
ache
2f6efcd5d9
Moscow DST rule changed, blame goverment for it
1996-09-29 15:32:41 +00:00
markm
2766d201c3
fix up the secure-* files for cvsup.internat.freebsd.org, and add one for
...
the crypto CVS tree.
(Does this mean...? Yes! Yes! The International Crypto Site is serving
CVSUP! Yay! Give the man a Nobel Prize!)
1996-09-29 11:26:32 +00:00
jfieber
ed2473fb10
Rename the FAQ as I threatened to do some time ago.
1996-09-28 22:20:24 +00:00
nate
29184d94d7
The warning was triggering off the unused variable MAKEOBJDIR, instead
...
of the variable OBJLINK which is used in /etc/make.conf to build 'obj'
links in the current directory. This caused lots of useless warnings
since if OBJLINK is defined ./obj will be created and used.
1996-09-28 19:39:18 +00:00
bde
6f8724483d
Fixed dependencies on libraries which I broke in rev.1.39 of
...
bsd.prog.mk and didn't actually fix in rev.1.43 of bsd.lib.mk.
The library names must be defined before they are used in
dependencies.
1996-09-28 06:01:01 +00:00
asami
1ba7894bc0
Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is not
...
meant to rename the name of script in ${SCRIPTDIR}.
1996-09-24 06:48:22 +00:00
ache
924be4001f
Back out my brackets change, it is definitely make bug, (recently
...
introduced) because old make version I check do the right job.
1996-09-24 04:17:14 +00:00
ache
a71958e40a
Add brackets to change bogus make expression priority, i.e.
...
!defined(X) && $(A) != $(B)
parsed as
(!defined(X) && $(A)) != $(B)
and not as
!defined(X) && ($(A) != $(B))
Probably it should be fixed in make
1996-09-24 03:48:10 +00:00
wosch
89dea7c61d
add missing comma(s) in .Xr macros
1996-09-23 22:24:39 +00:00
asami
7bdb586f14
Look on the CDROM for patch files too.
...
Submitted by: max
While I'm here, add "${DIST_SUBDIR}/" at end of CDROM pathnames. Also
add an empty declaration of PATCH_SITES next to MASTER_SITES to avoid
"variable recursive" error.
1996-09-23 09:27:59 +00:00
wosch
a6fa8425e2
add a.core entity for FreeBSD core team
...
use E-Mail entities if possible, except for 386BSD Patch kit section
1996-09-22 15:40:46 +00:00
jkh
68bee81cc1
Properly boldify all list items and correct a syntax error.
1996-09-22 09:29:09 +00:00
wosch
2776d240a5
Improve comments, sync sh/csh scripts if possible.
1996-09-21 21:35:47 +00:00
jkh
25c24d56c4
Note that EtherPower 2 is supported.
...
Submitted-By: Doug White <dwhite@gdi.uoregon.edu>
1996-09-21 17:51:46 +00:00
wosch
d3f8d45ce4
fix .Xr macro
1996-09-21 15:08:10 +00:00
peter
bc8f99d2a6
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
bde
4f06fd8811
Added a `checkdpadd' target to help check that ${DPADD} is consistent with
...
${LDADD}. It doesn't handle internal libraries very well yet.
1996-09-20 16:17:07 +00:00
bde
038b1c702c
Fixed and simplified `whereobj' rule. Use the not-so-new -V feature.
...
Echoing ${.OBJDIR} would work. but -V is more general.
1996-09-20 16:08:21 +00:00
peter
d9c1d3d542
Correct Warner Losh's entity name from a.john to a.imp :-)
...
Move Steve Price and Steve Passe from the contrib section to the author
section.
Add Jason Thorpe for his recent 64-bit fixes while I'm here.
1996-09-20 05:08:36 +00:00
jkh
459d16ccf8
Add Warner Losh to developers list.
1996-09-20 04:41:01 +00:00
peter
9c57d97f8c
add -fgnu-runtime to the .m.o and .m.po rules, since we (will) have
...
the gnu libobjc rather than the NeXT one. I do not understand objc
so I don't know the implications of this, but the gcc-2.7.2 libobjc is
built with this.
1996-09-19 07:01:45 +00:00
peter
a6bfadf12b
disable the objwarn warning if NOOBJ is set.. We have quite a few places
...
in the tree that use things like bsd.prog.mk just to get the default
targets like install, tags, obj, clean, cleandir, cleandepend, but do not
actually build anything there.
1996-09-19 06:58:26 +00:00
swallace
bf917b5852
.TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in
...
bsd.obj.mk. Also, a make target called objwarn checks to see
if ${.OBJDIR} != ${.CURDIR} and ${.OBJDIR} != ${CANONICALOBJDIR}
and outputs a warning. (No warning for the latter if MAKEOBJDIR or MAKEOBJDIRP
REFIX is set). objwarn is called from all targets in bsd.prog.mk, bsd.kmod.mk,
and bsd.lib.mk.
Reviewed by: bde
1996-09-18 06:09:19 +00:00
max
839ed4eb25
Moved Masafumi Nakane from the Additional FreeBSD Contributors section
...
to the FreeBSD Developers section, and added an entity &a.max.
1996-09-17 12:34:57 +00:00
jfieber
1afea84f1e
Reword wcd0 description.
...
Submitted by: Peter da Silva <peter@taronga.com>
1996-09-16 14:27:07 +00:00
peter
2b28ee8fe8
Workaround to (hopefully) fix the NOMANCOMPRESS case of the MANFILTER-using
...
man pages (eg: named/bind/etc). In order to get (say) dig.1 to pass
through the filter and produce a new dig.1 for installing, I used an
intermediate file at build time, similar to the way the .gz man pages are
built.
I've not extensively tested this, but it seems to work for the known
cases where it was failing, and it only affects the NOMANCOMPRESS case
which was already broken.
Pointed out by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1612
1996-09-16 14:13:40 +00:00
adam
94f5c43d84
] --> ]
1996-09-15 03:31:28 +00:00