Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2117)

Unified Diff: native_client_sdk/src/examples/Makefile

Issue 9383038: Build cleanups (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/build_tools/buildbot_run.py ('k') | native_client_sdk/src/examples/dlopen/dlopen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/Makefile
===================================================================
--- native_client_sdk/src/examples/Makefile (revision 121652)
+++ native_client_sdk/src/examples/Makefile (working copy)
@@ -15,7 +15,6 @@
# Define the default target
all:
-
#
# Target Macro
#
@@ -26,7 +25,7 @@
TARGET_LIST+=$(1)_TARGET
.PHONY: $(1)_TARGET
$(1)_TARGET:
- +cd $(1) && $(MAKE)
+ +$(MAKE) -C $(1)
endef
@@ -35,7 +34,7 @@
all: $(TARGET_LIST)
- echo "Done building targets, running webserver."
+ echo "Done building targets."
RUN: all
echo "Staring up python webserver."
« no previous file with comments | « native_client_sdk/src/build_tools/buildbot_run.py ('k') | native_client_sdk/src/examples/dlopen/dlopen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698