summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 14:27:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 14:27:26 +0000
commitd555fd308153c852a1948ce93f9725223bdb1865 (patch)
tree6903eb4c467f6321877157af92896d6c747ec8ca /sysui/desktop
parentb47bbde4eaa9a0dc2b6018afacafe256b764829f (diff)
INTEGRATION: CWS systemint01 (1.8.2); FILE MERGED
2006/03/21 09:20:39 rt 1.8.2.2: #i62340# Make checking for flagfile silent, only in case of failure cry 'ERROR' 2006/03/17 16:00:09 ihi 1.8.2.1: #i62340# creation of rpm more robust
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/freedesktop/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysui/desktop/freedesktop/makefile.mk b/sysui/desktop/freedesktop/makefile.mk
index 7a8f306ed7f7..8c2d5f883707 100644
--- a/sysui/desktop/freedesktop/makefile.mk
+++ b/sysui/desktop/freedesktop/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: kz $ $Date: 2006-01-31 18:19:33 $
+# last change: $Author: hr $ $Date: 2006-04-19 15:27:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -77,7 +77,7 @@ $(PACKAGE_RPM) : $(MISC)/$(TARGET)-menus.spec
--define "version $(PKGVERSION)" --define "release $(PKGREV)" \
--define "source $(ABSLOCALOUT)$/misc$/redhat" \
--define "unique $(shell echo $$$$)" \
- --define "_builddir $(ABSLOCALOUT)$/misc$/$(TARGET)/BUILD"
- @touch $@
-
+ --define "_builddir $(ABSLOCALOUT)$/misc$/$(TARGET)/BUILD" && $(TOUCH) $@
+ @+$(TYPE) $@ || echo "ERROR: packing $(TARGET) failed! "
+
.ENDIF