Made changes to start building the auth_token stuff.

This commit is contained in:
Juan Carlos Luciani
2005-12-14 17:05:16 +00:00
parent 7e59e6055b
commit 638e26c3cb
4 changed files with 53 additions and 2 deletions

View File

@@ -125,3 +125,28 @@ fi
#echo '**** BUILDING client login FAILED ****'
#exit 1
#fi
if (./mk-authtoken-ol m clean all)
then
echo
else
echo '**** BUILDING authtoken FAILED ****'
exit 1
fi
if (./mk-authtoken-ol m clean all)
then
echo
else
echo '**** BUILDING authkrb5token FAILED ****'
exit 1
fi
if (./mk-pamauthtoken-ol m clean all)
then
echo
else
echo '**** BUILDING pamauthtoken FAILED ****'
exit 1
fi