Commit Graph

13398 Commits

Author SHA1 Message Date
joerg
cad1e2593b Fix --sysroot usage. 2011-04-18 02:16:55 +00:00
christos
afb74ce0eb Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean &&
make)
2011-04-17 15:03:37 +00:00
tron
7d762fda62 Don't use "--sysroot=/" for host builds as "nbhost-mkdep" doesn't
understand that option. This should unbreak tool builds.
2011-04-17 12:54:22 +00:00
mrg
19625811ee prepare for evbppc modules, and allow overriding the ${MACHINE} for
installed modules.
2011-04-17 09:47:40 +00:00
mrg
3776a6678e it's spelled CPPFLAGS not CPPFLAGGS. 2011-04-17 00:05:36 +00:00
christos
62ee277445 Need --sysroot=/ otherwise ld does not find crt0.o and friends. 2011-04-16 22:45:23 +00:00
christos
640ac4b1c5 Simplify and correct (previous did not work for !defined(DESTDIR) 2011-04-16 21:41:24 +00:00
elric
98fbe74f8c Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal.  The latter was just imported as the head
of the Heimdal tree as of a few days ago.
2011-04-15 18:05:42 +00:00
wiz
716425e6ac No need to use \*[q], use plain double quotes instead. 2011-04-14 06:56:28 +00:00
jruoho
2619753dbd Improve as per discussion on source-changes. 2011-04-14 05:45:34 +00:00
jruoho
90fb5b4eb9 Put asctime(3) explicitly to SEE ALSO. 2011-04-12 13:48:29 +00:00
jruoho
47a900e8bc Move some of the discussion from the messy ctime(3) to tm(3). 2011-04-12 08:39:26 +00:00
jruoho
6b4c2634f4 Add a small summary parge for struct tm from <time.h>. Cf. timeval(3). 2011-04-12 08:22:48 +00:00
jruoho
4767f8f268 Small rewording. 2011-04-12 04:27:02 +00:00
joerg
5e3fd2e02b Adjust --sysroot related usage:
-Wl,-rpath does not expand =, so just drop it.

Drop -Wl,-rpath-link entries that duplicate the -Wl,-rpath entries, this
is done implicitly now that ld is built with sysroot support.

Use ${DESTDIR} explicitly for the remaining -Wl,-rpath-link entries.
2011-04-11 23:03:38 +00:00
joerg
c033559e42 GCC 4.1 doesn't have the support code for -I =... yet, so don't use it
for now.
2011-04-11 21:04:11 +00:00
joerg
31ba4e2954 Use ?: operator to determine when to add --sysroot. Unbreaks clang
bootstrap.
2011-04-10 21:03:17 +00:00
joerg
c28ff146c9 For USETOOLS=yes, use the --sysroot support of the compiler to cut down
the number of hard-coded pathes and magic invocations.
2011-04-10 16:52:36 +00:00
jruoho
42c705227a Xref unistd(3). 2011-04-10 10:02:34 +00:00
wiz
16c91ae7ec Fix some xrefs. 2011-04-10 10:01:06 +00:00
jruoho
4ad08c6b86 Add a small summary page for <unistd.h>. 2011-04-10 09:58:00 +00:00
wiz
75eeddb97e Fix a typo and a whitespace nit. 2011-04-09 21:53:58 +00:00
jdc
9e7d55a0ad Add a manual page for ffb(4). 2011-04-09 19:37:13 +00:00
jruoho
a9e93d02ff Fix SYNOPSIS. 2011-04-09 17:25:28 +00:00
jruoho
237b9fd91d Use .In for headers. 2011-04-08 10:14:24 +00:00
wiz
b471ea6774 Remove superfluous Pp. 2011-04-08 08:50:52 +00:00
wiz
3d72e50534 Sort SEE ALSO. 2011-04-08 08:49:19 +00:00
wiz
0c99d89e18 Sort sections. 2011-04-08 08:47:54 +00:00
wiz
b0f3c6983e Sort SEE ALSO. 2011-04-08 08:47:50 +00:00
wiz
264450c5e9 Do not Xr yourself. 2011-04-08 08:47:34 +00:00
wiz
ce403b037d New sentence, new line. 2011-04-08 08:47:12 +00:00
jruoho
4f8cd38b3a And finally, fix a typo. 2011-04-08 08:46:12 +00:00
jruoho
9a991ffd99 Clarify a little; ilog2(3) is a macro. 2011-04-08 08:42:56 +00:00
jruoho
e5c4609f82 Xref bitops(3). 2011-04-08 08:40:05 +00:00
jruoho
bd040c35ba Add also a small summary page for <sys/bitops.h>. 2011-04-08 08:36:33 +00:00
jruoho
5b56473c84 Use bullets in the list. 2011-04-08 08:12:51 +00:00
jruoho
17e4083e75 Remove leftover .Ed. 2011-04-08 07:57:48 +00:00
jruoho
bacb261ac9 Xref param(3). 2011-04-08 07:55:04 +00:00
jruoho
5ae9d52443 Briefly summarize <sys/param.h>. 2011-04-08 07:47:42 +00:00
jruoho
d21d7bda46 Put back the example (removed in the revision 1.3). 2011-04-08 06:55:14 +00:00
joerg
8f1068802c Compute the build seed using :hash. 2011-04-07 01:40:32 +00:00
jym
b793e91e75 Be more precise on the chars accepted for xxN in /etc/ifconfig.xxN
filenames, and ifconfig_xxN variables inside rc.conf(5).

Should fix PR misc/39376.
2011-04-07 00:22:59 +00:00
jym
d833e65927 Alright, set xvif(4) syntax once and for all. Tested with ipf(4) under
XEN3_DOM0 amd64.

Fixes PR misc/39376.

See http://mail-index.netbsd.org/port-xen/2011/04/06/msg006603.html
2011-04-06 23:51:55 +00:00
jruoho
789c04236c Note also KASSERTMSG(). Small markup changes. 2011-04-06 05:40:18 +00:00
dyoung
38c5ac17f7 Update manual page for constification of pci_attach_args. 2011-04-05 14:57:33 +00:00
phx
186aa5bc42 Add man page for s390rtc(4). 2011-04-05 11:24:46 +00:00
wiz
8f93b1aa3c Remove superfluous Pp. 2011-04-05 08:26:24 +00:00
wiz
c50d6a3380 Sort SEE ALSO, fix Dt argument. 2011-04-05 08:25:25 +00:00
wiz
b351288a9a New sentence, new line. 2011-04-05 08:24:43 +00:00
bouyer
0dcb8f5af8 Add a man page for rdcpcib(4). While there move rdcide.4 to i386/ 2011-04-04 17:26:23 +00:00