aboutsummaryrefslogtreecommitdiff
path: root/trans/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-14 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-08-141-5/+2
| | | | | * Makefile: Revert undocumented changes related to devpts that were checked in unintentionally with the last change.
* 2002-08-06 Roland McGrath <roland@frob.com>Roland McGrath2002-08-061-4/+12
| | | | | | | | * proxy-defpager.c: Rename all the server functions with S_ prefix. Include "default_pager_U.h" for client stub prototypes. * Makefile (default_pager-MIGCOMSFLAGS): New variable, give -prefix S_. (OBJS): Add default_pagerUser.o here. (proxy-defpager): Depend on it.
* 2002-06-14 Roland McGrath <roland@frob.com>Roland McGrath2002-06-251-4/+6
| | | | | | | * proxy-defpager.c: New file. * Makefile (targets, SRCS): Add it. (proxy-defpager): New target. (OBJS): Add default_pagerServer.o here.
* 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-2/+3
| | | | | | | * Makefile (fakeroot): New target. (targets): Add it. (SRCS): Add fakeroot.c. * fakeroot.c: New file.
* 2002-03-11 Roland McGrath <roland@frob.com>Roland McGrath2002-03-111-3/+5
| | | | | | | | | | | * 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.
* trans/Marcus Brinkmann2001-01-141-5/+8
| | | | | | | | | | | | | | | | | | | 2001-01-13 Marcus Brinkmann <marcus@gnu.org> * Makefile (SRCS): Add streamio.c (streamio): Add dependency on device_replyServer.o. Other dependencies identical to those for crash and password. (OBJS): Add missing object files to list (crashServer.o crash_replyUser.o msgServer.o device_replyServer.o). * storeio.c: New file by OKUJI Yoshinori. sutils/ 2001-01-14 Marcus Brinkmann <marcus@gnu.org> * MAKEDEV.sh (mkdev: klog): New device, using /hurd/streamio kmsg. (mkdev: std): Add klog to the standard list.
* * Makefile: Reorder libs such that the threads lib comes beforeMark Kettenis2000-07-261-6/+6
| | | | | | the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
* 1999-11-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-081-4/+4
| | | | | | | * hello-mt.c: New file, modified from hello.c to be multithreaded. * Makefile (targets, SRCS): Add hello-mt, hello-mt.c. (hello-mt): Add appropriate deps. * Makefile (hello): Don't depend on libthreads.
* 1999-11-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-081-5/+6
| | | | | | * hello.c: New file. From Gord with some cleanups and hacks from me. * Makefile (targets, SRCS): Add hello, hello.c. (hello): Add appropriate deps.
* 1999-10-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-111-4/+4
| | | | | | | | * magic.c: Rewritten using libtrivfs. With new flag --directory/-d, present an empty directory that has . and .. as normal and lists no other contents, but looking up anything else within it does the magical retry. * Makefile (magic): Update library deps accordingly.
* 1999-02-20 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-04-261-4/+6
| | | | | | | | | * password.c: New file. * Makefile (targets): Add password. (SRCS): Add password.c. (OBJS): Add passwordServer.o. (password-LDLIBS): New variable. Use dependencies identical to those for crash.
* Remove devport from dependencies.Miles Bader1997-07-221-2/+2
|
* (SRCS):Miles Bader1997-07-221-3/+3
| | | | | | Remove devport.c. (targets): Remove devport.
* (fwd null ifsock fifo new-fifo devport firmlink):Miles Bader1997-03-011-1/+1
| | | | Add firmlink to targets depending on libthreads.
* (firmlink):Miles Bader1997-02-211-4/+4
| | | | | | | | New target. (SRCS): Add firmlink.c. (targets): Add firmlink.
* *** empty log message ***Thomas Bushnell1996-09-171-0/+1
|
* (fwd): Depend on libports.Michael I. Bushnell1996-07-081-1/+1
|
* (crash): New target.Michael I. Bushnell1996-07-041-0/+1
|
* (targets): Added crash.Michael I. Bushnell1996-07-011-1/+1
| | | | (SRCS): Added crash.c.
* (crash): New target.Michael I. Bushnell1996-07-011-1/+4
|
* (null ifsock fifo new-fifo devport): Depend on ../libfshelp/libfshelp.a.Miles Bader1996-06-201-1/+1
|
* (all): Delete target.Michael I. Bushnell1996-04-301-2/+2
| | | | | (include ../Makeconf): *Before* all dependences. ($(targets)): Each program depends on its associated .o.
* (targets): Add devport.Miles Bader1996-03-311-5/+5
| | | | | (SRCS): Add devport.c. Add devport as a target to various dependency rules.
* Add fwd.Miles Bader1995-10-081-4/+4
|
* (targets): Add new-fifoMiles Bader1995-09-221-4/+6
| | | | | (SRCS): Add new-fifo.c (new-fifo): New target.
* (all): New target.Miles Bader1995-08-241-24/+9
| | | | | | (symlink, magic, ifsock, fifo, null): Put all dependencies in these targets. (null-HURDLIBS, ifsock-HURDLIBS, fifo-HURDLIBS): Removed. Get rid of rules dealing with error.o
* (SRCS): Add fifo.c.Miles Bader1995-08-151-2/+5
| | | | | (targets): Add fifo. (fifo): New target.
* (OBJS): New var.Michael I. Bushnell1995-07-071-0/+1
|
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-4/+0
|
* (ifsock-HURDLIBS, null-HURDLIBS): New vars.Michael I. Bushnell1995-07-061-2/+8
| | | | (null, ifsock): Fix dependencies.
* (null): Depend on $(libihash).Michael I. Bushnell1995-06-281-1/+1
|
* (ifsock): Add dependency on $(libihash).Michael I. Bushnell1995-06-281-2/+2
|
* Link ifsock with error.o.Miles Bader1995-04-091-1/+1
|
* Add support for the magic and null servers.Miles Bader1995-03-301-4/+14
|
* entered into RCSMichael I. Bushnell1994-08-161-1/+8
|
* Formerly Makefile.~3~Michael I. Bushnell1994-07-221-21/+3
|
* Formerly Makefile.~2~Michael I. Bushnell1994-07-211-1/+4
|
* Initial revisionMichael I. Bushnell1994-07-211-0/+40