User: rt      
Date: 2007-11-06 16:11:42+0000
Modified:
   dba/connectivity/qa/connectivity/tools/makefile.mk

Log:
 INTEGRATION: CWS execshellmacrogone (1.4.88); FILE MERGED
 2007/10/24 08:30:38 rene 1.4.88.2: RESYNC: (1.4-1.5); FILE MERGED
 2007/10/24 06:35:37 rene 1.4.88.1: #i79760# krs patches for supressing 
"Executing shell macro..." output

File Changes:

Directory: /dba/connectivity/qa/connectivity/tools/
===================================================

File [changed]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/qa/connectivity/tools/makefile.mk?r1=1.6&r2=1.7
Delta lines:  +2 -2
-------------------
--- makefile.mk 2007-11-02 12:12:48+0000        1.6
+++ makefile.mk 2007-11-06 16:11:40+0000        1.7
@@ -52,9 +52,9 @@
 # Do not use $/ with the $(FIND) command as for W32-4nt this leads to a 
backslash
 # in a posix command. In this special case use / instead of $/
 .IF "$(GUI)"=="OS2"
-JAVAFILES       := $(shell ls ./*.java)
+JAVAFILES       := $(shell @ls ./*.java)
 .ELSE
-JAVAFILES       := $(shell $(FIND) ./*.java)
+JAVAFILES       := $(shell @$(FIND) ./*.java)
 .ENDIF
 JAVACLASSFILES = $(foreach,i,$(JAVAFILES) 
$(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to