* Makefile.shared: Remove a ;
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@172186
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-08-06 David Farler <dfarler@apple.com>
+
+ Unreviewed build fix: Make includes semicolon in assignment.
+
+ * Makefile.shared: Remove a ;
+
2014-08-06 David Farler <dfarler@apple.com>
Set DSYMUTIL_NUM_THREADS to the number of logical cores
endif
endif
-export DSYMUTIL_NUM_THREADS = $(shell sysctl -n hw.activecpu);
+export DSYMUTIL_NUM_THREADS = $(shell sysctl -n hw.activecpu)
all:
( $(SET_COLOR_DIAGNOSTICS_ARG); xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) | $(OUTPUT_FILTER) && exit $${PIPESTATUS[0]} )