public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Mike Stump <mikestump@comcast.net>
To: cgen@sourceware.org
Subject: install pdf and html dummy targets.
Date: Mon, 29 Oct 2012 22:15:00 -0000	[thread overview]
Message-ID: <698653F7-6394-4557-9356-DDC33A1B6438@comcast.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 906 bytes --]

I discovered I needed:

diff --git a/binutils/cgen/Makefile.am b/binutils/cgen/Makefile.am
index 208cd6a..8b1848b 100644
--- a/binutils/cgen/Makefile.am
+++ b/binutils/cgen/Makefile.am
@@ -29,6 +29,9 @@ srcroot = $(srcdir)/..
 
 all-local: stamp-cgen
 
+install-pdf:
+install-html:
+
 stamp-cgen: $(CGENFILES)
        rm -f stamp-cgen
        echo timestamp > stamp-cgen
diff --git a/binutils/cgen/Makefile.in b/binutils/cgen/Makefile.in
index a4080da..3e63376 100644
--- a/binutils/cgen/Makefile.in
+++ b/binutils/cgen/Makefile.in
@@ -423,6 +423,9 @@ uninstall-info: uninstall-info-recursive
 
 all-local: stamp-cgen
 
+install-pdf:
+install-html:
+
 stamp-cgen: $(CGENFILES)
        rm -f stamp-cgen
        echo timestamp > stamp-cgen

to allow doc building without error in a combined tree.  Not sure this has been fixed since last time I did an import, probably not.


[-- Attachment #2: cgen.diffs.txt --]
[-- Type: text/plain, Size: 690 bytes --]

diff --git a/binutils/cgen/Makefile.am b/binutils/cgen/Makefile.am
index 208cd6a..8b1848b 100644
--- a/binutils/cgen/Makefile.am
+++ b/binutils/cgen/Makefile.am
@@ -29,6 +29,9 @@ srcroot = $(srcdir)/..
 
 all-local: stamp-cgen
 
+install-pdf:
+install-html:
+
 stamp-cgen: $(CGENFILES)
 	rm -f stamp-cgen
 	echo timestamp > stamp-cgen
diff --git a/binutils/cgen/Makefile.in b/binutils/cgen/Makefile.in
index a4080da..3e63376 100644
--- a/binutils/cgen/Makefile.in
+++ b/binutils/cgen/Makefile.in
@@ -423,6 +423,9 @@ uninstall-info: uninstall-info-recursive
 
 all-local: stamp-cgen
 
+install-pdf:
+install-html:
+
 stamp-cgen: $(CGENFILES)
 	rm -f stamp-cgen
 	echo timestamp > stamp-cgen

             reply	other threads:[~2012-10-29 22:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29 22:15 Mike Stump [this message]
     [not found] ` <20121029223642.GC21019@redhat.com>
2012-10-30  1:20   ` Mike Stump

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=698653F7-6394-4557-9356-DDC33A1B6438@comcast.net \
    --to=mikestump@comcast.net \
    --cc=cgen@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).