summaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-11 08:44:04 +0000
committerRoland McGrath <roland@gnu.org>2002-03-11 08:44:04 +0000
commit04edf579a4de966490d5b1e4c5f41508348310df (patch)
treeded70dea4bacd2c802a401f9a0aad2af97231e9d /trans/Makefile
parent28b130459c170df9ca02fcfd52602bd08bf59803 (diff)
2002-03-11 Roland McGrath <roland@frob.com>
* crash.c: Add `corelimit' parameter to `dump_core' forward decl. (S_crash_dump_task): Change caller, pass (off_t)-1 for now. (struct crasher): New member `core_limit'. (dead_crasher): Pass C->core_limit to dump_core. (S_crash_dump_task): Set C->core_limit, to (off_t) -1 for now. (dump_core): Function removed; now ../exec/elfcore.c defines it. * Makefile (OBJS, crash): Add elfcore.o. (elfcore.c): vpath decl to find this in $(top_srcdir)/exec.
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 74d0cc78..ed5e36f4 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994,95,96,97,99,2000,2001 Free Software Foundation, Inc.
+# Copyright (C) 1994,95,96,97,99,2000,01,02 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -24,15 +24,17 @@ SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \
crash.c firmlink.c password.c hello.c hello-mt.c streamio.c
OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \
crashServer.o crash_replyUser.o msgServer.o \
- device_replyServer.o
+ device_replyServer.o elfcore.o
HURDLIBS = threads ports trivfs fshelp pipe ihash shouldbeinlibc
password-LDLIBS = $(LIBCRYPT)
include ../Makeconf
+vpath elfcore.c $(top_srcdir)/exec
+
symlink: fsysServer.o
ifsock: ifsockServer.o
-crash: crashServer.o crash_replyUser.o msgServer.o
+crash: crashServer.o crash_replyUser.o msgServer.o elfcore.o
password: passwordServer.o
streamio: device_replyServer.o