[822] in Kerberos_V5_Development

home help back first fref pref prev next nref lref last post

A Krb5 build utility.....

daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Sep 20 22:55:29 1994

Date: Tue, 20 Sep 1994 22:55:16 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: krbdev@MIT.EDU

I've just checked in a generic Krb5 build utility, which should make it
easier for us to do controlled builds of the Kerberos tree, and know
exactly which versions of lex, yacc, ar, ranlib, etc. are used to
generate a distribution.

(I finally got pushed to implement this when I discovered that any
attempt to use the GNU tools which use the BFD library completely
fubar's a library for use with Purify.  According to Pure Software, etc.
the resulting library doesn't "conform to the SVR4 spec", and it causes
purify to core dump.  When I get more information about what's going on,
I'll people know.)

So anyway, here's the format of the config file which kbuild takes.  Let
me know what you think....

						- Ted

#
# pure-solaris.config 
# 
# This is a set of build parameters for Solaris 2.3; it uses almost pure
# Solaris tools except for make, where we use GNU make so that VPATH works
# correctly.
#

SRCDIR: /var/tytso/krb5/src
CC: suncc
CC_OPTS: -g
KRB4: /usr/athena

BEGIN CMD_LIST

/bin/cp
/bin/rm
/bin/mv
/bin/test
/bin/cat
/bin/cmp
/bin/echo
/bin/true
/usr/bin/awk
/usr/bin/sed
/usr/bin/grep
/usr/bin/egrep
/usr/bin/chmod
/usr/bin/mkdir
/usr/bin/tr
/usr/bin/ln

/usr/ucb/install

/usr/ccs/bin/ar
/usr/ccs/bin/lex
/usr/ccs/bin/yacc

#
# ?@#!%! Sunsoft CC needs special script for the License Manager....
#
/mit/tytso/sun4bin/suncc

# 
# So that VPATH works
#
/mit/cygnus/sun4bin/make

END CMD_LIST




home help back first fref pref prev next nref lref last post