From 31b9ed8468488f0951022437750bcb9ce55eb020 Mon Sep 17 00:00:00 2001 From: dfffffff Date: Fri, 9 Sep 2016 20:22:37 -0400 Subject: [PATCH] Applications/build.mk: added missing unix utilities, Library/build.mk added missing functions to build the missing utilities. --- Applications/build.mk | 8 ++++---- Library/build.mk | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Applications/build.mk b/Applications/build.mk index 478ee9a4..e6861f5b 100644 --- a/Applications/build.mk +++ b/Applications/build.mk @@ -4,11 +4,11 @@ $(call find-makefile) util_apps := \ banner basename bd cal cat chgrp chmod chown cksum cmp cp cut date dd \ - decomp16 df dirname dosread du echo ed factor false fdisk fgrep fsck \ - grep head id init kill ll ln logname ls man mkdir mkfs mkfifo mknod \ + decomp16 df dirname dosread du echo ed env factor false fdisk fgrep fsck \ + grep groups head id init kill ll ln logname ls man mkdir mkfs mkfifo mknod \ mount more mv od pagesize passwd patchcpm printenv prtroot ps pwd reboot rm rmdir \ - sleep ssh sort stty sum su sync tee tail telinit touch tr true umount \ - uname uniq uud uue wc which who whoami write xargs yes fforth \ + sed sleep ssh sort stty sum su sync tail tar tee telinit termcap touch tr true \ + umount uname uniq uptime uud uue wc which who whoami write xargs yes fforth # ...and in V7/cmd. diff --git a/Library/build.mk b/Library/build.mk index 57ac1f12..0e4800da 100644 --- a/Library/build.mk +++ b/Library/build.mk @@ -152,6 +152,7 @@ libc-functions.localsrcs += \ tcflush.c \ tcgetattr.c \ tcsetattr.c \ + telldir.c \ time.c \ tmpfile.c \ tmpnam.c \ @@ -175,6 +176,7 @@ libc-functions.localsrcs += \ memcmp.c \ memcpy.c \ memset.c \ + seekdir.c \ strcasecmp.c \ strcasestr.c \ strcat.c \ -- 2.34.1