From 3aa3cee7d58e7b03e2e2fe339a50010d1801f580 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sun, 3 Aug 2014 12:40:23 +0200 Subject: [PATCH] commands/cd: removed Change-Id: I438c1dfc778e23131fbd0ee1246abfb7df9437f3 --- distrib/sets/lists/minix/mi | 4 ++-- minix/commands/Makefile | 2 +- minix/commands/cd/Makefile | 5 ----- minix/commands/cd/cd.sh | 1 - minix/man/man1/Makefile | 1 - 5 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 minix/commands/cd/Makefile delete mode 120000 minix/commands/cd/cd.sh diff --git a/distrib/sets/lists/minix/mi b/distrib/sets/lists/minix/mi index 4d1c03161..5a7510cbe 100644 --- a/distrib/sets/lists/minix/mi +++ b/distrib/sets/lists/minix/mi @@ -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 @@ -2245,7 +2245,7 @@ ./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 diff --git a/minix/commands/Makefile b/minix/commands/Makefile index ee0df0f33..98b64fca0 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -3,7 +3,7 @@ .include 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 index 34d874c00..000000000 --- a/minix/commands/cd/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPTS= cd.sh -BINDIR= /bin -MAN= - -.include diff --git a/minix/commands/cd/cd.sh b/minix/commands/cd/cd.sh deleted file mode 120000 index f9350d4b6..000000000 --- a/minix/commands/cd/cd.sh +++ /dev/null @@ -1 +0,0 @@ -../shared/builtin.sh \ No newline at end of file diff --git a/minix/man/man1/Makefile b/minix/man/man1/Makefile index ba179ca17..5a82da82b 100644 --- a/minix/man/man1/Makefile +++ b/minix/man/man1/Makefile @@ -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