OSDN Git Service

Strip optional DLLs, when staging for distribution.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 9 Mar 2017 09:46:34 +0000 (09:46 +0000)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 9 Mar 2017 09:46:34 +0000 (09:46 +0000)
mingwrt/ChangeLog
mingwrt/Makefile.in

index b3e201b..b8ee2a7 100644 (file)
@@ -1,3 +1,11 @@
+2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Strip optional DLLs, when staging for distribution.
+
+       * Makefile.in (mingwrt-%-optist): Recursively make...
+       (install-strip-$*-optional-dll): ...this internal target, not...
+       (install-$*-optional-dll): ...this.
+
 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Prepare and tag for release of mingwrt-5.0 package set.
index c6ad956..eef0dbc 100644 (file)
@@ -971,7 +971,7 @@ optional_dll_package = $(shell echo '$2' | sed s,^[^:]*,mingwrt-$1-optdist)
 
 mingwrt-%-optdist:
        $(RM) -r tmp
-       $(MAKE) --no-print-directory prefix=`pwd`/tmp install-$*-optional-dll
+       $(MAKE) --no-print-directory prefix=`pwd`/tmp install-strip-$*-optional-dll
        cd tmp && tar chf - --hard-dereference bin | \
          xz -c > ../dist/$*-$(PACKAGE_RELEASE_TAG)-dll-$(dllsuffix).tar.xz
        cd tmp && tar chf - --hard-dereference lib | \