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

Unified Diff: tests/Makefile

Issue 2951002: Fix makefiles to work with ebuild (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 5 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 | « Makefile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/Makefile
diff --git a/tests/Makefile b/tests/Makefile
index ed37e73e7751ecc4b8e53b4ea776614a43369410..957e9bbf70bc21f8f010feef6d65aeeb6f322e7e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -101,6 +101,9 @@ runtests: genkeys runcgpttests runcryptotests runmisctests
# ${BUILD_ROOT}/firmware_rollback_tests
# ${BUILD_ROOT}/kernel_rollback_tests
+# Must have a dummy install target for ebuild
+install:
+
#install: $(BUILD_ROOT)/rollback_index_test
# mkdir -p $(DESTDIR)
# cp -f $(BUILD_ROOT)/rollback_index_test $(DESTDIR)
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698