pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml Do not strip commands on Linux, where some ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0d4b4a9c650
branches:  trunk
changeset: 494248:c0d4b4a9c650
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat May 21 22:35:46 2005 +0000

description:
Do not strip commands on Linux, where some of them are not regular binaries.

diffstat:

 lang/ocaml/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6126a02fcea5 -r c0d4b4a9c650 lang/ocaml/Makefile.common
--- a/lang/ocaml/Makefile.common        Sat May 21 21:43:45 2005 +0000
+++ b/lang/ocaml/Makefile.common        Sat May 21 22:35:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/05/21 22:35:46 minskim Exp $
 
 DISTNAME=      ocaml-3.08.3
 CATEGORIES=    lang
@@ -20,7 +20,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
 INSTALL_UNSTRIPPED=    yes
 .endif
 



Home | Main Index | Thread Index | Old Index