summaryrefslogtreecommitdiff
path: root/trans/Makefile
AgeCommit message (Collapse)Author
2007-06-062007-06-06 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* Makefile (default_pager-MIGCOMSFLAGS): Remove variable. * proxy-defpager.c (proxy_defpager_demuxer): Invoke `default_pager_server' instead of `S_default_pager_server'.
2006-11-272006-11-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* Makefile (HURDLIBS): Add `netfs'.
2002-08-142002-08-14 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* Makefile: Revert undocumented changes related to devpts that were checked in unintentionally with the last change.
2002-08-062002-08-06 Roland McGrath <roland@frob.com>Roland McGrath
* 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-252002-06-14 Roland McGrath <roland@frob.com>Roland McGrath
* proxy-defpager.c: New file. * Makefile (targets, SRCS): Add it. (proxy-defpager): New target. (OBJS): Add default_pagerServer.o here.
2002-05-032002-05-03 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (fakeroot): New target. (targets): Add it. (SRCS): Add fakeroot.c. * fakeroot.c: New file.
2002-03-112002-03-11 Roland McGrath <roland@frob.com>Roland McGrath
* 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.
2001-01-14trans/Marcus Brinkmann
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.
2000-07-26* Makefile: Reorder libs such that the threads lib comes beforeMark Kettenis
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-081999-11-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-081999-11-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-111999-10-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-04-261999-02-20 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* 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.
1997-07-22Remove devport from dependencies.Miles Bader
1997-07-22(SRCS):Miles Bader
Remove devport.c. (targets): Remove devport.
1997-03-01(fwd null ifsock fifo new-fifo devport firmlink):Miles Bader
Add firmlink to targets depending on libthreads.
1997-02-21(firmlink):Miles Bader
New target. (SRCS): Add firmlink.c. (targets): Add firmlink.
1996-09-17*** empty log message ***Thomas Bushnell
1996-07-08(fwd): Depend on libports.Michael I. Bushnell
1996-07-04(crash): New target.Michael I. Bushnell
1996-07-01(targets): Added crash.Michael I. Bushnell
(SRCS): Added crash.c.
1996-07-01(crash): New target.Michael I. Bushnell
1996-06-20(null ifsock fifo new-fifo devport): Depend on ../libfshelp/libfshelp.a.Miles Bader
1996-04-30(all): Delete target.Michael I. Bushnell
(include ../Makeconf): *Before* all dependences. ($(targets)): Each program depends on its associated .o.
1996-03-31(targets): Add devport.Miles Bader
(SRCS): Add devport.c. Add devport as a target to various dependency rules.
1995-10-08Add fwd.Miles Bader
1995-09-22(targets): Add new-fifoMiles Bader
(SRCS): Add new-fifo.c (new-fifo): New target.
1995-08-24(all): New target.Miles Bader
(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
1995-08-15(SRCS): Add fifo.c.Miles Bader
(targets): Add fifo. (fifo): New target.
1995-07-07(OBJS): New var.Michael I. Bushnell
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-07-06(ifsock-HURDLIBS, null-HURDLIBS): New vars.Michael I. Bushnell
(null, ifsock): Fix dependencies.
1995-06-28(null): Depend on $(libihash).Michael I. Bushnell
1995-06-28(ifsock): Add dependency on $(libihash).Michael I. Bushnell
1995-04-09Link ifsock with error.o.Miles Bader
1995-03-30Add support for the magic and null servers.Miles Bader
1994-08-16entered into RCSMichael I. Bushnell
1994-07-22Formerly Makefile.~3~Michael I. Bushnell
1994-07-21Formerly Makefile.~2~Michael I. Bushnell
1994-07-21Initial revisionMichael I. Bushnell