]> Zhao Yanbai Git Server - minix.git/commitdiff
Gcc pointer script.
authorBen Gras <ben@minix3.org>
Tue, 30 Aug 2005 17:55:10 +0000 (17:55 +0000)
committerBen Gras <ben@minix3.org>
Tue, 30 Aug 2005 17:55:10 +0000 (17:55 +0000)
commands/scripts/Makefile
commands/scripts/gcc.sh [new file with mode: 0644]

index 5cdcef8b6df6129aa2a9d9b4e25d9509a36e4759..222c2c3d82118c1af91e4c3c973830f663d4e24c 100755 (executable)
@@ -22,6 +22,7 @@ usr:  \
                /usr/bin/echo \
                /usr/bin/expr \
                /usr/bin/false \
+               /usr/bin/gcc \
                /usr/bin/getopts \
                /usr/bin/read \
                /usr/bin/test \
@@ -85,6 +86,9 @@ 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
new file mode 100644 (file)
index 0000000..66d0828
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "GCC and the GNU utils are in /usr/gnu. Please adjust your \$PATH accordingly."