follow-up for Lua mirror target
Use a variable
This commit is contained in:
@@ -311,9 +311,10 @@ dofiles-nodlb:
|
|||||||
# This is not part of the dependency build hierarchy.
|
# This is not part of the dependency build hierarchy.
|
||||||
# It requires an explicit "make fetch-Lua".
|
# It requires an explicit "make fetch-Lua".
|
||||||
|
|
||||||
LUA_URL=www.lua.org/ftp
|
LUA_URL :=www.lua.org/ftp
|
||||||
|
LUA_URL_MIRROR :=www.tecgraf.puc-rio.br/lua/mirror/ftp
|
||||||
|
|
||||||
fetch-lua-mirror: LUA_URL :=www.tecgraf.puc-rio.br/lua/mirror/ftp
|
fetch-lua-mirror: LUA_URL :=$(LUA_URL_MIRROR)
|
||||||
fetch-lua-mirror: fetch-Lua
|
fetch-lua-mirror: fetch-Lua
|
||||||
@true
|
@true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user