runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9f5a552f75f54ce14fb0b6fb2d1b91a0ccfc56e8
parent 1714018448b4c5ec9b228244fffefc10c3e5c665
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Sun,  6 Oct 2024 16:56:56 +0200

cleanup

Diffstat:
Msrc/librunit.ninja | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/librunit.ninja b/src/librunit.ninja @@ -2,7 +2,7 @@ PROJECT = librunit SRC = ./src/ DST = ./build/$PROJECT/src/ -build $DST/fifo.c.o: cc $SRC/fifo.c +#build $DST/fifo.c.o: cc $SRC/fifo.c build $DST/prot.c.o: cc $SRC/prot.c build $DST/uidgid.c.o: cc $SRC/uidgid.c build $DST/pathexec_env.c.o: cc $SRC/pathexec_env.c @@ -31,7 +31,6 @@ build $DST/open_write.c.o: cc $SRC/open_write.c build $DST/error_str.c.o: cc $SRC/error_str.c build $DST/error.c.o: cc $SRC/error.c build $DST/wait_pid.c.o: cc $SRC/wait_pid.c -build $DST/wait_nohang.c.o: cc $SRC/wait_nohang.c build $DST/buffer.c.o: cc $SRC/buffer.c build $DST/buffer_get.c.o: cc $SRC/buffer_get.c build $DST/buffer_put.c.o: cc $SRC/buffer_put.c @@ -74,8 +73,8 @@ build $DST/fd_copy.c.o: cc $SRC/fd_copy.c build $DST/lock_exnb.c.o: cc $SRC/lock_exnb.c build $DST/lock_ex.c.o: cc $SRC/lock_ex.c +# $DST/fifo.c.o $ build $DST/../$PROJECT.a: ar $ - $DST/fifo.c.o $ $DST/prot.c.o $ $DST/uidgid.c.o $ $DST/pathexec_env.c.o $ @@ -101,7 +100,6 @@ build $DST/../$PROJECT.a: ar $ $DST/strerr_die.c.o $ $DST/strerr_sys.c.o $ $DST/wait_pid.c.o $ - $DST/wait_nohang.c.o $ $DST/open_write.c.o $ $DST/buffer.c.o $ $DST/buffer_get.c.o $