Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@wins.uva.nl>
To: gdb-patches@cygnus.com
Subject: More Hurd fixes
Date: Thu, 01 Apr 1999 00:00:00 -0000	[thread overview]
Message-ID: <199903042306.AAA00113@delius.kettenis.nl> (raw)
Message-ID: <19990401000000.Zb1eTMBTzRF_MtHLaZsKycc12BIOMR3-YaNlH-2JFR4@z> (raw)

Unfortunately this is not true:

1998-10-12  Jason Molenda  (jsm@bugshack.cygnus.com)

        * Makefile.in (AWK): Unused; remove.

Awk is used by the machine-specific makefile fragment for the Hurd.
See `gdb/config/i386/i386gnu.mh'.

Mark


1999-03-04  Mark Kettenis  <kettenis@gnu.org>

	* configure.in: Add AC_PROG_AWK.  Needed by the	machine-dependent
	makefile fragments for the Hurd.
	* Makefile.in (AWK): Add.  Set by configure.


--- /home/kettenis/src/gdb-4.17.85/gdb/configure.in	Wed Feb 24 21:58:15 1999
+++ gdb/gdb/configure.in	Thu Mar  4 23:56:31 1999
@@ -54,6 +54,7 @@
 dnl
 changequote([,])dnl
 
+AC_PROG_AWK
 AC_PROG_INSTALL
 AC_CHECK_TOOL(AR, ar)
 AC_CHECK_TOOL(RANLIB, ranlib, :)
--- /home/kettenis/src/gdb-4.17.85/gdb/Makefile.in	Wed Feb 24 21:58:14 1999
+++ gdb/gdb/Makefile.in	Thu Mar  4 23:56:38 1999
@@ -47,6 +47,8 @@
 SHELL = @SHELL@
 EXEEXT = @EXEEXT@
 
+AWK = @AWK@
+
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@


             reply	other threads:[~1999-04-01  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-04 16:08 Mark Kettenis [this message]
1999-04-01  0:00 ` Mark Kettenis

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=199903042306.AAA00113@delius.kettenis.nl \
    --to=kettenis@wins.uva.nl \
    --cc=gdb-patches@cygnus.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