Tag: cws_src680_ause069 User: hjs Date: 2006/12/01 09:34:13 Modified: dba/connectivity/source/drivers/mozab/makefile.mk dba/connectivity/source/parse/makefile.mk
Log: #i70359# remove forced shell calls File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/makefile.mk?r1=1.22&r2=1.22.16.1 Delta lines: +5 -5 ------------------- --- makefile.mk 15 Sep 2006 13:53:48 -0000 1.22 +++ makefile.mk 1 Dec 2006 17:34:10 -0000 1.22.16.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.22.16.1 $ # -# last change: $Author: obo $ $Date: 2006/09/15 13:53:48 $ +# last change: $Author: hjs $ $Date: 2006/12/01 17:34:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -55,8 +55,8 @@ MOZ_EMBED_LIB := $(shell +-dir /ba:f $(MOZ_LIB)$/embed_base_s.lib 2>NUL ) MOZ_REG_LIB := $(shell +-dir /ba:f $(MOZ_LIB)$/mozreg_s.lib 2>NUL ) .ELSE #"$(USE_SHELL)"=="4nt" -MOZ_EMBED_LIB := $(shell +-test -f $(MOZ_LIB)$/embed_base_s.lib && echo $(MOZ_LIB)$/embed_base_s.lib ) -MOZ_REG_LIB := $(shell +-test -f $(MOZ_LIB)$/mozreg_s.lib && echo $(MOZ_LIB)$/mozreg_s.lib ) +MOZ_EMBED_LIB := $(shell -test -f $(MOZ_LIB)$/embed_base_s.lib && echo $(MOZ_LIB)$/embed_base_s.lib ) +MOZ_REG_LIB := $(shell -test -f $(MOZ_LIB)$/mozreg_s.lib && echo $(MOZ_LIB)$/mozreg_s.lib ) .ENDIF .IF X"$(MOZ_EMBED_LIB)"=="X" Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/makefile.mk?r1=1.19&r2=1.19.62.1 Delta lines: +4 -4 ------------------- --- makefile.mk 13 Jul 2006 15:14:26 -0000 1.19 +++ makefile.mk 1 Dec 2006 17:34:10 -0000 1.19.62.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.19.62.1 $ # -# last change: $Author: obo $ $Date: 2006/07/13 15:14:26 $ +# last change: $Author: hjs $ $Date: 2006/12/01 17:34:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ .INCLUDE : target.mk $(MISC)$/%.cxx: %.l - +flex -i -8 -PSQLyy -L -o$(MISC)$/sqlflex.cxx sqlflex.l + flex -i -8 -PSQLyy -L -o$(MISC)$/sqlflex.cxx sqlflex.l $(INCCOM)$/sqlbison.hxx : $(YACCTARGET) $(EXCEPTIONSFILES) : $(INCCOM)$/sqlbison.hxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
