| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also, the a.out compat version is supposed to go into /usr/lib/compat/aout.
Try and clean up the mess left behind in /usr/lib/compat.
|
|
|
|
| |
was misnamed foo.*.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- old static non-profiled libraries were removed in the wrong directory
if ${ORIG_SHLIBDIR} != ${LIBDIR}.
- old profiled libraries weren't removed.
- new shared compat libraries were installed in the wrong directory if
${ORIG_SHLIBDIR} != /usr/lib.
- some lines were too long.
Added some comments about cases that have caused problems. Changed
libfoo to ${LIB} so that libresolv/Makefile and libgnumalloc/Makefile
are almost identical.
|
|
|
|
|
| |
Set ORIG_SHLIBDIR to the expanded value of ${SHLIBDIR}, and use that
as a base to modify the new SHLIBDIR without getting infinite recursion.
|
|
|
|
|
|
|
|
|
| |
complaints and suggestions about this over the last few days that I
cannot remember who has said what anymore. :-(
There is also a comment here about the intent of the process and another
explicit pointer to the etc/etc/rc change to that has been ignored by
quite a few people it seems.
|
|
|
|
| |
Cleaned up formatting.
|
|
|
|
|
|
| |
- no longer build or install libresolv.a, since we were immediately
deleting it in afterinstall.
- untangle $LIBDIR and $SHLIBDIR
|
|
|
|
| |
but autoconf/ld/etc won't find it for new builds..
|
|
|
|
| |
that transparently resolves references to libc.
|
|
|