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

Unified Diff: tools/linux_dist_support/debian/rules

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « tools/linux_dist_support/debian/dartino-agent.links ('k') | tools/lk/embed_program_in_binary.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/linux_dist_support/debian/rules
diff --git a/tools/linux_dist_support/debian/rules b/tools/linux_dist_support/debian/rules
index e913f06ce32d4a9f23e435c61910a04d68975036..9c98737d0ec29bcbfc9e973a3c023fdaf8ee5d01 100755
--- a/tools/linux_dist_support/debian/rules
+++ b/tools/linux_dist_support/debian/rules
@@ -42,7 +42,7 @@ override_dh_auto_build:
cd sdk; \
ninja -C out/$(BUILD_TYPE); \
ninja -C out/$(XBUILD_TYPE); \
- out/$(BUILD_TYPE)/dart -c --packages=.packages -Dsnapshot=out/$(XBUILD_TYPE)/fletch-agent.snapshot -Dpackages=.packages tests/fletchc/run.dart pkg/fletch_agent/bin/agent.dart; \
+ out/$(BUILD_TYPE)/dart -c --packages=.packages -Dsnapshot=out/$(XBUILD_TYPE)/dartino-agent.snapshot -Dpackages=.packages tests/dartino_compiler/run.dart pkg/dartino_agent/bin/agent.dart; \
cd ..
# TODO(sgjesse): Make sure the executables are stripped.
@@ -56,8 +56,8 @@ override_dh_shlibdeps:
# dartino-agent service as part of the Debian package as well.
override_dh_auto_install:
mkdir -p $(TMP_OUT)/bin
- cp -R sdk/out/$(XBUILD_TYPE)/fletch-vm $(TMP_OUT)/bin
- cp -R sdk/out/$(XBUILD_TYPE)/fletch-agent.snapshot $(TMP_OUT)/bin
+ cp -R sdk/out/$(XBUILD_TYPE)/dartino-vm $(TMP_OUT)/bin
+ cp -R sdk/out/$(XBUILD_TYPE)/dartino-agent.snapshot $(TMP_OUT)/bin
mkdir -p $(TMP_OUT)/avahi
cp sdk/platforms/raspberry-pi2/data/dartino-agent.service $(TMP_OUT)/avahi
dh_install
« no previous file with comments | « tools/linux_dist_support/debian/dartino-agent.links ('k') | tools/lk/embed_program_in_binary.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698