From a2a493671ebbb9728d09eb99f0b8b3e0da5e88f8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 7 Mar 2003 12:07:13 +0000 Subject: Patch from Stefan Allius: a make install_target stops if we have some sysmlinks in the destination target. This little patch force to install over a previous installed uClibc version,so we will allways get a consistent uClibc installation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e6f73247..752a475f0 100644 --- a/Makefile +++ b/Makefile @@ -288,7 +288,7 @@ ifeq ($(strip $(HAVE_SHARED)),y) install -d $(PREFIX)$(TARGET_PREFIX)/usr/bin install -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \ $(PREFIX)$(TARGET_PREFIX)/lib - cp -a lib/*.so.* $(PREFIX)$(TARGET_PREFIX)/lib + cp -af lib/*.so.* $(PREFIX)$(TARGET_PREFIX)/lib @if [ -x lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so ] ; then \ set -x -e; \ install -m 755 lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \ -- cgit v1.2.3