# HG changeset patch # User Paul Boddie # Date 1644275012 -3600 # Node ID a0b44b2cd98850693c9d424f3aa8ca7735362823 # Parent 2582a68006ff80067dfa7649884ca65856a8ba4d Employ the e2access tool in the libe2access/host directory. diff -r 2582a68006ff -r a0b44b2cd988 test_files/Makefile --- a/test_files/Makefile Sun Feb 06 18:05:23 2022 +0100 +++ b/test_files/Makefile Tue Feb 08 00:03:32 2022 +0100 @@ -1,6 +1,7 @@ PKGDIR ?= . L4DIR ?= $(PKGDIR)/../../.. +E2ACCESS_DIR = $(PKGDIR)/../libe2access/host TARGET = $(PKGDIR)/../conf/e2test.fs include $(L4DIR)/mk/Makeconf @@ -10,4 +11,5 @@ all:: $(TARGET) $(TARGET): - $(PKGDIR)/mk_e2test.sh -q $(PKGDIR) $(L4DIR)/e2access $@ + make -C $(E2ACCESS_DIR) + $(PKGDIR)/mk_e2test.sh -q $(PKGDIR) $(E2ACCESS_DIR) $@