the src is the same for all architectures
src package names match
<package>.????-??-??.tgz
binaray packages contain the generated binaries and header files
required for using ast commands and building against ast libraries
-- background --
ast src builds use viewpathing
the bottom view $PACKAGEROOT is the src common to all architectures and
corresponds to the src package
the top view INSTALLROOT=$PACKAGE/arch/$(bin/package) is the
architecture-specific binaray view and is a superset of the binaray packages
(i.e., binaray packages do not contain .o's used to build commands/libs)
multiple architecture views can point to the same src view
this means you can do
cd $PACKAGEROOT
bin/package read
in $PACKAGEROOT that is mounted on multiple architectures
and then on each different architecture do
cd $PACKAGEROOT
bin/package make
the different builds will use one copy of the src
and generated files will be in the architecture-specific dirs
$PACKAGE/arch/$(bin/package)
On Tue, 15 Feb 2011 16:06:38 +0100 Bernd Eggink wrote:
> Am 14.02.2011 06:56, schrieb Glenn Fowler:
> > the AT&T Software Technology ast 2011-02-08 binary release
> > has been posted to the download site
> > http://www.research.att.com/sw/download/
> Are the linux.i386 sources complete? I get the message:
> bin/package: line 3880: src/Makefile: No such file or directory
> And in fact neither ast-ksh.2011-02-08.linux.i386.tgz nor
> INIT.2011-02-08.linux.i386.tgz contain any makefiles. Or am I missing
> something?
> Regards,
> Bernd
> --
> Bernd Eggink
> http://sudrala.de
> _______________________________________________
> ast-users mailing list
> [email protected]
> https://mailman.research.att.com/mailman/listinfo/ast-users
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users