Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Christopher Faylor <cgf@redhat.com>
To: gdb-patches@sources.redhat.com
Cc: gcc-patches@gcc.gnu.org
Subject: [PATCH] Avoid building libtermcap for cygwin if it doesn't exist
Date: Mon, 16 Dec 2002 18:09:00 -0000	[thread overview]
Message-ID: <20021217020408.GA3515@redhat.com> (raw)

2002-12-16  Christopher Faylor  <cgf@redhat.com>
 
 	* mh-cygwin: Don't build libtermcap if it doesn't exist.
 
Index: mh-cygwin
===================================================================
RCS file: /cvs/src/src/config/mh-cygwin,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mh-cygwin	3 May 1999 07:29:06 -0000	1.1
+++ mh-cygwin	17 Dec 2002 01:55:28 -0000	1.2
@@ -1,6 +1,6 @@
-EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap
-EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
+EXTRA_TARGET_HOST_ALL_MODULES=maybe-all-libtermcap
+EXTRA_TARGET_HOST_INSTALL_MODULES=maybe-install-libtermcap
 
-all-gdb: all-libtermcap
+all-gdb: maybe-all-libtermcap
 
-install-gdb: all-libtermcap
+install-gdb: maybe-all-libtermcap


             reply	other threads:[~2002-12-17  2:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-16 18:09 Christopher Faylor [this message]
2002-12-16 18:56 ` DJ Delorie

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=20021217020408.GA3515@redhat.com \
    --to=cgf@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    /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