Kaydet (Commit) 4f108a0b authored tarafından Kurt Zenker's avatar Kurt Zenker

#i87923# fixes for macosx

üst 3542a3fe
......@@ -2,9 +2,9 @@
#
# $RCSfile: macosx-change-install-names.pl,v $
#
# $Revision: 1.2 $
# $Revision: 1.3 $
#
# last change: $Author: vg $ $Date: 2008-03-18 12:56:41 $
# last change: $Author: kz $ $Date: 2008-04-07 12:21:13 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -52,8 +52,8 @@ sub action($$$)
return $act;
}
@ARGV == 3 || @ARGV >= 3 && $ARGV[0] eq "extshl" or
die "Usage: app|shl|extshl UREBIN|URELIB|OOO|BRAND|OXT <filepath>+";
@ARGV == 3 || @ARGV >= 2 && $ARGV[0] eq "extshl" or
die "Usage: app|shl|extshl UREBIN|URELIB|OOO|BRAND|OXT <filepath>*";
$type = shift @ARGV;
$loc = shift @ARGV;
if ($type eq "extshl")
......
......@@ -4,9 +4,9 @@
#
# $RCSfile: tg_ext.mk,v $
#
# $Revision: 1.85 $
# $Revision: 1.86 $
#
# last change: $Author: vg $ $Date: 2008-03-18 13:09:10 $
# last change: $Author: kz $ $Date: 2008-04-07 12:21:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -266,7 +266,9 @@ $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) : $(PACKAGE_DIR)$/$(INSTALL_FLAG_FILE)
$(COPY) $(foreach,i,$(OUT2LIB) $(PACKAGE_DIR)$/$(TARFILE_ROOTDIR)$/$i) $(LB)
.IF "$(OS)"=="MACOSX"
$(PERL) $(SOLARENV)$/bin$/macosx-change-install-names.pl extshl \
$(EXTRPATH) $(shell ls $(foreach,j,$(OUT2LIB) $(LB)$/$(j:f)))
$(EXTRPATH) \
$(shell ls $(foreach,j,$(OUT2LIB) $(LB)$/$(j:f)) | \
(grep -v '\.a$$' || test $$? = 1))
.ENDIF
.ENDIF # "$(OUT2LIB)"!=""
.IF "$(OUT2INC)"!=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment