summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_def.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-02-19 18:12:10 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-02-19 18:12:10 +0000
commit1e69412276be9a69dbc3978ac56d86937be0f6e0 (patch)
treeb348ef1fc3a24321c6499c2f71877536a1c69e1c /solenv/inc/tg_def.mk
parent2cc92686dd32e973cc567460234acdbe77d6d442 (diff)
#442 - check check for hamburg releng build
Diffstat (limited to 'solenv/inc/tg_def.mk')
-rw-r--r--solenv/inc/tg_def.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/solenv/inc/tg_def.mk b/solenv/inc/tg_def.mk
index 3aad0f96d7fe..b09ce6e0ec18 100644
--- a/solenv/inc/tg_def.mk
+++ b/solenv/inc/tg_def.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_def.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hjs $ $Date: 2001-02-02 12:03:53 $
+# last change: $Author: hjs $ $Date: 2001-02-19 19:12:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -123,12 +123,16 @@ $(DEF$(TNR)TARGETN) .PHONY : \
$(DEF$(TNR)EXPORTFILE)
.ENDIF # "$(UPDATER)"=="" || "$(solarlang)"!="deut" || "$(link_always)"==""
# %_disk is a 4nt special; don't exppect it to work in any other shell
+.IF "$(BUILD_SOSL)"==""
+.IF "$(UPDATER)"!=""
.IF "$(shell +echo %_disk)"=="O"
#
# don't forget to hav the right DEFSTAG set!
#
+$(PERL) $(COMMON_ENV_TOOLS)$/cidef.pl update $(DEFSTAG)
.ENDIF # "$(shell +echo %_disk)"=="O"
+.ENDIF # "$(UPDATER)"!=""
+.ENDIF # "$(BUILD_SOSL)"==""
+-attrib -r defs\$(OUTPATH)
@echo ------------------------------
@echo Making Module-Definitionfile : $@
@@ -156,12 +160,16 @@ $(DEF$(TNR)TARGETN) .PHONY : \
+-$(RM) $(SHL$(TNR)TARGET).exp
# now *\defs\$(OUTPATH) exists, commit it
# %_disk is a 4nt special; don't exppect it to work in any other shell
+.IF "$(BUILD_SOSL)"==""
+.IF "$(UPDATER)"!=""
.IF "$(shell +echo %_disk)"=="O"
#
# don't forget to hav the right DEFSTAG set!
#
+$(PERL) $(COMMON_ENV_TOOLS)$/cidef.pl commit
.ENDIF # "$(shell +echo %_disk)"=="O"
+.ENDIF # "$(UPDATER)"!=""
+.ENDIF # "$(BUILD_SOSL)"==""
.ENDIF # "$(DEFLIB$(TNR)NAME)"!=""
.IF "$(DEF$(TNR)EXPORT1)"!=""
@echo $(DEF$(TNR)EXPORT1) >>$@