Merge branch 'master' of chrysocolla.lwithers.me.uk:git/lw-build-system

This commit is contained in:
Laurence Withers 2008-01-22 22:39:01 +00:00
commit 87e377dc4b
3 changed files with 2 additions and 6 deletions

View file

@ -6,7 +6,7 @@ cgi) DEST_BINDIR="CGIDIR" ;;
echo "One argument required: binary location (bin, sbin or cgi)."
exit 1
;;
fi
esac
do_parameter_subst DEST_BINDIR
true

View file

@ -1,5 +1,3 @@
build_target @NAME@
echo "Building @NAME@ (via Makefile)"
export MAKE_OBJDIR="$(pwd)/obj/@NAME@"
mkdir -p "${MAKE_OBJDIR}"