From ff046c80351b590d307dd81f83006ed4baf85245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 6 Nov 2007 14:58:22 +0000 Subject: [PATCH] INTEGRATION: CWS execshellmacrogone (1.15.12); FILE MERGED 2007/10/24 08:42:22 rene 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2007/10/24 06:35:50 rene 1.15.12.1: #i79760# krs patches for supressing "Executing shell macro..." output --- sysui/desktop/util/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysui/desktop/util/makefile.mk b/sysui/desktop/util/makefile.mk index 700034e134f6..98ea3effec07 100644 --- a/sysui/desktop/util/makefile.mk +++ b/sysui/desktop/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: ihi $ $Date: 2007-07-11 14:31:18 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:58:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -117,7 +117,7 @@ $(SCRIPTS) : $$(@:f) $(RPMTARFILES) : $(PKGDIR) $(MKDIRHIER) $(@:d) - tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*)} | gzip > $@ + tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell @cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*)} | gzip > $@ .ENDIF # "$(TARFILE)" != "" @@ -125,6 +125,6 @@ $(RPMTARFILES) : $(PKGDIR) $(DEBTARFILES) : $(PKGDIR) $(MKDIRHIER) $(@:d) - tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*.deb)} | gzip > $@ + tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell @cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*.deb)} | gzip > $@ .ENDIF