Consistently comment out rules which attempt to rebuild .info from .texinfo,

(and associated targets for .dvi et al), as well as man pages from .pod,
using a prefix of `#  '.

This prevents a variety of build issues caused by situations such as
cvs checkouts which result in the .texinfo file being slightly newer
than the .info file, and the build process trying to unnecessarily
regenerate them, which will fail in a variety of circumstances
(build tools not available, read-only source, etc ...)

Once a better solution is found, we can switch to it.
For now, this improves things greatly and should reduce a lot of
support requests that would undoubtably appear otherwise...
This commit is contained in:
lukem 2003-03-02 13:11:04 +00:00
parent 95d6206a6c
commit c2d985356e
6 changed files with 429 additions and 427 deletions

View File

@ -257,49 +257,49 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
bfd.info: bfd.texinfo
bfd.dvi: bfd.texinfo
DVIPS = dvips
.texi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.texi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.txi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.dvi.ps:
$(DVIPS) $< -o $@
# bfd.info: bfd.texinfo
# bfd.dvi: bfd.texinfo
#
#
# DVIPS = dvips
#
# .texi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .texi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .txi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
# .dvi.ps:
# $(DVIPS) $< -o $@
install-info-am: $(INFO_DEPS)
@$(NORMAL_INSTALL)

View File

@ -192,49 +192,49 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
binutils.info: binutils.texi
binutils.dvi: binutils.texi
DVIPS = dvips
.texi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.texi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.txi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.dvi.ps:
$(DVIPS) $< -o $@
# binutils.info: binutils.texi
# binutils.dvi: binutils.texi
#
#
# DVIPS = dvips
#
# .texi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .texi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .txi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
# .dvi.ps:
# $(DVIPS) $< -o $@
install-info-am: $(INFO_DEPS)
@$(NORMAL_INSTALL)
@ -434,112 +434,113 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
#config.texi: Makefile
# rm -f config.texi
# echo '@set VERSION $(VERSION)' > config.texi
binutils.dvi: $(binutils_TEXI) config.texi
#binutils.info: $(binutils_TEXI) config.texi
# Man page generation from texinfo
#addr2line.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Daddr2line < $< > addr2line.pod
# -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f addr2line.pod
#ar.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dar < $< > ar.pod
# -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f ar.pod
#dlltool.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Ddlltool < $< > dlltool.pod
# -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f dlltool.pod
#nlmconv.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dnlmconv < $< > nlmconv.pod
# -($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f nlmconv.pod
#nm.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dnm < $< > nm.pod
# -($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f nm.pod
#objcopy.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dobjcopy < $< > objcopy.pod
# -($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f objcopy.pod
#objdump.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dobjdump < $< > objdump.pod
# -($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f objdump.pod
#ranlib.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dranlib < $< > ranlib.pod
# -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f ranlib.pod
#readelf.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dreadelf < $< > readelf.pod
# -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f readelf.pod
#size.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dsize < $< > size.pod
# -($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f size.pod
#strings.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dstrings < $< > strings.pod
# -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f strings.pod
#strip.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dstrip < $< > strip.pod
# -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f strip.pod
#windres.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dwindres < $< > windres.pod
# -($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f windres.pod
#cxxfilt.man: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $< > $(DEMANGLER_NAME).pod
# -($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f $(DEMANGLER_NAME).pod
# config.texi: Makefile
# rm -f config.texi
# echo '@set VERSION $(VERSION)' > config.texi
#
# binutils.dvi: $(binutils_TEXI) config.texi
#
# binutils.info: $(binutils_TEXI) config.texi
#
# # Man page generation from texinfo
# addr2line.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Daddr2line < $< > addr2line.pod
# -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f addr2line.pod
#
# ar.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dar < $< > ar.pod
# -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f ar.pod
#
# dlltool.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Ddlltool < $< > dlltool.pod
# -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f dlltool.pod
#
# nlmconv.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dnlmconv < $< > nlmconv.pod
# -($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f nlmconv.pod
#
# nm.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dnm < $< > nm.pod
# -($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f nm.pod
#
# objcopy.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dobjcopy < $< > objcopy.pod
# -($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f objcopy.pod
#
# objdump.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dobjdump < $< > objdump.pod
# -($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f objdump.pod
#
# ranlib.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dranlib < $< > ranlib.pod
# -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f ranlib.pod
#
# readelf.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dreadelf < $< > readelf.pod
# -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f readelf.pod
#
# size.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dsize < $< > size.pod
# -($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f size.pod
#
# strings.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dstrings < $< > strings.pod
# -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f strings.pod
#
# strip.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dstrip < $< > strip.pod
# -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f strip.pod
#
# windres.1: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dwindres < $< > windres.pod
# -($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f windres.pod
#
# cxxfilt.man: $(binutils_TEXI)
# touch $@
# -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $< > $(DEMANGLER_NAME).pod
# -($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
# rm -f $(DEMANGLER_NAME).pod
#
$(DEMANGLER_NAME).1: cxxfilt.man Makefile
if test -f cxxfilt.man; then \

View File

@ -206,49 +206,49 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
as.info: as.texinfo
as.dvi: as.texinfo
DVIPS = dvips
.texi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.texi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.txi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.dvi.ps:
$(DVIPS) $< -o $@
# as.info: as.texinfo
# as.dvi: as.texinfo
#
#
# DVIPS = dvips
#
# .texi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .texi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .txi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
# .dvi.ps:
# $(DVIPS) $< -o $@
install-info-am: $(INFO_DEPS)
@$(NORMAL_INSTALL)
@ -445,18 +445,18 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
asconfig.texi: $(CONFIG).texi
rm -f asconfig.texi
ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
|| ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
|| cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
#gasver.texi: Makefile
# rm -f $@
# echo '@set VERSION $(VERSION)' > $@
#as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
# asconfig.texi: $(CONFIG).texi
# rm -f asconfig.texi
# ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
# || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
# || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
#
# gasver.texi: Makefile
# rm -f $@
# echo '@set VERSION $(VERSION)' > $@
#
# as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
# as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
# We want install to imply install-info as per GNU standards, despite the
# cygnus option.
@ -467,17 +467,17 @@ install: install-info
# We need it for the taz target in ../../Makefile.in.
info: $(MANS)
# Build the man page from the texinfo file
# The sed command removes the no-adjust Nroff command so that
# the man output looks standard.
#as.1: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
# touch $@
# -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
# -($(POD2MAN) as.pod | \
# sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || \
# (rm -f $@.T$$$$ && exit 1)
# rm -f as.pod
# # Build the man page from the texinfo file
# # The sed command removes the no-adjust Nroff command so that
# # the man output looks standard.
# as.1: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
# touch $@
# -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
# -($(POD2MAN) as.pod | \
# sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || \
# (rm -f $@.T$$$$ && exit 1)
# rm -f as.pod
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -316,49 +316,49 @@ gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES)
@rm -f gprof$(EXEEXT)
$(LINK) $(gprof_LDFLAGS) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
gprof.info: gprof.texi
gprof.dvi: gprof.texi
DVIPS = dvips
.texi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.texi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.txi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.dvi.ps:
$(DVIPS) $< -o $@
# gprof.info: gprof.texi
# gprof.dvi: gprof.texi
#
#
# DVIPS = dvips
#
# .texi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .texi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .txi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
# .dvi.ps:
# $(DVIPS) $< -o $@
install-info-am: $(INFO_DEPS)
@$(NORMAL_INSTALL)

View File

@ -641,49 +641,49 @@ deffilep.h: deffilep.c
ldgram.h: ldgram.c
ld.info: ld.texinfo
ld.dvi: ld.texinfo
DVIPS = dvips
.texi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.texi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.texinfo.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi.info:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.txi.dvi:
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi:
@rm -f $@ $@-[0-9] $@-[0-9][0-9]
$(MAKEINFO) -I $(srcdir) $<
.dvi.ps:
$(DVIPS) $< -o $@
# ld.info: ld.texinfo
# ld.dvi: ld.texinfo
#
#
# DVIPS = dvips
#
# .texi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .texi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .texinfo.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi.info:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
#
# .txi.dvi:
# TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi:
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) $<
# .dvi.ps:
# $(DVIPS) $< -o $@
install-info-am: $(INFO_DEPS)
@$(NORMAL_INSTALL)
@ -1874,38 +1874,39 @@ bootstrap: ld3$(EXEEXT)
# END OF CHECK TARGETS
# DOCUMENTATION TARGETS
# Manual configuration file; not usually attached to normal configuration,
# because almost all configs use "gen" version of manual.
# Set DOCVER above to change.
#configdoc.texi: ${DOCVER}-doc.texi
# ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
# || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
# || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
# # DOCUMENTATION TARGETS
# # Manual configuration file; not usually attached to normal configuration,
# # because almost all configs use "gen" version of manual.
# # Set DOCVER above to change.
# configdoc.texi: ${DOCVER}-doc.texi
# ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
# || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \
# || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
#
# ldver.texi: Makefile
# rm -f $@
# echo '@set VERSION $(VERSION)' > $@
#
# ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
#
# ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
# TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
# MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
#
# # Build the man page from the texinfo file
# # The sed command removes the no-adjust Nroff command so that
# # the man output looks standard.
# ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
# touch $@
# -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
# -($(POD2MAN) ld.pod | \
# sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || \
# (rm -f $@.T$$$$ && exit 1)
# rm -f ld.pod
#ldver.texi: Makefile
# rm -f $@
# echo '@set VERSION $(VERSION)' > $@
#ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
# @rm -f $@ $@-[0-9] $@-[0-9][0-9]
# $(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
# Build the man page from the texinfo file
# The sed command removes the no-adjust Nroff command so that
# the man output looks standard.
#ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
# touch $@
# -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
# -($(POD2MAN) ld.pod | \
# sed -e '/^.if n .na/d' > $@.T$$$$ && \
# mv -f $@.T$$$$ $@) || \
# (rm -f $@.T$$$$ && exit 1)
# rm -f ld.pod
mostlyclean-local:
-rm -rf tmpdir

View File

@ -127,58 +127,58 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
info-stnd.info: info-stnd.texi
info-stnd.dvi: info-stnd.texi
info.info: info.texi $(info_TEXINFOS)
info.dvi: info.texi $(info_TEXINFOS)
texinfo: texinfo.txi
texinfo.dvi: texinfo.txi
DVIPS = dvips
.texi.dvi:
TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.texi:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
.texinfo.info:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
.texinfo:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
.texinfo.dvi:
TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi.info:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
.txi.dvi:
TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
.dvi.ps:
$(DVIPS) $< -o $@
# info-stnd.info: info-stnd.texi
# info-stnd.dvi: info-stnd.texi
#
#
# info.info: info.texi $(info_TEXINFOS)
# info.dvi: info.texi $(info_TEXINFOS)
#
#
# texinfo: texinfo.txi
# texinfo.dvi: texinfo.txi
#
#
# DVIPS = dvips
#
# .texi.dvi:
# TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .texi:
# @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
# cd $(srcdir) \
# && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
#
# .texinfo.info:
# @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
# cd $(srcdir) \
# && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
#
# .texinfo:
# @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
# cd $(srcdir) \
# && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
#
# .texinfo.dvi:
# TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi.info:
# @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
# cd $(srcdir) \
# && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
#
# .txi.dvi:
# TEXINPUTS=$(top_srcdir)/..:$$TEXINPUTS \
# MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
#
# .txi:
# @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
# cd $(srcdir) \
# && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
# .dvi.ps:
# $(DVIPS) $< -o $@
uninstall-info:
$(PRE_UNINSTALL)