summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_def.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-01-30 13:27:05 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-01-30 13:27:05 +0000
commitc785b20a21d575ed51a696c9e119ef593c8f3a6f (patch)
tree2b1cc4df747f787fa57b5d00c0cd786d86e3ba73 /solenv/inc/tg_def.mk
parenta59caeb38109318d3969a509640cd9eeee7e7336 (diff)
#97001# simple locking to avoid ldump database corruption
Diffstat (limited to 'solenv/inc/tg_def.mk')
-rw-r--r--solenv/inc/tg_def.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/solenv/inc/tg_def.mk b/solenv/inc/tg_def.mk
index 3b0c4e83616d..438b2a89ff1c 100644
--- a/solenv/inc/tg_def.mk
+++ b/solenv/inc/tg_def.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_def.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: hjs $ $Date: 2001-10-26 15:36:31 $
+# last change: $Author: hjs $ $Date: 2002-01-30 14:27:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -143,9 +143,10 @@ $(DEF$(TNR)TARGETN) .PHONY : \
.IF "$(UPDATER)"!=""
.IF "$(shell +echo %_disk)"=="O"
#
-# don't forget to hav the right DEFSTAG set!
+# don't forget to have the right DEFSTAG set!
#
- +$(PERL) $(COMMON_ENV_TOOLS)$/cidef.pl update $(DEFSTAG)
+ +$(PERL) $(COMMON_ENV_TOOLS)$/lockcidef.pl update $(DEFSTAG)
+ ok.bat && $(RM) ok.bat
.ENDIF # "$(shell +echo %_disk)"=="O"
.ENDIF # "$(UPDATER)"!=""
.ENDIF # "$(BUILD_SOSL)"==""
@@ -180,9 +181,10 @@ $(DEF$(TNR)TARGETN) .PHONY : \
.IF "$(UPDATER)"!=""
.IF "$(shell +echo %_disk)"=="O"
#
-# don't forget to hav the right DEFSTAG set!
+# don't forget to have the right DEFSTAG set!
#
- +$(PERL) $(COMMON_ENV_TOOLS)$/cidef.pl commit
+ +$(PERL) $(COMMON_ENV_TOOLS)$/lockcidef.pl commit
+ ok.bat && $(RM) ok.bat
.ENDIF # "$(shell +echo %_disk)"=="O"
.ENDIF # "$(UPDATER)"!=""
.ENDIF # "$(BUILD_SOSL)"==""