aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2001-11-23 Roland McGrath <roland@frob.com>Roland McGrath2001-11-231-3/+3
| | | | | * gcore.c: New file (previously ../exec/gcore.c). Update the code. * Makefile (targets): Add gcore.
* * Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis2000-07-261-1/+1
| | | | | | comes before 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.
* 2000-02-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-081-9/+8
| | | | | | | | | | | | Remove the su utility, which is incompatible with traditional su as provided by sh-utils and used by some portable shell scripts. The Hurdish su functionality is available as `setauth --save'. * su.c: File removed. * Makefile (targets): Remove su. (SRCS): Remove su.c. (su): Target removed from various dependency rules. (su-LDLIBS): Variable removed. * unsu.c (doc): Refer to setauth --save rather than su.
* 1999-11-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-191-6/+12
| | | | | | | | | | * mount.c: New file. * mount.sh: File removed. * Makefile (special-targets): Remove mount. (SRCS): mount.sh -> mount.c (mount): Add deps on ../sutils/fstab.o, ../sutils/clookup.o, libfshelp and libports. (../sutils/fstab.o ../sutils/clookup.o): Rule to build in ../sutils.
* 1999-07-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-231-1/+1
| | | | * Makefile (targets): Remove freeauth, added accidentally.
* 1999-07-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-161-7/+10
| | | | | | | * rpctrace.c: New file, from josem and gord. Not yet functional. * Makefile (rpctrace): New target. (targets): Add rpctrace. (SRCS): Add rpctrace.c.
* 1999-07-01 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-07-021-3/+0
| | | | | | | | | * Makefile (INSTALL-addauth-ops, INSTALL-setauth-ops, INSTALL-su-ops): Removed. These programs don't have to be installed suid-root anymore. * frobauth-mod.c (frobauth_modify): Do not try to set the owner of the processes we're frobbing. The process set their owner themselves when we pass them their new authentication.
* 1998-12-31 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-311-3/+3
| | | | | | | * Makefile (SRCS, targets, targets rule): Rename sync to syncfs. * syncfs.c: Renamed from sync.c. Take flags -a/--asynchronous and -c/--no-children, and optional file arguments. Diagnose errors.
* 1998-10-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-201-1/+1
| | | | * Makefile (OBJS): Use % pattern instead of explicit list.
* Mon Aug 3 17:10:05 1998 Joel N. Weber II <devnull@theobromine.ai.mit.edu>Thomas Bushnell1998-08-031-1/+1
| | | | * Makefile (msgport): Add dependency on libshouldbeinlibc.
* 1998-07-24 Jose M. Moya <josem@gnu.org>Roland McGrath1998-07-241-4/+4
| | | | | | | * msgport.c: New file. * Makefile (targets): Add `msgport'. (SRCS): Add `msgport.c'. (msgport): Add dependencies on parse.o and pids.o.
* Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-04-221-3/+8
| | | | | | | | | | | | | * ping.c: New file. Originally P.D. from US Army; then modified by BSD, then added to Linux. Taken from Linux ping and adapted for Hurd and submitted for inclusion by Kunihiro Ishiguro (kunihiro@zebra.org). * Makefile (targets): Add `ping'. (SRCS): Add `ping.c'. (ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the pfinet sources. (INSTALL-ping-ops): Install ping suid root. (ping): Depend on `../libthreads/libthreads.a'.
* (SRCS):Miles Bader1997-06-201-4/+6
| | | | | | | Add storecat.c & storeread.c. (targets): Add storecat & storeread. Add storecat & storeread to appropriate dependency rules.
* Mon Jun 9 12:45:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-101-1/+2
| | | | * Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c.
* (ftpcp ftpdir):Miles Bader1997-06-091-4/+6
| | | | | | | | | | Add dependency on ../liftpconn/libftpconn.a. (SRCS): Add ftpcp.c & ftpdir.c. (HURDLIBS): Add ftpconn. (targets): Add ftpcp & ftpdir.
* Add appropriate dependencies on parse.o, pids.o, frobauth.o, & frobauth-mod.o.Miles Bader1997-05-271-11/+20
| | | | | | | | | | | (INSTALL-ids-ops): Renamed from INSTALL-hurdids-ops. (SRCS): hurdids.c renamed to ids.c. (targets): hurdids renamed to ids. (addauth-LDLIBS, setauth-LDLIBS, su-LDLIBS): New variables.
* (SRCS):Miles Bader1997-05-151-8/+10
| | | | | | | | Add parse.c. (LCLHDRS): Add parse.h. Add dependencies on parse.o. Change references to addu into ones to addauth.
* Add addu to dependents of libshouldbeinlibc & libps.Miles Bader1997-03-071-5/+8
| | | | | | (INSTALL-hurdids-ops, INSTALL-addu-ops): New variables. (SRCS): Add addu.c. (targets): Add addu.
* (%: %.sh):Miles Bader1996-09-261-3/+0
| | | | Rule removed.
* (login-LDLIBS):Miles Bader1996-09-231-2/+2
| | | | Add $(LIBCRYPT).
* *** empty log message ***Thomas Bushnell1996-09-171-0/+1
|
* *** empty log message ***Thomas Bushnell1996-09-051-1/+1
|
* (sync): Depend on libshouldbeinlibc.a.Miles Bader1996-09-021-1/+1
|
* (targets): Add vminfo.Miles Bader1996-08-301-3/+4
| | | | | (SRCS): Add vminfo.c. (INSTALL-vminfo-ops): New variable.
* .Miles Bader1996-08-151-4/+1
|
* (LCLHDRS): New variable.Miles Bader1996-08-101-0/+1
|
* *** empty log message ***Thomas Bushnell1996-07-291-1/+0
|
* (INSTALL-vmstat-ops): New variable.Miles Bader1996-07-261-0/+1
|
* (INSTALL-ps-ops, INSTALL-w-ops): New variables.Miles Bader1996-07-121-0/+2
|
* (INSTALL-login-ops): New variable.Michael I. Bushnell1996-07-121-0/+2
|
* (settrans): Dependon libports.Michael I. Bushnell1996-07-121-1/+1
|
* (getty): Remove rule.Michael I. Bushnell1996-06-201-1/+1
| | | | | (targets): Remove `getty'. (SRCS): Remove getty.c.
* (targets): Remove reboot & halt.Miles Bader1996-06-171-3/+3
| | | | | (SRCS): Remove reboot.c & halt.c. (login): Depend on -lutil instead of grot.
* (storeinfo): Depend on ../libstore/libstore.a.Miles Bader1996-05-101-0/+1
|
* But not the special ones.Michael I. Bushnell1996-04-301-1/+1
|
* (all): Remove target.Michael I. Bushnell1996-04-301-4/+4
| | | | | (include ../Makeconf): Place before all dependencies. ($(targets)): Each separate target should depend on its own .o.
* (targets): Add devprobe.Miles Bader1996-04-111-5/+6
| | | | (SRCS): Add devprobe.c.
* (targets, SRCS):Miles Bader1996-03-011-5/+6
| | | | | Add portinfo & portinfo.c. Remove clri & clri.c.
* (targets, special-targets): Add uptime.Miles Bader1996-02-181-5/+5
| | | | (SRCS): Add uptime.sh.
* (targets): Add vmstat.Miles Bader1996-02-031-4/+4
| | | | (SRCS): Add vmstat.c
* Add w.c & w to the appropiate places.Miles Bader1996-01-301-6/+7
|
* (libutil-libsubst): New hack.Miles Bader1995-12-211-0/+4
| | | | (login): Depend on -lutil.
* (SRCS): Add login.cMiles Bader1995-12-131-3/+3
| | | | | (targets): Add login. (login): Depends on ../libshouldbelibc/libshouldbelibc.
* (targets): Add storeinfo.Miles Bader1995-10-211-3/+5
| | | | | (SRCS): Add storeinfo.c. (storeinfo): New target.
* Get rid of rules related to ../lib.Miles Bader1995-09-051-4/+3
| | | | (settrans): Depend on libfshelp.a instead of starttrans.o.
* (all): New target.Miles Bader1995-08-241-18/+8
| | | | | | | | (ps, settrans, showtrans, fsysopts): Put all dependencies in these targets. (settrans-HURDLIBS, showtrans-HURDLIBS, ps-HURDLIBS): Removed. (settrans, showtrans, fsysopts, ps): Get rid of things that are now in libshouldbeinlibc. Get rid of rules dealing with error.o.
* (DIST_FILES): sh.ChangeLog -> shd.ChangeLog.Michael I. Bushnell1995-07-231-1/+1
|
* (fsysopts): Don't list twice.Michael I. Bushnell1995-07-071-1/+0
|
* (special-targets): New var.Michael I. Bushnell1995-07-071-0/+2
| | | | (mount): Provide command.
* (OBJS): Don't include mount.sh.Michael I. Bushnell1995-07-071-4/+10
| | | | (shd, su, clri, sync, reboot, halt, fsysopts): List object files here.