Excluded unused libburn source module crc.c from GNU xorriso tarball

This commit is contained in:
Thomas Schmitt 2010-02-14 17:19:41 +00:00
parent 38e16d9370
commit 7ae90cc334
4 changed files with 9 additions and 3 deletions

2
README
View File

@ -20,7 +20,7 @@ other CD layout which does not entirely consist of ISO-9660 sessions.
xorriso is a command line application of libisoburn, libisofs, and libburn. xorriso is a command line application of libisoburn, libisofs, and libburn.
Currently it is fully supported on Linux with kernels >= 2.4 and on Currently they are fully supported on Linux with kernels >= 2.4 and on
FreeBSD versions with ATAPI/CAM support enabled in the kernel, see atapicam(4). FreeBSD versions with ATAPI/CAM support enabled in the kernel, see atapicam(4).
On other X/Open compliant systems libburn will only offer POSIX i/o with disk On other X/Open compliant systems libburn will only offer POSIX i/o with disk
file objects, but no direct MMC operation on CD/DVD/BD drives. file objects, but no direct MMC operation on CD/DVD/BD drives.

View File

@ -213,6 +213,10 @@ copy_files libburn/*.[ch] "$lone_dir"/libburn
copy_files COPYRIGHT "$lone_dir"/libburn copy_files COPYRIGHT "$lone_dir"/libburn
cat CONTRIBUTORS >>"$lone_dir"/CONTRIBUTORS cat CONTRIBUTORS >>"$lone_dir"/CONTRIBUTORS
# Delete a source module of yet unclear ancestry.
# The build process will avoid to use it.
rm "$lone_dir"/libburn/crc.c
# To get a common version.h # To get a common version.h
cat version.h.in >> "$lone_dir"/version.h.in cat version.h.in >> "$lone_dir"/version.h.in

View File

@ -122,7 +122,6 @@ xorriso_xorriso_SOURCES = \
libburn/back_hacks.h \ libburn/back_hacks.h \
libburn/cleanup.c \ libburn/cleanup.c \
libburn/cleanup.h \ libburn/cleanup.h \
libburn/crc.c \
libburn/crc.h \ libburn/crc.h \
libburn/debug.c \ libburn/debug.c \
libburn/debug.h \ libburn/debug.h \
@ -171,6 +170,9 @@ xorriso_xorriso_SOURCES = \
\ \
version.h version.h
# Disabled because unneeded and of unclear ancestry
# libburn/crc.c
noinst_PROGRAMS = \ noinst_PROGRAMS = \
test/compare_file test/compare_file

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.02.14.151610" #define Xorriso_timestamP "2010.02.14.172124"