Skip to content

Commit

Permalink
* sysdeps/mach/hurd/Makefile: Don't elide sunrpc and manual from
Browse files Browse the repository at this point in the history
 	`subdirs' variable.
  • Loading branch information
Roland McGrath committed Aug 21, 1995
1 parent 3fe9de0 commit a4bb258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Thu Aug 17 16:18:38 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* sysdeps/mach/hurd/Makefile: Don't elide sunrpc and manual from
`subdirs' variable.

* hurd/intr-msg.c: Use INTR_MSG_TRAP macro from machine-dependent
"intr-msg.h" for special syscall code, instead of i386-specific asm.
* hurd/hurdsig.c: Use INTR_MSG_BACK_OUT macro from
Expand Down
3 changes: 0 additions & 3 deletions sysdeps/mach/hurd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ endif # ! hurd-srcdir-computed

ifdef in-Makerules

# For the time being, elide directories where nothing at all works.
subdirs := $(filter-out sunrpc manual,$(subdirs)) # XXX

# Look for header files in hurd/ under the top-level library source directory.
includes += -I$(..)hurd

Expand Down

0 comments on commit a4bb258

Please sign in to comment.