From: Ben Gras Date: Fri, 16 Sep 2005 12:09:21 +0000 (+0000) Subject: No more gcc stub X-Git-Tag: v3.1.0~80 X-Git-Url: http://zhaoyanbai.com/repos/man.named-checkzone.html?a=commitdiff_plain;h=8bf2e7298985cc237d798988ebe3d7a2b406086e;p=minix.git No more gcc stub --- diff --git a/commands/scripts/Makefile b/commands/scripts/Makefile index ba1c8ab90..4c22efc97 100755 --- a/commands/scripts/Makefile +++ b/commands/scripts/Makefile @@ -23,7 +23,6 @@ usr: \ /usr/bin/echo \ /usr/bin/expr \ /usr/bin/false \ - /usr/bin/gcc \ /usr/bin/getopts \ /usr/bin/getpack \ /usr/bin/read \ @@ -89,9 +88,6 @@ clean: /usr/bin/cd: cd.sh install -m 755 -c -o bin $? $@ -/usr/bin/gcc: gcc.sh - install -m 755 -c -o bin $? $@ - /usr/bin/[ /usr/bin/command /usr/bin/echo /usr/bin/expr /usr/bin/false \ /usr/bin/getopts /usr/bin/read /usr/bin/test /usr/bin/true /usr/bin/umask \ /usr/bin/wait: /usr/bin/cd diff --git a/commands/scripts/gcc.sh b/commands/scripts/gcc.sh deleted file mode 100644 index 5eaff2ca8..000000000 --- a/commands/scripts/gcc.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -echo "GCC and the GNU utils are in /usr/gnu. Please adjust your \$PATH accordingly." -exit 1