Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
generate export only when gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 30, 2009
1 parent 783831a commit aa61298
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/makefiles/root.in
Expand Up @@ -365,8 +365,14 @@ oldtest: build
pmctest: build
prove -f t/pmc/*.t

export LUA_PATH=;;../src/?.lua
export LUA_INIT=platform = { osname=[[@osname@]], intsize=@intsize@, longsize=@longsize@ }
#IF(gmake_version):export LUA_PATH=;;../src/?.lua
#IF(gmake_version):export LUA_INIT=platform = { osname=[[@osname@]], intsize=@intsize@, longsize=@longsize@ }
#UNLESS(gmake_version):# before running test, modify your environment :
#UNLESS(gmake_version):# $ export LUA_PATH=";;../src/?.lua"
#UNLESS(gmake_version):# $ export LUA_INIT="platform = { osname=[[@osname@]], intsize=@intsize@, longsize=@longsize@ }"
#UNLESS(gmake_version):# or
#UNLESS(gmake_version):# > set LUA_PATH=;;../src/?.lua
#UNLESS(gmake_version):# > set LUA_INIT=platform = { osname=[[@osname@]], intsize=@intsize@, longsize=@longsize@ }

staging : build
$(MKPATH) t/lua-TestMore/test_lua51/lua/library
Expand Down

0 comments on commit aa61298

Please sign in to comment.