Name Date Size #Lines LOC

..--

ksh/H--861440

libast/H--55,08252,868

libcmd/H--754410

libdll/H--1,094692

libpp/H--304130

libshell/H--10,9636,503

libsum/H--526204

msgcc/H--9847

shcomp/H--9537

tools/H--9155

MakefileH A D27-Dec-20201.7 KiB6834

Makefile.astH A D26-Feb-20225.4 KiB17665

Makefile.asthdrH A D27-Dec-20203.5 KiB8333

Makefile.astmsgH A D02-Feb-20213.2 KiB9942

Makefile.iffeH A D02-Sep-20212.4 KiB7429

README.astH A D17-Nov-2024984 1915

README.ast

1This area contains the build configuration for selected AT&T Software Technology
2(AST) libraries and commands. In particular ksh (the illumos /bin/sh), its
3supporting libraries and and a small number of system commands, see
4./ksh/builtins/alias.c
5
6The source for these components is in usr/src/contrib/ast/; see the README
7file there for more information.
8
9The AST library builds use FEATURE files to describe the capabilities of the
10host system and build environment (similar to the output from tools like
11GNU autoconf). In order to support cross compilation and ensure reproducible
12builds, these files are present in this tree under libXXX/<arch>/FEATURE/
13alongside a small number of other generated files.
14
15The FEATURE files can be re-generated based on the current contents of
16proto using 'make _feature' in this directory. This should be done after
17adding new features to the standard libraries that AST can detect and use.
18This needs to be done for all supported architectures.
19