From: David Given Date: Thu, 17 Mar 2016 19:52:15 +0000 (+0100) Subject: Install directory now defaults to INSDIR, for ease of use during development. X-Git-Tag: release-6-0-pre-5~6^2~1 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b7b449cec355b1635db34996b2f3a0fb39d8231f;p=ack.git Install directory now defaults to INSDIR, for ease of use during development. --- diff --git a/Makefile b/Makefile index e203d3243..5a92bb593 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,12 @@ DEFAULT_PLATFORM = pc86 ACK_TEMP_DIR = /tmp -# Where is the ACK going to be installed, eventually? +# Where is the ACK going to be installed, eventually? If you don't want to +# install it and just want to run the ACK from the build directory +# (/tmp/ack-build/staging, by default), leave this as $(INSDIR). -PREFIX = /usr/local +#PREFIX = /usr/local +PREFIX = $(INSDIR) # Where do you want to put the object files used when building?