Adapted from patches by Nicolas Boullis on Debian:

* alignment issues on sparc
 * "make check" failure when stderr is not a tty
 * wrong program name in manpages in tarball
 * build failure with hurd
 * "make check" failure on machines with no disc drive
 * make distclean fixes
This commit is contained in:
R. Bernstein
2009-07-02 20:26:39 -04:00
parent e7ac0ea72c
commit 2522c26ec8
15 changed files with 84 additions and 1407 deletions

3
src/.gitignore vendored
View File

@@ -1,4 +1,6 @@
/*.o
/*.orig
/*.rej
/.deps
/.libs
/Makefile
@@ -7,6 +9,7 @@
/cd-drive.1
/cd-info
/cd-info.1
/*~
/cd-read
/cd-read.1
/cdda-player

View File

@@ -90,6 +90,9 @@ EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \
iso-info.help2man iso-read.help2man $(GETOPT_C) getopt.h \
$(man_MANS)
if MAINTAINER_MODE
$(man_MANS): %.1: %$(EXEEXT) %.help2man
-$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --output=$@ ./$<
endif
MAINTAINERCLEANFILES = $(man_MANS)
MOSTLYCLEANFILES = $(man_MANS)

View File

@@ -4,5 +4,8 @@
/Makefile
/Makefile.in
/cd-paranoia
/*.orig
/*~
/*.rej
/usage.h
/usage.txt

File diff suppressed because it is too large Load Diff