# HG changeset patch # User Paul Boddie # Date 1655554538 -7200 # Node ID a82b46af7fb4606b81045b557284ea946d6c32e0 # Parent 76df3a175e5cc7fcfb4af3390813c3ba4a1fad7d Attempted to define the system details manually. diff -r 76df3a175e5c -r a82b46af7fb4 test_files/Makefile --- a/test_files/Makefile Sat Jun 18 01:12:14 2022 +0200 +++ b/test_files/Makefile Sat Jun 18 14:15:38 2022 +0200 @@ -7,7 +7,13 @@ REQUIRES_LIBS = libc libstdc++ libexec libipc include $(L4DIR)/mk/Makeconf -include $(OBJ_BASE)/l4defs.mk.inc + +# Attempt to define system details manually, since the following will not work +# until a complete build has been performed. +# +#include $(OBJ_BASE)/l4defs.mk.inc + +L4_SYSTEM = $(BUILD_ARCH)_$(CPU) PROGRAMS_DIR = $(PKGDIR_OBJ)/programs/OBJ-$(L4_SYSTEM)-l4f