Now copying libisoburn/releng into GNU xorriso
This commit is contained in:
@ -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
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.04.19.074422"
|
||||
#define Xorriso_timestamP "2012.04.21.193504"
|
||||
|
Reference in New Issue
Block a user