[pisa-src] r2224 - trunk/tools/pisa_autobuild.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 29 Mar 2010 15:59:37 +0200

Author: biurrun
Date: Mon Mar 29 15:59:36 2010
New Revision: 2224

Log:
Explain why it is necessary to chmod the build directory.

Modified:
   trunk/tools/pisa_autobuild.sh

Modified: trunk/tools/pisa_autobuild.sh
==============================================================================
--- trunk/tools/pisa_autobuild.sh       Mon Mar 29 00:40:07 2010        (r2223)
+++ trunk/tools/pisa_autobuild.sh       Mon Mar 29 15:59:36 2010        (r2224)
@@ -52,6 +52,7 @@
 
 cleanup()
 {
+    # The build directory created by make distcheck is read-only.
     chmod -R u+rwx "$CHECKOUT_DIR"
     rm -rf "$CHECKOUT_DIR"
     echo $PISA_HEAD_REVISION > $PISA_DIR/PISA_HEAD_REVISION

Other related posts:

  • » [pisa-src] r2224 - trunk/tools/pisa_autobuild.sh - Diego Biurrun