* More Hurd fixes
@ 1999-03-04 16:08 Mark Kettenis
1999-04-01 0:00 ` Mark Kettenis
0 siblings, 1 reply; 2+ messages in thread
From: Mark Kettenis @ 1999-03-04 16:08 UTC (permalink / raw)
To: gdb-patches
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@
^ permalink raw reply [flat|nested] 2+ messages in thread* More Hurd fixes
1999-03-04 16:08 More Hurd fixes Mark Kettenis
@ 1999-04-01 0:00 ` Mark Kettenis
0 siblings, 0 replies; 2+ messages in thread
From: Mark Kettenis @ 1999-04-01 0:00 UTC (permalink / raw)
To: gdb-patches
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@
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-04-01 0:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-04 16:08 More Hurd fixes Mark Kettenis
1999-04-01 0:00 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox