]> Zhao Yanbai Git Server - minix.git/commitdiff
commands/cd: removed 18/2718/1
authorLionel Sambuc <lionel@minix3.org>
Sun, 3 Aug 2014 10:40:23 +0000 (12:40 +0200)
committerLionel Sambuc <lionel@minix3.org>
Thu, 21 Aug 2014 16:33:22 +0000 (18:33 +0200)
Change-Id: I438c1dfc778e23131fbd0ee1246abfb7df9437f3

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

index 4d1c0316165c3dfde06344c3bceac52e6b7cd90f..5a7510cbee097fefaef5867f03a8a7c8e83ee0ec 100644 (file)
@@ -10,7 +10,7 @@
 ./bin                                  minix-sys
 ./bin/[                                        minix-sys
 ./bin/cat                              minix-sys
-./bin/cd                               minix-sys
+./bin/cd                               minix-sys       obsolete
 ./bin/chgrp                            minix-sys
 ./bin/chmod                            minix-sys
 ./bin/command                          minix-sys
 ./usr/man/man1/cawf.1                  minix-sys
 ./usr/man/man1/cc.1                    minix-sys       gcccmds
 ./usr/man/man1/cccp.1                  minix-sys       gcccmds
-./usr/man/man1/cd.1                    minix-sys
+./usr/man/man1/cd.1                    minix-sys       obsolete
 ./usr/man/man1/c++filt.1               minix-sys       binutils
 ./usr/man/man1/checknr.1               minix-sys
 ./usr/man/man1/chfn.1                  minix-sys
index ee0df0f331eb49fa32642a86fb3c48303b257c23..98b64fca0f9c96469abb1b99c8a47d28c5f5beb4 100644 (file)
@@ -3,7 +3,7 @@
 .include <bsd.own.mk>
 
 SUBDIR=        add_route arp ash at backup btrace \
-       cawf cd cdprobe \
+       cawf cdprobe \
        ci cleantmp cmp co \
        compress crc cron crontab \
        dd decomp16 DESCRIBE devmand devsize dhcpd \
diff --git a/minix/commands/cd/Makefile b/minix/commands/cd/Makefile
deleted file mode 100644 (file)
index 34d874c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SCRIPTS= cd.sh
-BINDIR=        /bin
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/minix/commands/cd/cd.sh b/minix/commands/cd/cd.sh
deleted file mode 120000 (symlink)
index f9350d4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../shared/builtin.sh
\ No newline at end of file
index ba179ca17ca4690db937d53e3b0303576ce3f478..5a82da82b4bcc5131b5931d62676ba1297a7a528 100644 (file)
@@ -25,7 +25,6 @@ MLINKS += ash.1 sh.1
 MLINKS += ash.1 ..1
 MLINKS += ash.1 break.1
 MLINKS += ash.1 case.1
-MLINKS += ash.1 cd.1
 MLINKS += ash.1 command.1
 MLINKS += ash.1 continue.1
 MLINKS += ash.1 eval.1