changeset 284:353d72c420cc

Native-side symlinks for distcc to use.
author Rob Landley <rob@landley.net>
date Thu, 31 Jan 2008 02:21:31 -0600
parents 8b70223188d8
children 6c657952b937
files mini-native.sh
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Thu Jan 31 02:20:57 2008 -0600
+++ b/mini-native.sh	Thu Jan 31 02:21:31 2008 -0600
@@ -165,7 +165,10 @@
 make -j "$CPUS" &&
 make install &&
 cd .. &&
-$CLEANUP distcc
+$CLEANUP distcc &&
+mkdir -p "${TOOLS}/distcc" &&
+ln -s ../bin/distcc "${TOOLS}/distcc/gcc" &&
+ln -s ../bin/distcc "${TOOLS}/distcc/cc"
 
 [ $? -ne 0 ] && dienow