minix/commands/ash
Lionel Sambuc 9152e1c5a7 Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
 * tools
 * distribution
 * sets
 * release

The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.

For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.

Regarding new or modifications of Makefiles a few things:
 * Read share/mk/bsd.README
 * If you add a subdirectory, add a Makefile in it, and have it called
   by the parent through the SUBDIR variable.
 * Do not add arbitrary inclusion which crosses to another branch of
   the hierarchy; If you can't do without it, put a comment on why.
   If possible, do not use inclusion at all.
 * Use as much as possible the infrastructure, it is here to make
   life easier, do not fight it.

Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-11-15 16:07:29 +01:00
..
bltin Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
funcs New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
alias.c We have sys/cdefs.h now, so remove hacks. 2010-06-17 15:14:57 +00:00
alias.h Removed unused variables, added const where possible. 2010-04-07 11:25:51 +00:00
arith_lex.h New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
arith_lex.l Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
arith.y Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
builtins New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
builtins.def New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
cd.c Removed unused variables, added const where possible. 2010-04-07 11:25:51 +00:00
cd.h New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
complete.c New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
complete.h New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
errmsg.c New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
errmsg.h New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
error.c Code cleanup: remove unused #include, variables and code, 2010-04-15 18:49:36 +00:00
error.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
eval.c We have sys/cdefs.h now, so remove hacks. 2010-06-17 15:14:57 +00:00
eval.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
exec.c We have sys/cdefs.h now, so remove hacks. 2010-06-17 15:14:57 +00:00
exec.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
expand.c We have sys/cdefs.h now, so remove hacks. 2010-06-17 15:14:57 +00:00
expand.h Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
histedit.c New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
init.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
input.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
input.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
jobs.c We have sys/cdefs.h now, so remove hacks. 2010-06-17 15:14:57 +00:00
jobs.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
machdep.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mail.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mail.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
main.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
main.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Makefile Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
memalloc.c Removed unused variables, added const where possible. 2010-04-07 11:25:51 +00:00
memalloc.h Removed unused variables, added const where possible. 2010-04-07 11:25:51 +00:00
miscbltin.c We have sys/cdefs.h now, so remove hacks. 2010-06-17 15:14:57 +00:00
mkbuiltins.sh Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
mkinit.c Make commands cross-compilable 2012-06-18 10:53:23 +00:00
mknodes.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mksignames.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mksyntax.c Make commands cross-compilable 2012-06-18 10:53:23 +00:00
mktokens.sh Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
myhistedit.h New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
mystring.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mystring.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
nodes.c.pat Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
nodetypes Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
options.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
options.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
output.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
output.h Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
parser.c We have sys/cdefs.h now, so remove hacks. 2010-06-17 15:14:57 +00:00
parser.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
redir.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
redir.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
setmode.c commands: fix clang errors 2011-06-09 08:27:49 +02:00
shell.h Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
show.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
show.h New version of ash. From FreeBSD 5.4 via Minix-vmd. 2006-05-23 12:59:34 +00:00
TOUR Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
trap.c ash: don't rely on libc signal names 2011-07-26 18:59:52 +02:00
trap.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
var.c We have sys/cdefs.h now, so remove hacks. 2010-06-17 15:14:57 +00:00
var.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00