zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: honor STRIPFLAGS for modules
@ 2001-04-19  1:39 Clint Adams
  2001-04-19  2:24 ` Zefram
  2001-04-19 11:18 ` Oliver Kiddle
  0 siblings, 2 replies; 8+ messages in thread
From: Clint Adams @ 2001-04-19  1:39 UTC (permalink / raw)
  To: zsh-workers

Are there platforms where one would want STRIPFLAGS to be different
for the shared objects?

Index: Src/mkmakemod.sh
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/mkmakemod.sh,v
retrieving revision 1.7
diff -u -r1.7 mkmakemod.sh
--- Src/mkmakemod.sh	2001/02/02 08:44:53	1.7
+++ Src/mkmakemod.sh	2001/04/19 01:36:56
@@ -321,7 +321,7 @@
 	    instsubdir=`echo $name | sed 's,^,/,;s,/[^/]*$,,'`
 	    echo "install.modules.${mddname}: ${mddname}.\$(DL_EXT)"
 	    echo "	\$(sdir_top)/mkinstalldirs \$(DESTDIR)\$(MODDIR)${instsubdir}"
-	    echo "	\$(INSTALL_PROGRAM) ${mddname}.\$(DL_EXT) \$(DESTDIR)\$(MODDIR)/${name}.\$(DL_EXT)"
+	    echo "	\$(INSTALL_PROGRAM) \$(STRIPFLAGS) ${mddname}.\$(DL_EXT) \$(DESTDIR)\$(MODDIR)/${name}.\$(DL_EXT)"
 	    echo
 	    echo "uninstall.modules.${mddname}:"
 	    echo "	rm -f \$(DESTDIR)\$(MODDIR)/${name}.\$(DL_EXT)"


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-04-19 19:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-19  1:39 PATCH: honor STRIPFLAGS for modules Clint Adams
2001-04-19  2:24 ` Zefram
2001-04-19 11:18 ` Oliver Kiddle
2001-04-19 12:40   ` Clint Adams
2001-04-19 17:15     ` Oliver Kiddle
2001-04-19 17:46       ` Clint Adams
2001-04-19 19:28         ` Oliver Kiddle
2001-04-19 19:47           ` Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).