summaryrefslogtreecommitdiff
path: root/boost/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:32:17 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:32:17 +0000
commit0686f94c53093a4d852f84129f5c9d818e3f3b23 (patch)
treeb53f44363acb57f7bc20178b83d11cb9c392ddc8 /boost/makefile.mk
parentcae97956a864f3de84dc44d4287cdfcc6b846e5f (diff)
INTEGRATION: CWS ause069 (1.9.34); FILE MERGED
2006/12/12 12:23:35 hjs 1.9.34.2: #i72494# cleanup 2006/10/18 17:10:02 hjs 1.9.34.1: #i70359# remove forced shell calls
Diffstat (limited to 'boost/makefile.mk')
-rw-r--r--boost/makefile.mk19
1 files changed, 4 insertions, 15 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk
index 7ffeec04b4c1..ed857737504f 100644
--- a/boost/makefile.mk
+++ b/boost/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 22:06:52 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:32:17 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@ TARGET=ooo_boost
all:
@echo "An already available installation of boost should exist on your system."
@echo "Therefore the version provided here does not need to be built in addition."
-.ELSE
+.ELSE # "$(SYSTEM_BOOST)" == "YES" && ("$(OS)"!="SOLARIS" || "$(COM)"=="GCC")
# --- Files --------------------------------------------------------
@@ -68,19 +68,8 @@ BUILD_FLAGS=
# --- Targets ------------------------------------------------------
-all: \
- $(MISC)$/$(TARGET)_remove_build.flag \
- ALLTAR
-
.INCLUDE : set_ext.mk
.INCLUDE : target.mk
.INCLUDE : tg_ext.mk
-# Since you never know what will be in a patch (for example, it may already
-# patch at configure level), we remove the entire package directory if a patch
-# is newer.
-$(MISC)$/$(TARGET)_remove_build.flag : $(PRJ)$/$(PATCH_FILE_NAME)
- $(REMOVE_PACKAGE_COMMAND)
- +$(TOUCH) $(MISC)$/$(TARGET)_remove_build.flag
-
-.ENDIF
+.ENDIF # "$(SYSTEM_BOOST)" == "YES" && ("$(OS)"!="SOLARIS" || "$(COM)"=="GCC")