cgd
|
3d67685d36
|
Do not build vnode_if.[ch] for each kernel. Build them once, like the
various syscall sources/headers, and just compile them. From PR 2142, OK'd
by mycroft.
|
1996-02-29 20:54:58 +00:00 |
mycroft
|
2ce52ae489
|
Define build programs with `?=', so they can be overridden with `makeoptions'.
|
1996-02-26 02:53:20 +00:00 |
mycroft
|
753fe3a25a
|
Fix mkdep problems due to missing flags.
|
1996-02-09 02:21:13 +00:00 |
mycroft
|
5bc076e17e
|
Use `-traditional-cpp' when building .s and .S files.
|
1996-02-03 00:43:50 +00:00 |
mycroft
|
dcd66e9f4d
|
Clone these, and fix many bugs.
|
1996-02-02 20:08:17 +00:00 |
mycroft
|
fc9d84fb46
|
assym.s -> assym.h
(Some ports did this already.)
|
1996-02-02 02:34:09 +00:00 |
mycroft
|
88e512b693
|
LOCORE -> _LOCORE
|
1996-02-01 22:28:24 +00:00 |
thorpej
|
57219ebad3
|
Remove vnode_if.[ch] during a "make clean", per PR#536 from
Dan Carosone <danielce@ee.mu.oz.au>.
|
1996-01-14 21:06:47 +00:00 |
jtc
|
0cd793449e
|
merge in changes from 1.1 release branch
|
1995-11-30 00:56:23 +00:00 |
leo
|
e44fc4282e
|
Use -msoft-float as suggested by Gordon Ross.
|
1995-09-23 20:22:01 +00:00 |
thorpej
|
2d61359f60
|
Compile the kernel with -Werror and -fno-builtin.
|
1995-09-19 23:33:12 +00:00 |
leo
|
be029faea0
|
Use -O2
|
1995-07-11 21:28:38 +00:00 |
christos
|
7f0e620523
|
Makefile.`arch`: - Add -lcompat
- Change clean: target to be a double dep one,
so libraries can use the clean target too
- Add genassym to the clean targets
|
1995-06-24 20:41:28 +00:00 |
jtc
|
f90f8d10aa
|
Removing -DKERNEL, transition to _KERNEL has been completed
|
1995-05-16 22:24:17 +00:00 |
leo
|
95b76828da
|
Add -D_KERNEL to preprocessor flags
|
1995-03-28 06:29:39 +00:00 |
leo
|
8b0113cfce
|
NetBSD/Atari, port by Leo Weppelman.
|
1995-03-26 07:12:03 +00:00 |