More paranoia removal
* Also some silencing of makefile operations
This commit is contained in:
@@ -26,7 +26,7 @@ SUBDIRS = data driver
|
||||
|
||||
hack = check_sizeof testassert testgetdevices testischar \
|
||||
testisocd testisocd2 testiso9660 test_lib_driver_util \
|
||||
$(testparanoia) testpregap
|
||||
testpregap
|
||||
|
||||
EXTRA_PROGRAMS = testdefault
|
||||
DATA_DIR = @abs_top_srcdir@/test/data
|
||||
@@ -61,7 +61,6 @@ check_DATA = vcd_demo.right vcd_demo_vcdinfo.right \
|
||||
videocd.right \
|
||||
cdda.right \
|
||||
isofs-m1.right isofs-m1-no-rr.right \
|
||||
cd-paranoia-log.right \
|
||||
check_opts0.right check_opts1.right check_opts2.right \
|
||||
check_opts3.right check_opts4.right check_opts5.right \
|
||||
check_opts6.right check_opts7.right \
|
||||
@@ -92,12 +91,12 @@ test: check-am
|
||||
# learning any more of this awful system than I need to.
|
||||
check-am: make-executable
|
||||
make-executable: check_nrg.sh check_cue.sh
|
||||
chmod +x *.sh
|
||||
if test ! -f cdda.bin ; then \
|
||||
@chmod +x *.sh
|
||||
@if test ! -f cdda.bin ; then \
|
||||
test -L cdda.bin && $(RM) cdda.bin ; \
|
||||
$(LN_S) $(abs_top_srcdir)/test/data/cdda.bin cdda.bin ; \
|
||||
fi
|
||||
if test ! -f isofs-m1.bin ; then \
|
||||
@if test ! -f isofs-m1.bin ; then \
|
||||
test -L cdda.bin && $(RM) isofs-m1.bin ; \
|
||||
$(LN_S) $(abs_top_srcdir)/test/data/isofs-m1.bin isofs-m1.bin ; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user