<http://webkit.org/b/133449>
<rdar://problem/
17047638>
Reviewed by Filip Pizlo.
* Makefile: Ignore the mysterious future. Use "@true" to
suppress the annoying "Nothing to be done for `libs'." message.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169552
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-06-02 David Kilzer <ddkilzer@apple.com>
+
+ Error running copy-webkitlibraries-to-product-directory
+ <http://webkit.org/b/133449>
+ <rdar://problem/17047638>
+
+ Reviewed by Filip Pizlo.
+
+ * Makefile: Ignore the mysterious future. Use "@true" to
+ suppress the annoying "Nothing to be done for `libs'." message.
+
2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
Remove BLOB guards
SCRIPTS_PATH = ../Tools/Scripts
+ifeq ($(shell sw_vers -productVersion | cut -d. -f-2), 10.10)
+libs:
+ @true
+else
libs:
perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --wksi --llvm
+endif
all: libs