]> sourceware.org Git - glibc.git/commitdiff
Fri Sep 22 14:24:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-950922
authorRoland McGrath <roland@gnu.org>
Fri, 22 Sep 1995 18:32:19 +0000 (18:32 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 22 Sep 1995 18:32:19 +0000 (18:32 +0000)
* sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the
time being.

* sysdeps/unix/configure.in: Check for `profil' syscall.

ChangeLog
manual/maint.texi
sysdeps/mach/hurd/Makefile
sysdeps/unix/configure.in

index 5aeea4ab86acb777528253115a2327014926d164..d975725039c26af266648f5361f6eb8c46390ee9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
+Fri Sep 22 14:24:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
+
+       * sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the
+       time being.
+
 Thu Sep 21 00:03:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+       * sysdeps/unix/configure.in: Check for `profil' syscall.
+
        * manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
        removed.
 
index 0d29d80ec9a457e3d1478d3e5b39df785666b0f8..48e741f6df52dd6c31161aa2305b3821178290f8 100644 (file)
@@ -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
index 9dc14aa6594608eda251da527946dc8a3362f58d..a5825ff142cf72aaf85c4a561789086a81b2e042 100644 (file)
@@ -45,6 +45,8 @@ endif # ! hurd-srcdir-computed
 \f
 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
 
index 85bc3d1c2c1be711193d759cbec0c87d4eb34f2f..08a925a5eea3ecab640538a49ada3653248b1fe7 100644 (file)
@@ -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
This page took 0.050984 seconds and 5 git commands to generate.