Fix makefiles to work with ebuild

Review URL: http://codereview.chromium.org/2951002
This commit is contained in:
Randall Spangler
2010-07-08 15:26:35 -07:00
parent 6832511d3f
commit 93bccfc452
2 changed files with 4 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ clean:
install:
$(MAKE) -C utility install
$(MAKE) -C cgpt install
# $(MAKE) -C tests install
$(MAKE) -C tests install
runtests:
$(MAKE) -C tests runtests

View File

@@ -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)