From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@cygnus.com Subject: More Hurd fixes Date: Thu, 04 Mar 1999 16:08:00 -0000 Message-id: <199903042306.AAA00113@delius.kettenis.nl> X-SW-Source: 1999-03/msg00005.html 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 * 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@ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@cygnus.com Subject: More Hurd fixes Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-ID: <199903042306.AAA00113@delius.kettenis.nl> X-SW-Source: 1999-q1/msg00059.html Message-ID: <19990401000000.Zb1eTMBTzRF_MtHLaZsKycc12BIOMR3-YaNlH-2JFR4@z> 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 * 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@