From 57a36a84c91d3d69550c57e3de4decc2c7a6e427 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 2 Jan 2016 23:59:50 +1000 Subject: Rejig the build, test, and kill scripts a little bit. --- build.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.lua') diff --git a/build.lua b/build.lua index 160dcce..5661025 100755 --- a/build.lua +++ b/build.lua @@ -70,6 +70,9 @@ locale_d = baseDir .. '/locale' -- On the other hand, there's a more direct way to get to environment variables, it would fail to. CFLAGOPTS = readCommand('echo "$CFLAGOPTS"') +-- Make sure any old servers are killed off. +os.execute('./killem.sh') + CFLAGS = '-g -Wall -I ' .. baseDir .. '/src/libraries' CFLAGS = CFLAGS .. ' ' .. pkgConfig('cflags', 'luajit') CFLAGS = CFLAGS .. ' ' .. pkgConfig('cflags', 'elementary') -- cgit v1.1