Simon J. Gerraty
ccfb965433
Add META_MODE support.
...
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
Simon J. Gerraty
44d314f704
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
Simon J. Gerraty
fae50821ae
Updated dependencies
2014-05-16 14:09:51 +00:00
Simon J. Gerraty
76b28ad6ab
Updated dependencies
2014-05-10 05:16:28 +00:00
Simon J. Gerraty
cc3f4b9965
Merge from head
2014-05-08 23:54:15 +00:00
Warner Losh
c6063d0da8
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
...
from the latter.
2014-05-06 04:22:01 +00:00
Simon J. Gerraty
3b8f084595
Merge head
2014-04-28 07:50:45 +00:00
Julio Merino
3a92d97ff0
Migrate most of tools/regression/usr.bin/ to the new tests layout.
...
I'm starting with the easy cases. The leftovers need to be looked at a
bit more closely.
Note that this change _does_ modify the code of the old tests. This is
required in order to allow the code to locate the data files in the
source directory instead of the current directory, because Kyua
automatically changes the latter to a temporary directory.
Also note that at least one test is known to be broken here. Actually,
the test is not really broken: it's marked as a TODO but unfortunately
Kyua's TAP parser currently does not understand that. Will have to be
fixed separately.
2014-03-16 08:04:06 +00:00
Simon J. Gerraty
7cf3a1c6b2
Updated dependencies
2013-03-11 17:21:52 +00:00
Simon J. Gerraty
f5f7c05209
Updated dependencies
2013-02-16 01:23:54 +00:00
David E. O'Brien
d9a447559b
Sync with HEAD.
2013-02-08 16:10:16 +00:00
Andrew Turner
3306f972bf
Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printf
...
format string expects. This is only an issue on ARM EABI where wint_t is
different to wchar_t.
2013-02-04 10:05:55 +00:00
Marcel Moolenaar
7750ad47a9
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
Glen Barber
cbc1e6c2f3
Fix a typo that crept in.
...
Pointyhat: gjb (myself)
Spotted by: hrs
MFC after: 2 days (minor change)
2012-05-18 03:30:50 +00:00
Glen Barber
2fccbf04cc
General mdoc(7) and typo fixes.
...
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-10 02:07:00 +00:00
Ed Schouten
6c9f961574
Add missing static keywords to join(1)
2011-11-06 08:15:35 +00:00
Joel Dahl
da52b4caaf
Remove the advertising clause from UCB copyrighted files in usr.bin. This
...
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
2010-12-11 08:32:16 +00:00
Ulrich Spörlein
e10c1be450
mdoc cleanup
...
Garbage collect unused sections, macros and arguments. Fix prologue and
remove empty lines.
Found by: mdocml
2010-06-02 10:20:23 +00:00
Ruslan Ermilov
dce95037f4
Improve markup and do some minor wordsmithing.
2006-12-21 10:59:48 +00:00
Ruslan Ermilov
0227791b40
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
Ruslan Ermilov
6c7216df78
Sort sections.
2005-01-18 13:43:56 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
Maxim Konovalov
9d455d451b
Backout recent -j changes, the flags is deprecated.
...
Requested by: tjr
2004-08-26 06:28:05 +00:00
Maxim Konovalov
64215f652a
Add -j flag to usage() and the man page synopsis.
...
Inspired by: DragonFlyBSD
2004-08-25 13:15:07 +00:00
Tim J. Robbins
8160bf78a3
Add support for multibyte characters.
2004-07-05 13:20:03 +00:00
Ruslan Ermilov
6a3e8b0adc
Mechanically kill hard sentence breaks.
2004-07-02 22:22:35 +00:00
Tim J. Robbins
2c3d390701
Document the fact that join(1) does not recognize multibyte characters.
2004-06-24 16:24:11 +00:00
Ruslan Ermilov
bbdca2142f
mdoc(7) police: nit.
...
Approved by: re
2002-11-26 11:25:04 +00:00
David Malone
f4ac32def2
ANSIify function definitions.
...
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
2002-09-04 23:29:10 +00:00
Ruslan Ermilov
5e27573309
mdoc(7) police: untangle.
2002-08-13 15:59:28 +00:00
David E. O'Brien
e026a48c34
Consistently use FBSDID
2002-06-30 05:25:07 +00:00
Tim J. Robbins
3ebf2779b3
Remove -j from synopsis. The form given in the synopsis was incorrect,
...
and it should not have been there at all since it is a deprecated option.
2002-06-10 10:39:33 +00:00
Mark Murray
60d1fdaa47
Easy warns fixes; sort out some types and me them a bit more consistent;
...
fix initialisers.
2002-04-28 13:46:40 +00:00
Andrey A. Chernov
d969f833ed
Remove <ctype.h> - not needed
2002-04-20 02:18:54 +00:00
Tim J. Robbins
fcb113145c
Allow space between -a and its argument. Honour locale collating order
...
by using strcoll() instead of strcmp().
PR: 36270
Reviewed by: mike
2002-04-20 01:55:19 +00:00
Juli Mallett
dcd587c927
Support -o 0 in join(1) as per SUS.
...
PR: 36072
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
Reviewed by: mike
2002-03-26 03:44:04 +00:00
Warner Losh
f1bb2cd2aa
remove __P
2002-03-22 01:22:50 +00:00
Ruslan Ermilov
d628d776c4
mdoc(7) police: utilize the new .Ex macro.
2001-08-15 09:09:47 +00:00
Ruslan Ermilov
8fe908ef0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
Philippe Charnier
ffa1b5c165
Quote with .Dq
...
Asked by: Sheldon
2000-03-27 20:33:32 +00:00
Philippe Charnier
f29410236f
Add DIAGNOSTICS section name and section name to .Xr.
2000-03-26 14:25:51 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Nik Clayton
3be5f1f5ce
Add $Id$, to make it simpler for members of the translation teams to
...
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
1999-07-12 20:24:20 +00:00
Bill Fumerola
9ef5c48bef
Clean up some ambiguous nested if/elses.
1999-07-04 17:26:16 +00:00
Jonathan Lemon
faba086be3
Require all compatability options to begin with '-'.
...
PR: 4145
1997-08-19 15:58:15 +00:00
Philippe Charnier
21a3d1655c
Cosmetic in usage string.
1997-07-15 09:57:28 +00:00
Warner Losh
1c8af87873
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
Peter Wemm
6f0a860fc1
Merge from Lite2 (note: needs checking by somebody who understands join)
1997-03-11 13:45:59 +00:00
Peter Wemm
18dac96b7b
This commit was generated by cvs2svn to compensate for changes in r23690,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 13:08:12 +00:00
Peter Wemm
0da30e9aa7
Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.
1997-03-11 13:08:12 +00:00