lazarus/tools/install/slacktgz/build.sh
mattias f687d62f69 slacktgz: clean up
git-svn-id: trunk@41023 -
2013-05-04 20:15:57 +00:00

11 lines
176 B
Bash
Executable File

#!/bin/sh
cd $1
if [ -n "$FPCCfg" ]; then
MAKEOPTS=" -n @$FPCCfg"
fi
make bigide OPT="$MAKEOPTS" USESVN2REVISIONINC=0
strip lazarus
strip startlazarus
strip lazbuild