From: Tormod Volden Date: Wed, 3 Jun 2015 19:46:23 +0000 (+0200) Subject: Add "env" to disk image and "reboot" to 6809 build X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=de700a583273e09469b6e1f1de5195cd9e960eea;p=FUZIX.git Add "env" to disk image and "reboot" to 6809 build Signed-off-by: Tormod Volden --- diff --git a/Applications/util/Makefile.6809 b/Applications/util/Makefile.6809 index 1c2e6ceb..cfc12f67 100644 --- a/Applications/util/Makefile.6809 +++ b/Applications/util/Makefile.6809 @@ -36,6 +36,7 @@ SRCS = banner.c \ du.c \ echo.c \ ed.c \ + env.c \ factor.c \ false.c \ fdisk.c \ @@ -66,6 +67,7 @@ SRCS = banner.c \ prtroot.c \ ps.c \ pwd.c \ + reboot.c \ rm.c \ rmdir.c \ sed.c \ diff --git a/Standalone/filesystem-src/ucp-script.txt b/Standalone/filesystem-src/ucp-script.txt index f54055c2..0054cabc 100644 --- a/Standalone/filesystem-src/ucp-script.txt +++ b/Standalone/filesystem-src/ucp-script.txt @@ -155,6 +155,7 @@ bget ../../Applications/util/dosread bget ../../Applications/util/du bget ../../Applications/util/echo bget ../../Applications/util/ed +bget ../../Applications/util/env bget ../../Applications/util/false bget ../../Applications/util/fdisk bget ../../Applications/util/fgrep @@ -231,6 +232,7 @@ chmod 0755 dosread chmod 0755 du chmod 0755 echo chmod 0755 ed +chmod 0755 env chmod 0755 false chmod 0755 fdisk chmod 0755 fgrep