From c86de8d3d92015226d4ce9fefba957140e305537 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 30 Oct 2009 14:36:10 +0100 Subject: [PATCH] add a rule which initialize t/lua-TestMore submodule --- config/makefiles/root.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/makefiles/root.in b/config/makefiles/root.in index a878f88..214182e 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -244,6 +244,10 @@ $(LIBPATH)/luabytecode_gen.pir: $(LIBPATH)/luabytecode.rules src/build/translato $(PERL) src/build/translator.pl $(LIBPATH)/luabytecode.rules \ --output $(LIBPATH)/luabytecode_gen.pir +t/lua-TestMore/src/Test/More.lua: + git submodule init t/lua-TestMore + git submodule update + Test/More.pir: t/lua-TestMore/src/Test/More.lua -$(MKPATH) Test -$(CP) t/lua-TestMore/src/Test/More.lua Test/More.lua