summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 13:01:07 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 13:01:07 +0000
commit92e4e8746a6cef5c529d3d7e48c18ce623d6df4a (patch)
tree5a85231b29c4d7d369872161ddc820b520c1bfdd /stlport
parent3af214f165b97baa2a312469f233025a6c08a433 (diff)
INTEGRATION: CWS ause069 (1.36.2); FILE MERGED
2006/12/04 21:45:00 hjs 1.36.2.2: RESYNC: (1.36-1.37); FILE MERGED 2006/10/18 17:13:06 hjs 1.36.2.1: #i70359# remove forced shell calls
Diffstat (limited to 'stlport')
-rw-r--r--stlport/makefile.mk34
1 files changed, 17 insertions, 17 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index dfa022310a5a..df5b84bb75d8 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.37 $
+# $Revision: 1.38 $
#
-# last change: $Author: vg $ $Date: 2006-11-22 10:44:08 $
+# last change: $Author: obo $ $Date: 2007-01-25 14:01:07 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -45,14 +45,14 @@ TARGET=so_stlport
.IF "$(USE_SYSTEM_STL)"=="YES"
$(INCCOM)$/stlport$/hash_map : systemstl/hash_map
@echo "You choose to build without stlport, so some headers will be used to bring the sgi extensions into the std namespace"
- +-$(MKDIR) $(INCCOM)$/stlport
- +$(COPY) systemstl/functional $(INCCOM)$/stlport
- +$(COPY) systemstl/hash_map $(INCCOM)$/stlport
- +$(COPY) systemstl/hash_set $(INCCOM)$/stlport
- +$(COPY) systemstl/numeric $(INCCOM)$/stlport
- +$(COPY) systemstl/slist $(INCCOM)$/stlport
- +$(COPY) systemstl/rope $(INCCOM)$/stlport
- +$(COPY) systemstl/vector $(INCCOM)$/stlport
+ -$(MKDIR) $(INCCOM)$/stlport
+ $(COPY) systemstl/functional $(INCCOM)$/stlport
+ $(COPY) systemstl/hash_map $(INCCOM)$/stlport
+ $(COPY) systemstl/hash_set $(INCCOM)$/stlport
+ $(COPY) systemstl/numeric $(INCCOM)$/stlport
+ $(COPY) systemstl/slist $(INCCOM)$/stlport
+ $(COPY) systemstl/rope $(INCCOM)$/stlport
+ $(COPY) systemstl/vector $(INCCOM)$/stlport
.ENDIF
@@ -211,17 +211,17 @@ all :
$(MISC)$/$(TARFILE_ROOTDIR) : avoid_win32_patches
avoid_win32_patches :
- @+$(ECHONL)
+ @$(ECHONL)
@echo ERROR! this module can't use automated patch creation
@echo on windows.
- @+$(ECHONL)
+ @$(ECHONL)
force_dmake_to_error
$(PACKAGE_DIR)$/so_custom_patch : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE)
.IF "$(USE_SHELL)"=="4nt"
- +win32_custom.bat $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
+ win32_custom.bat $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
.ELSE # "$(USE_SHELL)"=="4nt"
- +win32_custom.sh $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
+ win32_custom.sh $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
.ENDIF # "$(USE_SHELL)"=="4nt"
$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_custom_patch
@@ -229,12 +229,12 @@ $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_custom_patch
.IF "$(USE_NEW_SDK)"!=""
$(PACKAGE_DIR)$/win32_sdk_patch : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE)
.IF "$(USE_SHELL)"=="4nt"
- +win32_sdk.bat $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
+ win32_sdk.bat $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
.ELSE # "$(USE_SHELL)"=="4nt"
- +win32_sdk.sh $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
+ win32_sdk.sh $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
.ENDIF # "$(USE_SHELL)"=="4nt"
$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/win32_sdk_patch
.ENDIF # "$(USE_NEW_SDK)"!=""
.ENDIF # COMVER<=001300000000
-.ENDIF # "$(GUI)"=="WNT" \ No newline at end of file
+.ENDIF # "$(GUI)"=="WNT"