INTEGRATION: CWS execshellmacrogone (1.36.208); FILE MERGED
2007/10/24 06:35:48 rene 1.36.208.1: #i79760# krs patches for supressing "Executing shell macro..." output
This commit is contained in:
parent
7142c9db14
commit
6eb05fb8dc
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: tg_zip.mk,v $
|
||||
#
|
||||
# $Revision: 1.36 $
|
||||
# $Revision: 1.37 $
|
||||
#
|
||||
# last change: $Author: hjs $ $Date: 2007-05-10 14:21:58 $
|
||||
# last change: $Author: rt $ $Date: 2007-11-06 15:47:03 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -70,7 +70,7 @@ ZIP$(TNR)FLAGS*=$(ZIPFLAGS)
|
|||
zip$(TNR)langdirs*=$(alllangiso)
|
||||
.ELSE # "$(zip$(TNR)generatedlangs)"!=""
|
||||
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
|
||||
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/\.\///" )
|
||||
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 $(4nt_force_shell)-dir {$(subst,$/$(LANGDIR), $(ZIP$(TNR)DIR))} /ba:d ))
|
||||
.ENDIF # "$(GUI)"=="UNX"
|
||||
|
|
Loading…
Reference in a new issue