[5765] in Kerberos
Re: multiple architecutre k5 build...
daemon@ATHENA.MIT.EDU (Joe Ramus)
Wed Aug 23 15:06:14 1995
Date: Wed, 23 Aug 95 11:56:33 PDT
From: ramus@nersc.gov (Joe Ramus)
To: mts@terminator.rs.itd.umich.edu
Cc: kerberos@MIT.EDU
We use Gnu make which allows the source files to be in one
directory tree while the object files and executables are
created in another tree. Thus we have a single source tree
and a building tree for each target architecture.
Another method is to use a tool "lndir" rather than synctree.
This tool allows a single source tree.
For each architecture tree, it creates symbolic links to the
source files. Then you can use the regular Unix make.
You can find lndir in the Kerberos 5 source in the util directory:
src/util/lndir
----------------------------------------------------------------
| Joe Ramus NERSC Livermore (510) 423-8917 ramus@nersc.gov |
----------------------------------------------------------------
>> From mts@terminator.rs.itd.umich.edu Wed Aug 23 09:16:01 1995
>> Return-Path: <mts@terminator.rs.itd.umich.edu>
>> To: kerberos@MIT.EDU
>> Cc: mts@terminator.rs.itd.umich.edu
>> Subject: multiple architecutre k5 build...
>> Date: Wed, 23 Aug 1995 11:49:55 -0400
>> From: "Michael T. Stolarchuk" <mts@terminator.rs.itd.umich.edu>
>> Content-Length: 169
>>
>>
>> Is anyone using synctree to buld the multiple target
>> architectures? I'd like to, but I can't
>> find a copy of synctree...
>>
>> Is it hiding somewhere on athena-dist?
>>
>> mts.