des
4d6b787d2d
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
charnier
ad8a79e6a5
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
markm
ae2558974f
Remove leaf node WARNS?=2 (that mainly I added). This should
...
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00
dwmalone
a7b69c0f25
Warns cleanups. Don't use gccism -Wall.
2001-12-03 21:13:03 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
e6cfc0711d
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
ru
835a46c9c2
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
green
28208a284b
Since we build and install gasp(1) in /usr/libexec/${OBJFORMAT}/,
...
and it is a user-run utility, it should be in objformat, so gasp
is in the ${PATH} :)
1999-12-24 15:18:19 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
mpp
4d07ad0f50
Correctly document the two different object file formats that can be
...
used with objformat.
PR: 10877
1999-06-15 19:19:51 +00:00
jdp
8bb5a3817f
Link objformat statically by default. This makes it possible to
...
build 2.2-stable worlds on 3.0-current systems again. objformat
calls getobjformat(), which doesn't exist in 2.2's libc.
Technically there should have been a version number bump when it was
added in -current. But it's used in so few places that it hardly
seems worth that. Besides, the objformat program is very heavily
used during a make world; it won't hurt to have it load a little
faster.
1998-11-01 02:37:40 +00:00
obrien
30d20c2c11
Add manpage for objformat. This needs major word smithing.
1998-10-25 13:25:42 +00:00
jdp
685952292c
When invoked as "objformat" to print out the current object format,
...
produce an error message if any arguments are given on the command
line.
1998-10-24 02:01:30 +00:00
jdp
b2cef22522
Remove most of the code and replace it with a call to getobjformat().
1998-10-21 15:13:16 +00:00
peter
ec797a8335
Add objformat links for gdb and (while we're at it) c++filt.
...
This means we can (assuming an a.out gdb is present) debug a.out kernels
and crashdumps with gdb -aout.
1998-10-15 00:19:08 +00:00
jdp
68a8c77172
Add links to addr2line, objcopy, and objdump. These exist only for
...
ELF, but still I think this is the best way to get them into the
shell's search path.
1998-09-16 04:11:15 +00:00
jb
44d03426b1
Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.
...
Suggested by: jdp
1998-08-30 20:40:29 +00:00
jb
3b0acd0971
The selection of a default object format is based on OBJFORMAT, not
...
BINFORMAT.
1998-08-18 06:55:36 +00:00
peter
4e47d8ced5
Convert to more canonical format.. It seems that both Soren and I were
...
working on this in parallel.. :-(
1998-05-27 15:43:24 +00:00
sos
327c9c51a0
Compile & use objformat as it was intended to, I have no idea why
...
that failed for me before :(
1998-05-27 07:59:37 +00:00
sos
bc60c8025e
ELF preparation step 2:
...
Move a.out libraries to /usr/lib/aout to make space for ELF libs.
Make rtld usr /usr/lib/aout as default library path.
Make ldconfig reject /usr/lib as an a.out library path.
Fix various Makefiles for LIBDIR!=/usr/lib breakage.
This will after a make world & reboot give a system that no
longer uses /usr/lib/*, infact one could remove all the old
libraries there, they are not used anymore.
We are getting close to an ELF make world, but I'll let this
all settle for a week or two...
1998-05-26 20:12:56 +00:00
sos
37218a2785
Get owner/group/modes right
1998-05-26 12:27:37 +00:00
sos
31e5866c45
Oops, remember CFLAGS...
...
Also compile directly to the target on install.
1998-05-26 06:51:28 +00:00
sos
872aa46baf
Only compile on install.
1998-05-25 15:00:49 +00:00
sos
e93c797887
Make objformat DTRT when in the make world environment.
1998-05-25 14:42:22 +00:00
peter
c0166228ff
Import intial version of an a.out/elf tool wrapper/selector. It is
...
not active yet, just a work-in-progress.
1998-03-10 05:20:58 +00:00