From: Keith Marshall Date: Thu, 9 Mar 2017 09:46:34 +0000 (+0000) Subject: Strip optional DLLs, when staging for distribution. X-Git-Tag: wsl-5.0.1-release~17 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=a94ded612ec67b5e83958133350dd35f6249f461;p=mingw%2Fmingw-org-wsl.git Strip optional DLLs, when staging for distribution. --- diff --git a/mingwrt/ChangeLog b/mingwrt/ChangeLog index b3e201b..b8ee2a7 100644 --- a/mingwrt/ChangeLog +++ b/mingwrt/ChangeLog @@ -1,3 +1,11 @@ +2017-03-09 Keith Marshall + + 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 Prepare and tag for release of mingwrt-5.0 package set. diff --git a/mingwrt/Makefile.in b/mingwrt/Makefile.in index c6ad956..eef0dbc 100644 --- a/mingwrt/Makefile.in +++ b/mingwrt/Makefile.in @@ -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 | \