minix/commands
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
..
acknm retire _CONST, _VOLATILE, _SIZET, _ARGS, _VOID 2012-03-25 21:58:20 +02:00
acksize retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
add_route Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
arp Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
ash Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
at retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
atnormalize Remove some usage of 64bit functions (minix/u64.h) 2012-10-15 18:24:30 +02:00
autopart part(8)/autopart(8): remove partition hack 2012-10-16 15:24:26 +02:00
backup Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
banner retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
basename retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
btrace btrace(8): resolve Coverity warnings 2012-07-30 12:10:07 +00:00
cal Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
cawf Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
cd Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
cdprobe Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
chmod Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
chown Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
ci retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
cleantmp Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
clear Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
cmp retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
co retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
comm retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
compress Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
cp Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
cpp better cpp 2012-02-17 23:53:44 +01:00
crc Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
cron Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
crontab Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
cut Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
dd Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
decomp16 retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
DESCRIBE Add fbd -- Faulty Block Device driver 2011-12-11 22:45:46 +01:00
devmand Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
devsize Remove some usage of 64bit functions (minix/u64.h) 2012-10-15 18:24:30 +02:00
df df(1): use statvfs instead of raw disk access 2012-10-17 22:51:17 +02:00
dhcpd Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
dhrystone retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
diff Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
dirname Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
diskctl diskctl(8) tool 2010-08-12 14:11:28 +00:00
dosread retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
dumpcore Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
eject commands: fixes for clang errors. 2010-07-06 12:10:23 +00:00
elvis Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
env Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
expand retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
factor retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
fbdctl Add fbd -- Faulty Block Device driver 2011-12-11 22:45:46 +01:00
fdisk retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
fetch fetch command 2010-07-01 00:06:41 +00:00
find Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
finger Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
fingerd retire _CONST, _VOLATILE, _SIZET, _ARGS, _VOID 2012-03-25 21:58:20 +02:00
fix Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
fold retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
format mount(1)/umount(1)/format(1): remove setuid bits 2012-10-17 23:01:13 +02:00
fortune retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
fsck.mfs remove unused <tools.h> 2012-09-20 12:24:22 +02:00
ftp101 Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
gcore gcore: uninitialized variable fix and cleanup 2011-11-23 15:56:13 +01:00
gcov-pull Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
getty Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
grep More cleaning up 2012-02-15 19:04:58 +00:00
head retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
hexdump get rid of __LONG_LONG_SUPPORTED 2012-03-25 21:58:26 +02:00
host Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
hostaddr Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
id Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
ifconfig Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
ifdef retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
intr Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
ipcrm Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
ipcs Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
irdpd Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
isoread retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
join retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
kill retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
last retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
less import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
loadfont Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
loadkeys Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
loadramdisk Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
logger Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
look Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
lp Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
lpd Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
ls Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
lspci make all other commands use ProcFS 2010-09-14 21:31:56 +00:00
mail retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
MAKEDEV MAKEDEV(8): don't make /dev/filter user-accessible 2012-10-17 23:00:46 +02:00
mdb Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
mesg retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
mined Replace MACHINE/CHIP macros with compiler macros 2012-08-06 17:49:22 +02:00
mkfifo mkfifo.c: fix ack warning 2010-12-10 15:21:59 +00:00
mount mount(1)/umount(1)/format(1): remove setuid bits 2012-10-17 23:01:13 +02:00
mt Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
netconf adjust netconf for new su behaviour 2012-03-28 17:30:56 +02:00
nice Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
nohup Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
nonamed Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
od retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
part part(8)/autopart(8): remove partition hack 2012-10-16 15:24:26 +02:00
partition Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
paste retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
patch rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
ping Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
pkgin_cd Update release script for pkgsrc 2010-09-10 17:00:30 +00:00
playwave retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
postinstall Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
poweroff Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
pr retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
pr_routes Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
prep retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
printf Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
printroot retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
profile Write raw sprofile traces to preserve all information as well as save space 2012-08-10 18:49:40 +00:00
progressbar retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
ps retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
pwd retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
pwdauth Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
ramdisk VM: full munmap 2012-09-18 13:17:52 +02:00
rarpd Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
rawspeed Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
rcp Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
rdate Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
readclock remove hardcoding of system.conf path in various service calls 2010-09-10 09:22:22 +00:00
reboot Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
recwave retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
remsync Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
repartition Remove some usage of 64bit functions (minix/u64.h) 2012-10-15 18:24:30 +02:00
rev Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
rget Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
rlogin retire _CONST, _VOLATILE, _SIZET, _ARGS, _VOID 2012-03-25 21:58:20 +02:00
rotate Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
rsh retire _CONST, _VOLATILE, _SIZET, _ARGS, _VOID 2012-03-25 21:58:20 +02:00
rshd Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
screendump commands: fixes for clang errors. 2010-07-06 12:10:23 +00:00
service vm: remove stack handling for signals 2012-08-29 17:31:38 +02:00
setup setup(8): only call df(1) on mounted file systems 2012-10-17 22:54:27 +02:00
shar retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
sleep retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
slip Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
sort unstack, sort: cleanup and improvement 2012-09-26 18:44:55 +02:00
spell Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
split retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
sprofalyze Fix uninitialized variable in sprofalyze 2012-09-04 11:56:18 +02:00
sprofdiff Two frees to appease Coverity 2012-08-31 20:12:57 +02:00
srccrc Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
stty retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
sum retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
svclog Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
svrctl Add a simple utility to send control messages 2012-04-13 12:58:41 +00:00
swifi swifi: modernize a bit 2012-03-05 22:41:49 +01:00
sync retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
synctree synctree compile fix 2012-05-31 22:42:49 +02:00
sysenv Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
syslogd Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
tail retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
tcpd Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
tcpdp Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
tcpstat Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
tee retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
telnet Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
telnetd retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
term retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
termcap retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
tget commands: fixes for clang errors. 2010-07-06 12:10:23 +00:00
time Remove some usage of 64bit functions (minix/u64.h) 2012-10-15 18:24:30 +02:00
touch Cleanup dep file. 2010-07-05 21:04:31 +00:00
tr Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
truncate Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
tsort retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
tty retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
udpstat Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
umount mount(1)/umount(1)/format(1): remove setuid bits 2012-10-17 23:01:13 +02:00
uname retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
unexpand retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
unstack unstack, sort: cleanup and improvement 2012-09-26 18:44:55 +02:00
update retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
update_bootcfg update_bootcfg(8): various improvements 2012-10-16 10:34:58 +02:00
updateboot updateboot script for netbsd bootloader 2012-02-15 03:51:27 +01:00
uud retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
uue retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
version Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
vol retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
wc retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
whereis Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
which retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
who Move minix/paths.h to paths.h 2010-11-06 20:40:15 +00:00
worldstone worldstone: add -s for statistical profiling 2012-09-19 13:43:17 +02:00
write retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
writeisofs Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
xargs Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
yes Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
zdump Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
zmodem retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
Makefile mkfs, mkproto: minor improvements 2012-11-07 23:15:52 +01:00
Makefile.inc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00