From 8bf2e7298985cc237d798988ebe3d7a2b406086e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Sep 2005 12:09:21 +0000 Subject: [PATCH] No more gcc stub --- commands/scripts/Makefile | 4 ---- commands/scripts/gcc.sh | 3 --- 2 files changed, 7 deletions(-) delete mode 100644 commands/scripts/gcc.sh 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 -- 2.44.0