summaryrefslogtreecommitdiffstats
path: root/usr.bin/objformat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Retire objformat(1), take two.uqs2010-11-071-7/+0
| | | | It's been almost four years, and this placeholder has not been needed.
* Bah. Kris says the default-to-a.out knowledge has migrated into thepeter2007-01-251-0/+7
| | | | | | | | official gnu configure scripts and a couple of other places. Add an example noisy, loud and annoying placeholder for /usr/bin/objformat if it turns out to too much trouble to be gone. It is not connected to the build yet.
* Retire objformat(1) as threatened in 2002.peter2007-01-251-5/+0
| | | | Laughed-at-by: kris
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-16/+0
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Warns cleanups. Don't use gccism -Wall.dwmalone2001-12-031-1/+1
|
* Since we build and install gasp(1) in /usr/libexec/${OBJFORMAT}/,green1999-12-241-0/+1
| | | | | and it is a user-run utility, it should be in objformat, so gasp is in the ${PATH} :)
* Link objformat statically by default. This makes it possible tojdp1998-11-011-0/+1
| | | | | | | | | | 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.
* Add manpage for objformat. This needs major word smithing.obrien1998-10-251-1/+0
|
* Remove most of the code and replace it with a call to getobjformat().jdp1998-10-211-8/+2
|
* Add objformat links for gdb and (while we're at it) c++filt.peter1998-10-151-0/+2
| | | | | This means we can (assuming an a.out gdb is present) debug a.out kernels and crashdumps with gdb -aout.
* Add links to addr2line, objcopy, and objdump. These exist only forjdp1998-09-161-0/+3
| | | | | ELF, but still I think this is the best way to get them into the shell's search path.
* The selection of a default object format is based on OBJFORMAT, notjb1998-08-181-1/+1
| | | | BINFORMAT.
* Convert to more canonical format.. It seems that both Soren and I werepeter1998-05-271-8/+8
| | | | working on this in parallel.. :-(
* Compile & use objformat as it was intended to, I have no idea whysos1998-05-271-17/+10
| | | | that failed for me before :(
* ELF preparation step 2:sos1998-05-261-8/+8
| | | | | | | | | | | | | | 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...
* Get owner/group/modes rightsos1998-05-261-9/+11
|
* Oops, remember CFLAGS...sos1998-05-261-8/+6
| | | | Also compile directly to the target on install.
* Only compile on install.sos1998-05-251-0/+3
|
* Make objformat DTRT when in the make world environment.sos1998-05-251-3/+13
|
* Import intial version of an a.out/elf tool wrapper/selector. It ispeter1998-03-101-0/+16
not active yet, just a work-in-progress.
OpenPOWER on IntegriCloud