summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 1d933e1..c66f29b 100755
--- a/build.sh
+++ b/build.sh
@@ -58,5 +58,13 @@ if [[ $? != 0 ]]; then
exit 1
fi
+
+#
+# Make sure ctf utilities are in our path
+#
+KERNEL_SOURCE=$(pwd)/../../illumos
+CTFBINDIR=$KERNEL_SOURCE/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386
+export PATH=$PATH:$CTFBINDIR
+
echo "==> Make"
gmake