view buildsys/lua/cleanup.sh @ 298:b69f328cdfe6

- simpler ./configure check if freebsd/mips platform is hard-float
author Tassilo Philipp
date Thu, 17 May 2018 16:55:24 +0200
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh

if [ -d lua-5.1.4 ]; then
  (cd lua-5.1.4;make clean)
fi