From 969705cc5bcc89acac9e5e17c4dcad1043a328a7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 22 Sep 1995 18:32:19 +0000 Subject: Fri Sep 22 14:24:25 1995 Roland McGrath * sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the time being. * sysdeps/unix/configure.in: Check for `profil' syscall. --- ChangeLog | 7 +++++++ manual/maint.texi | 2 +- sysdeps/mach/hurd/Makefile | 2 ++ sysdeps/unix/configure.in | 3 ++- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5aeea4ab86..d975725039 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ +Fri Sep 22 14:24:25 1995 Roland McGrath + + * sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the + time being. + Thu Sep 21 00:03:53 1995 Roland McGrath + * sysdeps/unix/configure.in: Check for `profil' syscall. + * manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables removed. diff --git a/manual/maint.texi b/manual/maint.texi index 0d29d80ec9..48e741f6df 100644 --- a/manual/maint.texi +++ b/manual/maint.texi @@ -960,7 +960,7 @@ contributed by Tom Quinn. @item The port of the Mach and Hurd code to the MIPS architecture -(@code{mips-@var{anything}-gnu}) was contribued by Kazumoto Kojima. +(@code{mips-@var{anything}-gnu}) was contributed by Kazumoto Kojima. @end itemize @c @bye diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 9dc14aa659..a5825ff142 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -45,6 +45,8 @@ endif # ! hurd-srcdir-computed ifdef in-Makerules +subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs + # Look for header files in hurd/ under the top-level library source directory. includes += -I$(..)hurd diff --git a/sysdeps/unix/configure.in b/sysdeps/unix/configure.in index 85bc3d1c2c..08a925a5ee 100644 --- a/sysdeps/unix/configure.in +++ b/sysdeps/unix/configure.in @@ -71,7 +71,8 @@ for unix_function in \ access select getgroups setgroups \ getitimer setitimer \ getdomainname/getdomain=bsd/bsd4.4 \ - setdomainname/setdomain=bsd/bsd4.4 + setdomainname/setdomain=bsd/bsd4.4 \ + profil=bsd do # $unix_function => $unix_syscall $unix_srcname -- cgit v1.2.3