Explorar o código

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.
Eric Andersen %!s(int64=22) %!d(string=hai) anos
pai
achega
a2a493671e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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 \