From 3f6c79cfee4f96da3aaa0e4d85cc514ac674e31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 6 Nov 2007 14:56:17 +0000 Subject: [PATCH] INTEGRATION: CWS execshellmacrogone (1.12.68); FILE MERGED 2007/10/24 06:35:40 rene 1.12.68.1: #i79760# krs patches for supressing "Executing shell macro..." output --- helpcontent2/source/auxiliary/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index e5e96b3d80..386d06305c 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: obo $ $Date: 2007-01-25 15:32:14 $ +#* last change $Author: rt $ $Date: 2007-11-06 15:56:17 $ #* -#* $Revision: 1.12 $ +#* $Revision: 1.13 $ #* #* $Logfile:$ #* @@ -38,9 +38,9 @@ ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst .IF "$(WITH_LANG)"!="" .IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" -t_aux_langdirs:=$(shell find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) +t_aux_langdirs:=$(shell @find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) .ELSE # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" -t_aux_langdirs:=$(subst,./, $(shell $(FIND) ./ -name "*.cfg")) +t_aux_langdirs:=$(subst,./, $(shell @$(FIND) ./ -name "*.cfg")) .ENDIF # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" aux_langdirs:=$(uniq $(t_aux_langdirs:d:d))