]> Zhao Yanbai Git Server - minix.git/commitdiff
commands/getopts: removed 17/2717/1
authorLionel Sambuc <lionel@minix3.org>
Sun, 3 Aug 2014 10:38:50 +0000 (12:38 +0200)
committerLionel Sambuc <lionel@minix3.org>
Thu, 21 Aug 2014 16:33:21 +0000 (18:33 +0200)
Change-Id: Idc9ec425749a76e2664906f2483be6071273507f

distrib/sets/lists/minix/mi
minix/commands/Makefile
minix/commands/getopts/Makefile [deleted file]
minix/commands/getopts/getopts.sh [deleted symlink]
minix/commands/shared/README
minix/man/man1/Makefile

index 611f7d5d99715e11492dff25a96814514c2c28d8..4d1c0316165c3dfde06344c3bceac52e6b7cd90f 100644 (file)
@@ -21,7 +21,7 @@
 ./bin/echo                             minix-sys
 ./bin/ed                               minix-sys
 ./bin/expr                             minix-sys
-./bin/getopts                          minix-sys
+./bin/getopts                          minix-sys       obsolete
 ./bin/hostname                         minix-sys
 ./bin/intr                             minix-sys
 ./bin/kill                             minix-sys
 ./usr/man/man1/gcpp.1                  minix-sys       gcccmds
 ./usr/man/man1/genassym.1              minix-sys
 ./usr/man/man1/getopt.1                        minix-sys
-./usr/man/man1/getopts.1               minix-sys
+./usr/man/man1/getopts.1               minix-sys       obsolete
 ./usr/man/man1/gprof.1                 minix-sys       binutils
 ./usr/man/man1/grep.1                  minix-sys
 ./usr/man/man1/groups.1                        minix-sys
index cd7e1da4266a969e8a6b1af75955d732e1847bbf..ee0df0f331eb49fa32642a86fb3c48303b257c23 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 expr getopts read test \
+       command expr read test \
                umask wait
 
 .include <bsd.subdir.mk>
diff --git a/minix/commands/getopts/Makefile b/minix/commands/getopts/Makefile
deleted file mode 100644 (file)
index 1a630c1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SCRIPTS= getopts.sh
-BINDIR=        /bin
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/minix/commands/getopts/getopts.sh b/minix/commands/getopts/getopts.sh
deleted file mode 120000 (symlink)
index f9350d4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../shared/builtin.sh
\ No newline at end of file
index 1a885d781ed840f9c00344c6f58210a28b39e376..fac6b2f0699ddeb7aeaae3dda186f045d7e470e5 100644 (file)
@@ -9,7 +9,6 @@ At this moment it is installed as the following commands:
 /bin/command
 /bin/echo
 /bin/expr
-/bin/getopts
 /bin/read
 /bin/test
 /bin/umask
index 8f8b8e14c011729560dfbc5fdb330800b9b39c43..ba179ca17ca4690db937d53e3b0303576ce3f478 100644 (file)
@@ -33,7 +33,6 @@ MLINKS += ash.1 exec.1
 MLINKS += ash.1 exit.1
 MLINKS += ash.1 export.1
 MLINKS += ash.1 for.1
-MLINKS += ash.1 getopts.1
 MLINKS += ash.1 hash.1
 MLINKS += ash.1 if.1
 MLINKS += ash.1 jobs.1