summaryrefslogtreecommitdiffstats
path: root/solenv/inc/unitools.mk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-07 09:27:53 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-07 09:27:53 +0000
commit6783d1d94e04b047d7f03f9a524cf2d47210b76c (patch)
tree5e22cc6e4519622602cb6b9996d864baeb90bab5 /solenv/inc/unitools.mk
parentSRC680 (diff)
downloadcore-6783d1d94e04b047d7f03f9a524cf2d47210b76c.tar.gz
core-6783d1d94e04b047d7f03f9a524cf2d47210b76c.zip
#i10000# export perl
Diffstat (limited to 'solenv/inc/unitools.mk')
-rw-r--r--solenv/inc/unitools.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index 577f956fbcb7..171f29a86759 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unitools.mk,v $
#
-# $Revision: 1.53 $
+# $Revision: 1.54 $
#
-# last change: $Author: kz $ $Date: 2007-05-10 13:14:40 $
+# last change: $Author: ihi $ $Date: 2007-06-07 10:27:53 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -131,6 +131,7 @@ LS*=ls
MKDIR*=mkdir
MKDIRHIER*=mkdir -p
PERL*:=perl
+.EXPORT : PERL
RENAME*=mv
TOUCH*=touch
TYPE*=cat
@@ -159,6 +160,7 @@ LS*=$(BUILD_TOOLS)$/ls.exe
MKDIR=+mkdir
MKDIRHIER=$(MKDIR) /sn
PERL*:=+call perl5.btm
+.EXPORT : PERL
RENAME*=+ren
TOUCH*=$(PERL) $(SOLARENV)$/bin$/touch.pl
TYPE*=+type
@@ -170,6 +172,7 @@ DUMPBIN*=$(WRAPCMD) dumpbin
SED*=sed
SORT*=sort
PERL*=perl
+.EXPORT : PERL
TYPE=cat
CDD=cd
COPY=cp -f