Searched hist:ee74c236246cc2567b00578bbc760e38ee42fdfd (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/liblua/ |
H A D | luaconf.h | diff ee74c236246cc2567b00578bbc760e38ee42fdfd Sat Nov 02 04:37:58 CET 2019 Kyle Evans <kevans@FreeBSD.org> stand: consolidate knowledge of lua path
Multiple places coordinate to 'know' where lua scripts are installed. Knock this down to being formally defined (and overridable) in exactly one spot, defs.mk, and spread the knowledge to loaders and liblua alike. A future commit will expose this to lua as loader.lua_path, so it can build absolute paths to lua scripts as needed.
MFC after: 1 week
|
H A D | Makefile | diff ee74c236246cc2567b00578bbc760e38ee42fdfd Sat Nov 02 04:37:58 CET 2019 Kyle Evans <kevans@FreeBSD.org> stand: consolidate knowledge of lua path
Multiple places coordinate to 'know' where lua scripts are installed. Knock this down to being formally defined (and overridable) in exactly one spot, defs.mk, and spread the knowledge to loaders and liblua alike. A future commit will expose this to lua as loader.lua_path, so it can build absolute paths to lua scripts as needed.
MFC after: 1 week
|
/freebsd/stand/lua/ |
H A D | Makefile | diff ee74c236246cc2567b00578bbc760e38ee42fdfd Sat Nov 02 04:37:58 CET 2019 Kyle Evans <kevans@FreeBSD.org> stand: consolidate knowledge of lua path
Multiple places coordinate to 'know' where lua scripts are installed. Knock this down to being formally defined (and overridable) in exactly one spot, defs.mk, and spread the knowledge to loaders and liblua alike. A future commit will expose this to lua as loader.lua_path, so it can build absolute paths to lua scripts as needed.
MFC after: 1 week
|
/freebsd/stand/common/ |
H A D | interp_lua.c | diff ee74c236246cc2567b00578bbc760e38ee42fdfd Sat Nov 02 04:37:58 CET 2019 Kyle Evans <kevans@FreeBSD.org> stand: consolidate knowledge of lua path
Multiple places coordinate to 'know' where lua scripts are installed. Knock this down to being formally defined (and overridable) in exactly one spot, defs.mk, and spread the knowledge to loaders and liblua alike. A future commit will expose this to lua as loader.lua_path, so it can build absolute paths to lua scripts as needed.
MFC after: 1 week
|
/freebsd/stand/ |
H A D | loader.mk | diff ee74c236246cc2567b00578bbc760e38ee42fdfd Sat Nov 02 04:37:58 CET 2019 Kyle Evans <kevans@FreeBSD.org> stand: consolidate knowledge of lua path
Multiple places coordinate to 'know' where lua scripts are installed. Knock this down to being formally defined (and overridable) in exactly one spot, defs.mk, and spread the knowledge to loaders and liblua alike. A future commit will expose this to lua as loader.lua_path, so it can build absolute paths to lua scripts as needed.
MFC after: 1 week
|
H A D | defs.mk | diff ee74c236246cc2567b00578bbc760e38ee42fdfd Sat Nov 02 04:37:58 CET 2019 Kyle Evans <kevans@FreeBSD.org> stand: consolidate knowledge of lua path
Multiple places coordinate to 'know' where lua scripts are installed. Knock this down to being formally defined (and overridable) in exactly one spot, defs.mk, and spread the knowledge to loaders and liblua alike. A future commit will expose this to lua as loader.lua_path, so it can build absolute paths to lua scripts as needed.
MFC after: 1 week
|