| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=38899
|
| |
|
|
|
|
|
| |
elf executable..
Notes:
svn path=/head/; revision=36925
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move our old a.out utils to /usr/libexec/aout.
Enable binutils and put the utils in /usr/libexec/elf
Enable objformat, a little helper program that calls the right
utils based on /etc/objformat and $OBJFORMAT.
This will enable the ELF generating tools.
Remember that this is only step one, the system is still compiled
and run in a.out format ONLY.
Problem left to solve: The BSD manpages wins over the GNU equivalents
as the are installed last. We need to distinguish between the manpages
somehow...
Notes:
svn path=/head/; revision=36374
|
| |
|
|
|
|
|
|
| |
is defined, STRIP is undefined and causes the Makefile to blow up, so
make sure STRIP is defined if you plan on using it.
Notes:
svn path=/head/; revision=16808
|
| |
|
|
|
|
|
| |
after a clean or cleandir.
Notes:
svn path=/head/; revision=9844
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
at install time. This will allow `install -C' to avoid replacing the
installed copy if the new copy is the same. `install -C' would actually
work right if `strip' is already installed, but the Makefile doesn't
know that and has to work for plain `install'.
Stripping should be done by default at link time, but complications
would still be required for installing `strip' in case the default is
overridden.
Notes:
svn path=/head/; revision=9693
|
| |
|
|
|
|
|
|
| |
Get rid of install: and instead add an afterinstall: so that man page
is properly installed
Notes:
svn path=/head/; revision=3212
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2143
|
| |
|
|
|
|
|
| |
to just install:, sperious targets and CLEANFILES removed.
Notes:
svn path=/head/; revision=1637
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|