Now copying libisoburn/releng into GNU xorriso

This commit is contained in:
2012-04-21 19:34:31 +00:00
parent ee8ee6381c
commit 0b400850c7
4 changed files with 20 additions and 3 deletions

View File

@ -78,6 +78,16 @@ copy_files() {
fi
}
copy_tree() {
if cp -a "$@"
then
dummy=dummy
else
echo "Failed to : cp -a " "$@" >&2
exit 1
fi
}
if test -e "$lone_dir"
then
echo "Already existing : $lone_dir" >&2
@ -224,6 +234,13 @@ copy_files \
"$lone_dir"/test/compare_file.c
# releng
copy_tree releng "$lone_dir"/releng
rm "$lone_dir"/releng/auto_cxx
# nglibisofs
create_dir "$lone_dir"/libisofs

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.04.19.074422"
#define Xorriso_timestamP "2012.04.21.193504"