logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 4cdfe8f92d9338d19f844cbb453487c8f0555344
parent d7dc031283dbd16a3c5fd77deaf4f194d65db325
Author: fosslinux <fosslinux@aussies.space>
Date:   Sun, 31 Jan 2021 12:26:41 +1100

Merge pull request #25 from stikonas/sleep

Build sleep and yes from coreutils.

Diffstat:

Msysa/coreutils-5.0/mk/main.mk2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysa/coreutils-5.0/mk/main.mk b/sysa/coreutils-5.0/mk/main.mk @@ -69,7 +69,7 @@ CFLAGS = -I . -I lib \ SRC_DIR=src -COREUTILS = basename cat chmod cksum csplit cut echo expand factor false fmt fold head id join kill link ln logname mkfifo mkdir mknod nl od paste pathchk printf ptx pwd readlink rmdir seq split sum tail tee touch tr tsort unexpand unlink wc whoami test true +COREUTILS = basename cat chmod cksum csplit cut echo expand factor false fmt fold head id join kill link ln logname mkfifo mkdir mknod nl od paste pathchk printf ptx pwd readlink rmdir seq sleep split sum tail tee touch tr tsort unexpand unlink wc whoami test true yes BINARIES = $(addprefix $(SRC_DIR)/, $(COREUTILS))