]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fill in some comments for the makerelease script.
authorTim Kientzle <kientzle@gmail.com>
Mon, 7 Nov 2011 01:54:02 +0000 (20:54 -0500)
committerTim Kientzle <kientzle@gmail.com>
Mon, 7 Nov 2011 01:54:02 +0000 (20:54 -0500)
SVN-Revision: 3759

build/makerelease.sh

index bec3a9c95defccd78bf9579052dcac1d518af1b2..a8aa23b026c06749b4eded0655b2d969b2ece8ca 100755 (executable)
@@ -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
 
 #