[uClibc-cvs] uClibc Makefile,1.199,1.200

Erik Andersen andersen at codepoet.org
Tue Feb 11 08:16:56 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv24270

Modified Files:
	Makefile 
Log Message:
Per suggestion from Peter Lassahn, fix the install_dev target


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Makefile	25 Jan 2003 14:33:03 -0000	1.199
+++ Makefile	11 Feb 2003 08:16:52 -0000	1.200
@@ -175,6 +175,7 @@
 	-find $(PREFIX)$(DEVEL_PREFIX) -name CVS | xargs rm -rf;
 	-chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1.\2/'` $(PREFIX)$(DEVEL_PREFIX)
 ifeq ($(strip $(HAVE_SHARED)),y)
+	-install -m 644 lib/*.so $(PREFIX)$(DEVEL_PREFIX)/lib/
 	-find lib/ -type l -name '*.so' -exec cp -a {} $(PREFIX)$(DEVEL_PREFIX)/lib ';'
 	# If we build shared libraries then the static libs are PIC...
 	# Make _pic.a symlinks to make mklibs.py and similar tools happy.




More information about the uClibc-cvs mailing list