]> Zhao Yanbai Git Server - minix.git/commitdiff
Import NetBSD echo command
authorZachary Storer <zacts.3.14159@gmail.com>
Fri, 14 Mar 2014 08:09:14 +0000 (02:09 -0600)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:15 +0000 (17:05 +0200)
Replaces the 'echo' functionality provided by commands/echo.

commands/Makefile
commands/echo/Makefile [deleted file]
commands/echo/echo.sh [deleted symlink]

index 05bf989eb2fce430221d66548f48ef28cf205bee..9e31ec4497c58470c4f29ff141e7b7cc64af13f8 100644 (file)
@@ -35,7 +35,7 @@ SUBDIR=       add_route arp ash at backup btrace \
        atnormalize dosread fdisk loadfont \
        autopart part partition playwave  \
        recwave repartition screendump \
-       command echo expr getopts read test \
+       command expr getopts read test \
                umask wait
 
 .if ${MACHINE_ARCH} == "earm"
diff --git a/commands/echo/Makefile b/commands/echo/Makefile
deleted file mode 100644 (file)
index a72d620..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SCRIPTS= echo.sh
-BINDIR=        /bin
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/commands/echo/echo.sh b/commands/echo/echo.sh
deleted file mode 120000 (symlink)
index f9350d4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../shared/builtin.sh
\ No newline at end of file