[hipl-commit] [trunk] Rev 4064: Explain why it is necessary to chmod the build directory.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 29 Mar 2010 17:00:49 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 29/03/2010 at 17:00:49
Revision: 4064
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

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

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-03-27 17:10:31 +0000
+++ tools/hipl_autobuild.sh     2010-03-29 14:00:43 +0000
@@ -49,6 +49,7 @@
 
 cleanup()
 {
+    # The build directory created by make distcheck is read-only.
     chmod -R u+rwx "$CHECKOUT_DIR"
     rm -rf "$CHECKOUT_DIR"
     echo $BRANCH_REVISION > $BRANCH_REVISION_FILE

Other related posts:

  • » [hipl-commit] [trunk] Rev 4064: Explain why it is necessary to chmod the build directory. - Diego Biurrun