aboutsummaryrefslogtreecommitdiff
path: root/sutils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2001-02-27 Roland McGrath <roland@frob.com>Roland McGrath2001-02-281-2/+2
| | | | | | | | | | | | | | | | | | | Use a new, more flexible RPC interface to the default pager. This allows swapon to do its own interpretation of Linux swap signature pages, and to support partial-device stores such as store_open will return for regular files on disk filesystems. * swapon.c: Include <hurd/default_pager.h>, not <mach/default_pager.h>. (ignore_signature, require_signature, quiet): New variables. (options): Add --silent, --no-signature, --require-signature. (main: parse_opt): Parse them. (check_signature): New function. (swaponoff): Use it unless --no-signature set, to get a remapped store using the pages indicated by the Linux signature page. Try new default_pager_paging_storage RPC first, using a possibly-remapped device store. If the default pager does not support that, fall back to the old protocol that only supports whole devices (and wherein the default pager itself interprets a Linux signature page). * Makefile (swapon, swapoff): Depend on default_pagerUser.o.
* 1999-11-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-191-8/+7
| | | | | | | * Makefile (progs, scripts): New variables. (targets, special-targets, SRCS, OBJS): Define in terms of those. (libshouldbeinlibc dep rule): Replaced with static pattern rule with $(progs) as target list, giving %.o dep as well.
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-6/+6
| | | | | | * Makefile (special-targets): Add losetup. (SCRIPTS): Add losetup.sh. * losetup.sh: New file.
* (SRCS):Miles Bader1997-07-091-5/+6
| | | | | | | | | Add swapon.c & swapoff.c. (HURDLIBS): Add libstore. (targets): Add swapon & swapoff. Add dependencies on libstore.
* (all):Miles Bader1996-09-261-14/+7
| | | | | | | | | | | | | | | Target removed. (DIST_FILES): Variable removed. (SCRIPTS): Add MAKEDEV.sh. ($(prefix)/dev/MAKEDEV): Get rid of dependencies. Implement with a symbolic link to /sbin/MAKEDEV. (targets, special-targets): Add MAKEDEV. (%: %.sh): Variable removed.
* .Miles Bader1996-09-231-1/+1
|
* *** empty log message ***Thomas Bushnell1996-09-191-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-171-1/+5
|
* (DIST_FILES): New variable.Miles Bader1996-09-081-2/+9
| | | | | | (install): Depend on $(prefix)/dev/MAKEDEV. (all): Depend on MAKEDEV. ($(prefix)/dev/MAKEDEV): New rule.
* *** empty log message ***Thomas Bushnell1996-09-051-2/+2
|
* (fsck): Remove dependency on libshouldbeinlibc.a.Miles Bader1996-08-271-1/+2
| | | | (reboot halt fsck): Add dependency on libshouldbeinlibc.a.
* (targets): Add e2os.Miles Bader1996-08-121-3/+6
| | | | | (SRCS): Add $(SCRIPTS). (special-targets, SCRIPTS, LCLHDRS): New variables.
* Initial revisionMiles Bader1996-06-191-0/+36