aboutsummaryrefslogtreecommitdiff
path: root/stand/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-12 15:32:00 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-12 15:32:00 +0000
commit088b4f5f323e73e5eb54b0e409b064ff5d46d221 (patch)
treec66ae47788857384d9e339137ba1de572ab35cb3 /stand/Makefile
parent7cafeaa1fde93dbefa40971343bf9a3bb92f2ede (diff)
downloadsrc-088b4f5f323e73e5eb54b0e409b064ff5d46d221.tar.gz
src-088b4f5f323e73e5eb54b0e409b064ff5d46d221.zip
Add the lua scripts from the lua-bootloader SoC
These are the .lua files from from Pedro Souza's 2014 Summer of Code project. Rui Paulo, Pedro Arthur and Wojciech A. Koszek also contributed. Obtained from: https://wiki.freebsd.org/SummerOfCode2014/LuaLoader Sponsored by: Google Summer of Code Improve the SoC lua menu code to bring it in line with forth menu functionality Submitted by: Zakary Nafziger Sponsored by: FreeBSD Foundation Use loader.setenv and loader.unsetenv instead of loader.perform Convert from include("/boot/foo.lua") to foo = require("foo"); to bring in line with latest lua module conventions. Enforce a uniform style for the new .lua files: o hard tab indenation for 8 spaces o don't have if foo then bar; else bas; end on one line MFC After: 1 month Relnotes: yes Differential Review: https://reviews.freebsd.org/D14295
Notes
Notes: svn path=/head/; revision=329167
Diffstat (limited to 'stand/Makefile')
-rw-r--r--stand/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/Makefile b/stand/Makefile
index ede7dd5d51e6..64ec1a48a6bd 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -10,6 +10,7 @@ SUBDIR+= forth
.endif
.if ${MK_LOADER_LUA} != "no"
SUBDIR+= liblua
+SUBDIR+= lua
.endif
SUBDIR+= man