summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_zip.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 10:09:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 10:09:40 +0000
commit08cc74969b437d12008b3ccbd61d95297920d51d (patch)
treeec11c46e80ec2f63e5722d1edb991031f71e8056 /solenv/inc/tg_zip.mk
parent4228716b3abd49fc6eb3c1d89a1e1ffb419f2ee5 (diff)
INTEGRATION: CWS ause039 (1.23.198); FILE MERGED
2005/10/13 21:21:40 hjs 1.23.198.2: RESYNC: (1.23-1.25); FILE MERGED 2005/09/13 15:17:11 hjs 1.23.198.1: #i53841# do not ommit useless warnings if directories do not yet exist
Diffstat (limited to 'solenv/inc/tg_zip.mk')
-rw-r--r--solenv/inc/tg_zip.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_zip.mk b/solenv/inc/tg_zip.mk
index ea3f1010295c..158d49668508 100644
--- a/solenv/inc/tg_zip.mk
+++ b/solenv/inc/tg_zip.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_zip.mk,v $
#
-# $Revision: 1.25 $
+# $Revision: 1.26 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 09:50:16 $
+# last change: $Author: hr $ $Date: 2005-10-25 11:09:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -120,7 +120,7 @@ ZIP$(TNR)FLAGS*=$(ZIPFLAGS)
zip$(TNR)langdirs*=$(alllangiso)
.ELSE # "$(zip$(TNR)generatedlangs)"!=""
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
-zip$(TNR)langdirs:=$(shell +find {$(subst,$/$(LANGDIR), $(null,$(ZIP$(TNR)DIR) . $(ZIP$(TNR)DIR)))}/ -type d ! -name CVS ! -name "." | sed "s/\.\/\///" | sed "s/\.\///" )
+zip$(TNR)langdirs:=$(shell +-test -d {$(subst,$/$(LANGDIR), $(null,$(ZIP$(TNR)DIR) . $(ZIP$(TNR)DIR)))}/ && find {$(subst,$/$(LANGDIR), $(null,$(ZIP$(TNR)DIR) . $(ZIP$(TNR)DIR)))}/ -type d ! -name CVS ! -name "." | sed "s/\.\/\///" | sed "s/\.\///" )
.ELSE # "$(GUI)"=="UNX"
zip$(TNR)langdirs:=$(subst,CVS, $(shell +-dir {$(subst,$/$(LANGDIR), $(ZIP$(TNR)DIR))} /ba:d ))
.ENDIF # "$(GUI)"=="UNX"