summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-04-28 08:20:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-04-28 08:20:38 +0000
commit85c27f04e810ca09ffbbece0f8be084cbf81a834 (patch)
treeacbacca8977c4ba405eaabbf089d5ecc69eab71c /sysui
parent916eb94a904571c10b2b46e4d07daf4af53c879a (diff)
#i10000# Create flag file _after_ all actions are done. Otherwise in case of any error a rebuid will do nothing, as the flag file already exists.
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/share/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/share/makefile.mk b/sysui/desktop/share/makefile.mk
index b39060d7029a..8b9a8de0a927 100644
--- a/sysui/desktop/share/makefile.mk
+++ b/sysui/desktop/share/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: kz $ $Date: 2005-01-21 11:19:32 $
+# last change: $Author: rt $ $Date: 2005-04-28 09:20:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -103,7 +103,6 @@ ALLTAR : $(LAUNCHERFLAGFILE) $(DESTULFFILES)
# merge-in the translations.
#
$(LAUNCHERFLAGFILE) : $(LAUNCHERDEPN) ../productversion.mk brand.pl translate.pl $(COMMONMISC)$/$(TARGET)$/launcher_name.ulf $(COMMONMISC)$/$(TARGET)$/launcher_comment.ulf
- @touch $@
@$(MKDIRHIER) $(@:db).$(INPATH)
@echo Creating desktop entries ..
@echo ---------------------------------
@@ -114,4 +113,5 @@ $(LAUNCHERFLAGFILE) : $(LAUNCHERDEPN) ../productversion.mk brand.pl translate.pl
@$(foreach,i,$(LAUNCHERLIST) $(shell echo "StartupNotify=true" >> $(@:db).$(INPATH)/$i.desktop))
.ENDIF
@mv -f $(@:db).$(INPATH)/* $(@:d)
+ @touch $@