[Bf-blender-cvs] [f2418f4] master: Install_deps: Add command line options to saved BUILD_NOTES.txt.

Bastien Montagne noreply at git.blender.org
Tue Sep 22 09:46:59 CEST 2015


Commit: f2418f48fa42ac77bfb61ff9728d883f827e85f3
Author: Bastien Montagne
Date:   Tue Sep 22 09:45:01 2015 +0200
Branches: master
https://developer.blender.org/rBf2418f48fa42ac77bfb61ff9728d883f827e85f3

Install_deps: Add command line options to saved BUILD_NOTES.txt.

Requested by Daniel Salazar (zanqdo) over IRC.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 5a6aa5c..accbc43 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -35,6 +35,8 @@ required-numpy: \
 -- "$@" \
 )
 
+COMMANDLINE=$@
+
 DISTRO=""
 RPM=""
 SRC="$HOME/src/blender-deps"
@@ -3120,6 +3122,10 @@ print_info() {
   PRINT "Often, changes in the libs built by this script, or in your distro package, cannot be handled simply, so..."
   PRINT ""
   PRINT ""
+  PRINT "Ran with:"
+  PRINT "    install_deps.sh $COMMANDLINE"
+  PRINT ""
+  PRINT ""
   PRINT "If you're using CMake add this to your configuration flags:"
 
   _buildargs=""




More information about the Bf-blender-cvs mailing list