From: Tim Kientzle Date: Mon, 7 Nov 2011 01:54:02 +0000 (-0500) Subject: Fill in some comments for the makerelease script. X-Git-Tag: v3.0.0a~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af6f12b916eed7106ff60d6743bb340bc2fca7d9;p=thirdparty%2Flibarchive.git Fill in some comments for the makerelease script. SVN-Revision: 3759 --- diff --git a/build/makerelease.sh b/build/makerelease.sh index bec3a9c95..a8aa23b02 100755 --- a/build/makerelease.sh +++ b/build/makerelease.sh @@ -1,5 +1,12 @@ #!/bin/sh +# +# This script exists primarily to document some of the +# steps needed when building an "official libarchive distribution". +# Feel free to hack it up as necessary to adjust to the peculiarities +# of a particular build environment. +# + PATH=/usr/local/gnu-autotools/bin/:$PATH export PATH @@ -19,6 +26,9 @@ export MAKEOBJDIRPREFIX=/junk set -ex +# +# Scrub the local tree before running the build tests below. +# /bin/sh build/clean.sh #