summaryrefslogtreecommitdiff
path: root/hald/valgrind-hald.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hald/valgrind-hald.sh')
-rwxr-xr-xhald/valgrind-hald.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hald/valgrind-hald.sh b/hald/valgrind-hald.sh
index 0246702a..32eab927 100755
--- a/hald/valgrind-hald.sh
+++ b/hald/valgrind-hald.sh
@@ -16,7 +16,9 @@ if [ "$1" = "--skip-fdi-install" ] ; then
shift
else
rm -rf $HALD_TMPDIR
+ mkdir -p $HALD_TMPDIR
make -C ../fdi install DESTDIR=$HALD_TMPDIR prefix=/ && \
+ make -C ../policy install DESTDIR=$HALD_TMPDIR prefix=/
if [ ! -d $information_fdidir ] ; then
echo "ERROR: You need to checkout hal-info in the same level"
echo "directory as hal to get the information fdi files."