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

Unified Diff: trunk/platform_tools/nacl/nacl_make

Issue 14771017: Copy NaCl directory into trunk/platform_tools, adjust paths (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 8 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 | « trunk/platform_tools/nacl/debugger/debugger.nmf ('k') | trunk/platform_tools/nacl/tests/tests.nmf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/platform_tools/nacl/nacl_make
===================================================================
--- trunk/platform_tools/nacl/nacl_make (revision 8976)
+++ trunk/platform_tools/nacl/nacl_make (working copy)
@@ -99,6 +99,6 @@
build 32 && \
build 64 && \
-if ! [ -L ../nacl/out ]; then
- ln -s ../trunk/out ../nacl
+if ! [ -L platform_tools/nacl/out ]; then
+ ln -s ../../out platform_tools/nacl
fi
« no previous file with comments | « trunk/platform_tools/nacl/debugger/debugger.nmf ('k') | trunk/platform_tools/nacl/tests/tests.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698