From 108ff951241c4890211b92a1be79091eed485fc2 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 22 Apr 2012 10:03:16 +0000 Subject: [PATCH] Removing old data from releng/releng_generated_data in GNU xorriso --- libisoburn/trunk/releng/README | 3 ++- libisoburn/trunk/xorriso/make_xorriso_standalone.sh | 2 ++ libisoburn/trunk/xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libisoburn/trunk/releng/README b/libisoburn/trunk/releng/README index 2306eaee..dfcc60ef 100644 --- a/libisoburn/trunk/releng/README +++ b/libisoburn/trunk/releng/README @@ -115,7 +115,7 @@ the user or require sysadmin considerations before they are run: directory. MD5 mismatch causes a test failure. Differences to the directory state are reported but still regarded as success. If a privilege command and optional arguments are given with --priv_cmd, - then this command and arguments are used to laynch the xorriso runs. + then this command and arguments are used to launch the xorriso runs. Command and arguments must be single words and be submitted altogether as one single argument. On Solaris use: --priv_cmd pfexec @@ -185,6 +185,7 @@ Known to be suitable are the following shells GNU/Linux: /bin/bash FreeBSD 8: /bin/sh Solaris: /bin/bash , /bin/i86/ksh93 +In general, the shell should have Bourne shell ancestry. The script does not choose an interpreter explicitely and is safe to be run inline: diff --git a/libisoburn/trunk/xorriso/make_xorriso_standalone.sh b/libisoburn/trunk/xorriso/make_xorriso_standalone.sh index 53a2d812..6c6ef1dc 100755 --- a/libisoburn/trunk/xorriso/make_xorriso_standalone.sh +++ b/libisoburn/trunk/xorriso/make_xorriso_standalone.sh @@ -239,6 +239,8 @@ copy_files \ copy_tree releng "$lone_dir"/releng rm "$lone_dir"/releng/auto_cxx +rm -r "$lone_dir"/releng/releng_generated_data +create_dir "$lone_dir"/releng/releng_generated_data # nglibisofs diff --git a/libisoburn/trunk/xorriso/xorriso_timestamp.h b/libisoburn/trunk/xorriso/xorriso_timestamp.h index e1b0107c..a380782d 100644 --- a/libisoburn/trunk/xorriso/xorriso_timestamp.h +++ b/libisoburn/trunk/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2012.04.21.193504" +#define Xorriso_timestamP "2012.04.22.100352"