OSDN Git Service

Support 'install-strip' as a universal make goal.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Sat, 16 Jul 2016 17:02:05 +0000 (18:02 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Sat, 16 Jul 2016 17:02:05 +0000 (18:02 +0100)
ChangeLog
Makefile.in

index 2609825..5c25fe0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Support 'install-strip' as a universal make goal.
+
+       * Makefile.in (install-strip): New goal; it is a dependency of...
+       (subdirs): ...this subsidiary package directory collection.
+
 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Integrate mingwrt and w32api build; synchronize versions.
index 3eaf8a1..0f1feaa 100644 (file)
@@ -79,7 +79,7 @@ configure: configure.ac aclocal.m4 VERSION.m4
 # Rules to Build and Install Both Sub-Packages
 # --------------------------------------------
 #
-all install install-headers uninstall: %: %-subdirs
+all install install-headers install-strip uninstall: %: %-subdirs
 
 subdirs = @subdirs@
 %-subdirs:; $(foreach dir,${subdirs},$(MAKE) -C ${dir} $*;)