History log of /src/sys/arch/mvme68k/stand/libbug/Makefile |
Revision | | Date | Author | Comments |
1.18 |
| 21-Nov-2014 |
christos | We don't need a special rule now that the file is called .S (having a just .o rule before broke the MKDEBUG build).
|
1.17 |
| 21-Nov-2014 |
christos | rename to bugstart.S
|
1.16 |
| 21-Jan-2011 |
joerg | branches: 1.16.14; Switch remaining platforms to modern CPP for assembler.
|
1.15 |
| 06-Dec-2009 |
tsutsui | branches: 1.15.4; 1.15.6; 1.15.8; Put asm objects into OBJS, not dependencies for all target.
|
1.14 |
| 12-Dec-2001 |
tv | branches: 1.14.122; MKfoo=no -> NOfoo
|
1.13 |
| 14-Nov-2001 |
tv | Work around <bsd.lib.mk> used for kernel libs in other places. Clean up include paths.
|
1.12 |
| 05-Dec-2000 |
scw | branches: 1.12.4; 1.12.8; Replace the startup C code with assembler, which avoids having to explicitly tell the compiler what registers the Bug args come in on.
|
1.11 |
| 04-Dec-2000 |
scw | Use -fomit-frame-pointer when compiling bugcrt.c; a6 needs to be reserved for Bug arguments.
|
1.10 |
| 28-Jul-2000 |
scw | Really make this work for `dependall'. Also strip bootst.bug before running it through wrtvid.
|
1.9 |
| 27-Jul-2000 |
scw | Make these work for the `dependall' target.
|
1.8 |
| 24-Jul-2000 |
jdolecek | cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary stuff make this all compile with -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes -Werror , also compilable on 1.4.1 label itself as NetBSD/mvme68k instead of "BSD" in bootblock message move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built and used separately to rest of libbug) convert sboot to use ordinary mvme68 libsa, instead of copying needed stuff in libc_sa.c convert to use version info generated by sys/conf/newvers_stand.sh instead of previous version.c files, add necessary 'version' files put chiptotime() to separate libsa file (used also by sboot/clock.c)
Thanks to Steve Woodford for help with this. Note that -current build might be hosed by this change, will be addressed by Steve shortly.
|
1.7 |
| 13-Feb-1999 |
lukem | branches: 1.7.8; convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
1.6 |
| 01-Aug-1998 |
scw | Changes to keep lint happy. In particular, fix some Makefiles so the include paths are passed to lint.
|
1.5 |
| 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.4 |
| 30-May-1997 |
cjs | Remove empty libinstall target and add NOINSTALL=1.
|
1.3 |
| 07-May-1997 |
mycroft | Use libinstall::, not install:, to prevent instaling LIB.
|
1.2 |
| 17-May-1996 |
chuck | update for libbug.h, console I/O
|
1.1 |
| 17-May-1996 |
chuck | libbug from Dale Rahn. Revisions by Theo de Raadt and myself.
|
1.7.8.2 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.7.8.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.12.8.1 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.12.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.14.122.1 |
| 11-Mar-2010 |
yamt | sync with head
|
1.15.8.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.15.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.15.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.16.14.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|