aboutsummaryrefslogtreecommitdiff
path: root/daemons/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+1
| | | | | Our variants print stack traces on failures. This will make locating errors much easier.
* Fix installing runsystem.hurdSamuel Thibault2016-09-041-3/+4
| | | | | | | * daemons/runsystem.hurd: Rename to daemons/runsystem.hurd.sh * daemons/Makefile (targets): Add runsystem.hurd (special-targets): Likewise. (runsystem.hurd): New rule, simply depends on runsystem.hurd.sh
* Add missing libraries to fix link errorsFlavio Cruz2015-12-301-1/+2
| | | | | | | | | | | | | | This fixes several linking problems I had in my recent cross-compilation of the Hurd. I added missing static libraries and also organized some of the targets for more concise rules. * console-client/Makefile: Add libiohelp.a and libihash.a. * daemons/Makefile: Add libihash.a and libshouldbeinlibc.a. * devnode/Makefile: Add iohelp and ihash to HURDLIBS. * random/Makefile: Likewise. * trans/Makefile: Reorder targets alphabetically and add libiohelp.a and libihash.a. * utils/Makefile: Add libihash.a.
* init: add a minimalist init programJustus Winter2014-11-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | This patch adds a minimalist init program. It is somewhat lacking in features, but is able to bring up a Hurd system with the runsystem and rc scripts. In fact, it roughly does what the former /hurd/init did, modulo all the very early bootstrapping stuff and the startup protocol. It is started when all the essential servers are up and running, so it can make use of most of the POSIX goodies, making its implementation much simpler. * Makefile (prog-subdirs): Add init. * daemons/runsystem.sh: Generalize runsystem so that it can start any init as specified on the kernel command line. By default, it starts /hurd/init. * daemons/runsystem.hurd: This is a verbatim copy of runsystem.sh. It is started by /hurd/init. * daemons/rc.sh: Do not start /hurd/mach-defpager as it is already started in runsystem.sh. * daemons/Makefile (SRCS): Add runsystem.hurd. * init/Makefile: New file. * init/init.c: Likewise.
* Fix "make dist" in `daemons'.Ludovic Courtès2010-08-011-2/+2
| | | | * daemons/Makefile (SRCS): Add `runsystem.sh'.
* 2008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-12-081-2/+2
| | | | * Makefile (HURDLIBS): Add fshelp and ports.
* 1999-06-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-181-5/+11
| | | | | | | | | | | | | | | * runsystem.sh: New file. * Makefile (targets, special-targets): Add runsystem. (runsystem): New target. 1999-06-15 Roland McGrath <roland@baalperazim.frob.com> * runttys.c: New file.c * Makefile (targets, SRCS): Add runttys, runttys.c. (runttys): New target. (runttys-LDLIBS): New variable, -lutil. * console-run.c: New file. * Makefile (targets, SRCS): Add console-run, console-run.c. (console-run): New target.
* (INSTALL-mail.local-ops): New variable.Miles Bader1996-10-151-0/+2
|
* (rc, mail.local):Miles Bader1996-10-151-8/+5
| | | | | | | | | | New rules. (SRCS): Add lmail.c. (%: %.sh): Rule removed. (targets): Add mail.local.
* *** empty log message ***Thomas Bushnell1996-09-171-0/+1
|
* (getty-LDLIBS): New variable.Miles Bader1996-08-141-6/+5
| | | | | (getty): Dependency on -lutil removed. (libutil-libsubst): Variable removed.
* (getty): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.Miles Bader1996-07-061-1/+1
|
* (%: %.sh): Make target writable.Miles Bader1996-06-251-1/+1
|
* *** empty log message ***Michael I. Bushnell1996-06-201-0/+1
|
* *** empty log message ***Michael I. Bushnell1996-06-201-0/+2
|
* (getty):Michael I. Bushnell1996-06-201-0/+3
|
* Initial revisionMichael I. Bushnell1996-06-201-0/+33