L4Re/departure

Changeset

238:a0b44b2cd988
2022-02-08 Paul Boddie raw files shortlog changelog graph Employ the e2access tool in the libe2access/host directory.
test_files/Makefile (file)
     1.1 --- a/test_files/Makefile	Sun Feb 06 18:05:23 2022 +0100
     1.2 +++ b/test_files/Makefile	Tue Feb 08 00:03:32 2022 +0100
     1.3 @@ -1,6 +1,7 @@
     1.4  PKGDIR		?= .
     1.5  L4DIR		?= $(PKGDIR)/../../..
     1.6  
     1.7 +E2ACCESS_DIR	= $(PKGDIR)/../libe2access/host
     1.8  TARGET		= $(PKGDIR)/../conf/e2test.fs
     1.9  
    1.10  include $(L4DIR)/mk/Makeconf
    1.11 @@ -10,4 +11,5 @@
    1.12  all:: $(TARGET)
    1.13  
    1.14  $(TARGET):
    1.15 -	$(PKGDIR)/mk_e2test.sh -q $(PKGDIR) $(L4DIR)/e2access $@
    1.16 +	make -C $(E2ACCESS_DIR)
    1.17 +	$(PKGDIR)/mk_e2test.sh -q $(PKGDIR) $(E2ACCESS_DIR) $@