]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Misc useful build definitions
authorAndrew Boardman <amb@mit.edu>
Tue, 8 Aug 2006 23:01:00 +0000 (23:01 +0000)
committerAndrew Boardman <amb@mit.edu>
Tue, 8 Aug 2006 23:01:00 +0000 (23:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18425 dc483132-0cff-0310-8789-dd5450dbe970

Makefile

index 49351c13d65cdc0d2b219a2071c7c599b69911cc..70a973270d4d93b407935c5d6a73912cbb8cd33c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,12 @@ ptest: ptest.c
        cc -I/mit/amb/k5/trunk/src/include \
                -L/mit/amb/k5/trunk/src/lib \
                -g ptest.c -o ptest -lkrb5 -lcom_err
+
+tags:
+       etags `find . -name "*.[ch]" -print`
+
+krb5conf:
+       cd trunk/src && ./util/reconf --force && ./configure
+
+krb5:
+       cd trunk/src && make