summaryrefslogtreecommitdiff
path: root/solenv/inc/ant.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-13 15:48:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-13 15:48:31 +0000
commit5b9b1c452428e1ab6427d71e2ee3453a0d2780ed (patch)
tree2018ed08fe25d7a4456e4a06cbe5e7b8a2542874 /solenv/inc/ant.mk
parent574313d175464c88314e99d4a9e20cc6fc2d1ef1 (diff)
INTEGRATION: CWS ause035 (1.27.170); FILE MERGED
2005/08/10 16:21:52 hjs 1.27.170.1: #i53180# use -env to convert env variables too
Diffstat (limited to 'solenv/inc/ant.mk')
-rw-r--r--solenv/inc/ant.mk26
1 files changed, 13 insertions, 13 deletions
diff --git a/solenv/inc/ant.mk b/solenv/inc/ant.mk
index 549a1d943130..d35337bf0122 100644
--- a/solenv/inc/ant.mk
+++ b/solenv/inc/ant.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: ant.mk,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 09:33:09 $
+# last change: $Author: hr $ $Date: 2005-10-13 16:48:31 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -140,36 +140,36 @@ $(CLASSDIR)$/solar.properties : $(SOLARENV)$/inc/minor.mk $(SOLARENV)$/inc/ant.p
@+cat $(DMAKEROOT)$/../ant.properties >> $@
ANTBUILD .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS)
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS)
clean .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
prepare .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
main: .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
info: .PHONY
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
jar .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
compile .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
depend .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
javadoc .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
config .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@
test .PHONY:
- $(WRAPCMD) $(ANT) $(ANT_FLAGS) $@
+ $(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS) $@