[uClibc] AW: Makefile - install_dev - symlink creation

Peter Lassahn lassahn at eup.pandacom.de
Thu Nov 20 09:20:19 UTC 2003


Thanks for modifying the Makefile.
The solution is good and matches my application.

It would be very good if the $(PREFIX) could be added within the new parts
of the 'install_dev' target in the same manner as in the other parts of the
Makefile.

Thanks

Peter

-----Ursprüngliche Nachricht-----
Von: Peter Lassahn [mailto:lassahn at eup.pandacom.de]
Gesendet: Dienstag, 11. November 2003 19:07
An: 'uclibc at uclibc.org'
Betreff: Makefile - install_dev - symlink creation


uClibc-0.9.22 and earlier versions:

In uClibc main Makefile, 'install_dev' target:

If shared library generation is activated, the *.so.0 symlinks are not
copied into the lib directory of the development environment.

In order to ensure *.so.0 symlink creation within that directory,
the line
  -find lib/ -type l -name '*.so' -exec cp -fa {} ...
directly below the line
  ifeq ($strip $(HAVE_SHARED)),y)
should be amended by one asterisk:
  -find lib/ -type l -name '*.so*' -exec cp -fa {} ...

I hope that this patch will go into uClibc-0.9.23.

Thanks

Peter




More information about the uClibc mailing list