From f938ef751b7ca126f09891759fafc88d7ad2a509 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 6 Nov 2007 15:00:45 +0000 Subject: INTEGRATION: CWS execshellmacrogone (1.52.40); FILE MERGED 2007/10/24 06:35:42 rene 1.52.40.1: #i79760# krs patches for supressing "Executing shell macro..." output --- odk/util/makefile.pmk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odk/util') diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk index 3cffef750e1a..b6bc1af33732 100644 --- a/odk/util/makefile.pmk +++ b/odk/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.52 $ +# $Revision: 1.53 $ # -# last change: $Author: vg $ $Date: 2007-03-26 13:28:38 $ +# last change: $Author: rt $ $Date: 2007-11-06 16:00:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -189,7 +189,7 @@ INCLUDETOPDIRLIST= \ INCLUDETOPDIRLIST += $(INCOUT)$/systools .ENDIF -INCLUDEDIRLIST:={$(subst,/,$/ $(shell $(FIND) $(INCLUDETOPDIRLIST) -type d -print))} +INCLUDEDIRLIST:={$(subst,/,$/ $(shell @$(FIND) $(INCLUDETOPDIRLIST) -type d -print))} INCLUDEFILELIST=\ $(INCOUT)$/com$/sun$/star$/uno$/Any.h \ @@ -214,7 +214,7 @@ QCB=\) .ENDIF INCLUDELIST:=\ - {$(subst,/,$/ $(shell $(FIND) $(INCLUDETOPDIRLIST) -type f ! $(QOB) -name "*~" -o -name "*build.lst" -o -name "*deliver.log" $(QCB) -print))} \ + {$(subst,/,$/ $(shell @$(FIND) $(INCLUDETOPDIRLIST) -type f ! $(QOB) -name "*~" -o -name "*build.lst" -o -name "*deliver.log" $(QCB) -print))} \ $(INCLUDEFILELIST) SDK_CONTENT_CHECK_FILES= \ -- cgit