2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: md.amigappc,v 1.11 2013/11/17 14:34:11 alnsn Exp $
|
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-09-12 09:37:05 +02:00
|
|
|
./usr/include/amigappc comp-c-include
|
|
|
|
./usr/include/amigappc/_G_config.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/ansi.h comp-c-include
|
|
|
|
./usr/include/amigappc/aout_machdep.h comp-c-include
|
|
|
|
./usr/include/amigappc/asm.h comp-c-include
|
|
|
|
./usr/include/amigappc/atomic.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/bat.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/bswap.h comp-c-include
|
|
|
|
./usr/include/amigappc/bus.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/cdefs.h comp-c-include
|
|
|
|
./usr/include/amigappc/cpu.h comp-c-include
|
|
|
|
./usr/include/amigappc/db_machdep.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/disklabel.h comp-c-include
|
|
|
|
./usr/include/amigappc/elf_machdep.h comp-c-include
|
|
|
|
./usr/include/amigappc/endian.h comp-c-include
|
|
|
|
./usr/include/amigappc/endian_machdep.h comp-c-include
|
|
|
|
./usr/include/amigappc/float.h comp-c-include
|
|
|
|
./usr/include/amigappc/fpu.h comp-c-include
|
|
|
|
./usr/include/amigappc/frame.h comp-c-include
|
|
|
|
./usr/include/amigappc/ieee.h comp-c-include
|
|
|
|
./usr/include/amigappc/ieeefp.h comp-c-include
|
|
|
|
./usr/include/amigappc/int_const.h comp-c-include
|
|
|
|
./usr/include/amigappc/int_fmtio.h comp-c-include
|
|
|
|
./usr/include/amigappc/int_limits.h comp-c-include
|
|
|
|
./usr/include/amigappc/int_mwgwtypes.h comp-c-include
|
|
|
|
./usr/include/amigappc/int_types.h comp-c-include
|
|
|
|
./usr/include/amigappc/intr.h comp-c-include
|
|
|
|
./usr/include/amigappc/ipkdb.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/kcore.h comp-c-include
|
|
|
|
./usr/include/amigappc/limits.h comp-c-include
|
|
|
|
./usr/include/amigappc/lock.h comp-c-include
|
|
|
|
./usr/include/amigappc/machine_type.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/math.h comp-c-include
|
|
|
|
./usr/include/amigappc/mcontext.h comp-c-include
|
|
|
|
./usr/include/amigappc/mutex.h comp-c-include
|
|
|
|
./usr/include/amigappc/param.h comp-c-include
|
|
|
|
./usr/include/amigappc/pcb.h comp-c-include
|
|
|
|
./usr/include/amigappc/pio.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/pmap.h comp-c-include
|
|
|
|
./usr/include/amigappc/pmc.h comp-c-include
|
|
|
|
./usr/include/amigappc/powerpc.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/proc.h comp-c-include
|
|
|
|
./usr/include/amigappc/profile.h comp-c-include
|
|
|
|
./usr/include/amigappc/psl.h comp-c-include
|
|
|
|
./usr/include/amigappc/pte.h comp-c-include
|
|
|
|
./usr/include/amigappc/ptrace.h comp-c-include
|
|
|
|
./usr/include/amigappc/reg.h comp-c-include
|
|
|
|
./usr/include/amigappc/reloc.h comp-c-include
|
|
|
|
./usr/include/amigappc/rwlock.h comp-c-include
|
|
|
|
./usr/include/amigappc/setjmp.h comp-c-include
|
|
|
|
./usr/include/amigappc/signal.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/amigappc/sljitarch.h comp-c-include
|
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-09-12 09:37:05 +02:00
|
|
|
./usr/include/amigappc/spr.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/stdarg.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/trap.h comp-c-include
|
|
|
|
./usr/include/amigappc/types.h comp-c-include
|
|
|
|
./usr/include/amigappc/varargs.h comp-obsolete obsolete
|
|
|
|
./usr/include/amigappc/vmparam.h comp-c-include
|
|
|
|
./usr/include/amigappc/wchar_limits.h comp-c-include
|
|
|
|
./usr/include/amigappc/z8530var.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/ieeefp.h comp-c-include
|