No more gcc stub
This commit is contained in:
parent
f379a59bc5
commit
8bf2e72989
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
echo "GCC and the GNU utils are in /usr/gnu. Please adjust your \$PATH accordingly."
|
||||
exit 1
|
Loading…
x
Reference in New Issue
Block a user