diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-31 20:11:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-31 20:11:51 +0000 |
commit | 2abeaddff3fdcd15ad25e918708c88ced39b4e90 (patch) | |
tree | f28f9bfa482219b72dd7d45b52a710d5bc13e6d7 /utils/Makefile | |
parent | d91076fa48a6598fa91f28687d76d00f07c32773 (diff) |
1998-12-31 Roland McGrath <roland@baalperazim.frob.com>
* 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.
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile index 08763cb6..0e4adae1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,12 +18,12 @@ dir := utils makemode := utilities -targets = shd ps settrans showtrans sync su mount fsysopts \ +targets = shd ps settrans showtrans syncfs su mount fsysopts \ storeinfo login w uptime ids loginpr sush vmstat portinfo \ devprobe vminfo addauth rmauth unsu setauth ftpcp ftpdir storecat \ storeread ping msgport special-targets = mount loginpr sush uptime -SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c addauth.c rmauth.c \ +SRCS = shd.c ps.c su.c settrans.c syncfs.c showtrans.c addauth.c rmauth.c \ mount.sh fsysopts.c storeinfo.c login.c loginpr.sh sush.sh w.c \ uptime.sh psout.c ids.c vmstat.c portinfo.c devprobe.c vminfo.c \ parse.c frobauth.c frobauth-mod.c setauth.c pids.c nonsugid.c \ @@ -66,7 +66,7 @@ ping: ../libthreads/libthreads.a # We must include libthreads because of a bug in the way shared libraries # work: all libraries that *any* routine in libfshelp uses must be defined. settrans: ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a -ps w ids settrans sync showtrans fsysopts storeinfo login vmstat portinfo \ +ps w ids settrans syncfs showtrans fsysopts storeinfo login vmstat portinfo \ devprobe vminfo addauth rmauth setauth su unsu ftpcp ftpdir storeread \ storecat msgport: \ ../libshouldbeinlibc/libshouldbeinlibc.a |