From: dfffffff Date: Sat, 10 Sep 2016 00:22:37 +0000 (-0400) Subject: Applications/build.mk: added missing unix utilities, Library/build.mk added missing... X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=31b9ed8468488f0951022437750bcb9ce55eb020;p=FUZIX.git Applications/build.mk: added missing unix utilities, Library/build.mk added missing functions to build the missing utilities. --- 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 \