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,29 @@ fi
#exit 1
#fi
if (./mk-authtoken-dl d clean all)
then
echo
else
echo '**** BUILDING DEBUG authtoken FAILED ****'
exit 1
fi
if (./mk-authtoken-dl d clean all)
then
echo
else
echo '**** BUILDING DEBUG authkrb5token FAILED ****'
exit 1
fi
if (./mk-pamauthtoken-dl d clean all)
then
echo
else
echo '**** BUILDING DEBUG pamauthtoken FAILED ****'
exit 1
fi