lukem
f72bbf3895
use CPPFLAGS instead of CFLAGS, fix building of test
1997-10-23 03:26:27 +00:00
lukem
7eb1a33b9b
use CPPFLAGS instead of CFLAGS
1997-10-23 03:24:56 +00:00
lukem
86334d6bd9
remove superfluous CFLAGS line; WARNS=1 provides the same thing
1997-10-23 03:23:03 +00:00
lukem
32fadee0a3
use CPPFLAGS instead of CFLAGS
1997-10-23 03:20:40 +00:00
mrg
93b7e4207d
oops; forgot to update the license here.
1997-10-23 03:00:12 +00:00
lukem
4d327fc09d
use CPPFLAGS instead of CFLAGS
1997-10-23 02:53:50 +00:00
lukem
69c06ad713
use CPPFLAGS instead of CFLAGS
1997-10-23 02:41:28 +00:00
lukem
644e7f4b92
use CPPFLAGS instead of CFLAGS
1997-10-23 02:28:37 +00:00
gwr
9420004b46
Remove the for-loop that wants to map multiple msgbuf pages.
...
Multiple msgbuf pages will not work without a redesign of
the kernel VM layout, so let's not pretend we can do it.
1997-10-23 02:24:41 +00:00
gwr
1060564fdc
Make this generate the same output as kern/genassym.awk
1997-10-23 02:06:28 +00:00
gwr
737748a765
Generate assym.h into assym.h.tmp first, then move it. (safety)
...
Add a dependency for stub.o:Makefile
1997-10-23 01:39:20 +00:00
lukem
a45764133a
use CPPFLAGS instead of CFLAGS
1997-10-22 23:51:27 +00:00
lukem
952b672fde
use CPPFLAGS instead of CFLAGS
1997-10-22 23:33:05 +00:00
lukem
97ba901942
use CPPFLAGS instead of CFLAGS, ${COMPILE.c} instead of ${CC} ... -c
1997-10-22 23:21:46 +00:00
lukem
d0e23d974a
- use CPPFLAGS instead of CFLAGS
...
- use ${COMPILE.C} ... instead of ${CC} ${CFLAGS} -c ...
1997-10-22 23:14:04 +00:00
gwr
6dfcd7b38d
Add: fd.4 intro.4 kbd.4 ms.4
1997-10-22 23:12:17 +00:00
gwr
82e23efefd
Mostly stolen from man4.sparc (fixes PR#3979)
1997-10-22 23:10:05 +00:00
gwr
bbf694e0fb
s:SPARCstation:Sun3/80:
1997-10-22 23:08:22 +00:00
gwr
f5b7f0cd1e
s/sparc/sun3/
1997-10-22 22:55:44 +00:00
enami
43551801be
Make make install' work with
obj' directory.
1997-10-22 22:12:30 +00:00
thorpej
229db4813c
Remove an extra semicolon that broke processing of the "r" directive.
1997-10-22 19:51:58 +00:00
sommerfe
73e508c64a
Fix pr4316: doesn't build on 1.3..
1997-10-22 19:11:45 +00:00
briggs
a2594d0b33
Lost changes from 1.168 somewhere along the line.
1997-10-22 18:54:24 +00:00
fair
f23cf79ee0
Initialize "cp" to make gcc/sparc error go away:
...
quotaon.c:222: warning: `cp' might be used uninitialized in this function
1997-10-22 18:43:16 +00:00
sommerfe
c83f212654
Fix PR4316: pcvt busted in 1.3..
1997-10-22 18:24:30 +00:00
gwr
aa67eda78f
Correct zs_unit in zs_kgdb_init().
...
Similar problem as zs.c:consinit().
1997-10-22 17:03:35 +00:00
lukem
6bf85c9ba3
* use CPPFLAGS instead of CFLAGS for -D and -I options
...
* use COPTS instead of CFLAGS for -fPIC et al
* use ${COMPILE.c} instead of ${CC} ${CFLAGS} -c
* use FILES and FILESDIR to install pc532 objects (instead of install: rule) -
this makes it consistent with the other a.out ports (arm32, i386, m68k, sparc)
1997-10-22 16:00:39 +00:00
phil
345ae6924d
Recover more bits lost in my earlier blunder. Get update working.
...
Other minor tweeks.
1997-10-22 15:28:33 +00:00
gwr
9053a6f401
Correct the values of zs_unit in consinit(),
...
so ddb will work on the keyboard/display.
1997-10-22 14:39:38 +00:00
is
560b960e0d
finalize Objective-C support, closing PR 4200 by Peter Simons:
...
- add /usr/include/objc to mtree
- set libobjc/Makefile INCSDIR=/usr/include/objc
- put to-be-installed includes to libobjc/Makefile into INCS=
- add the Objective-C source files to the appropriate lists.
- as the objc include files are installed now, no need to patch most
of the files.
- add /usr/include/obj/* to src/distrib/comp/mi
The changes have been applied to gcc2netbsd, and this script was then used
to create the new version of the files in libobjc/.
1997-10-22 12:56:37 +00:00
leo
c289655641
Make this compile again by including <vm/vm.h> and moving sysctl.h below
...
that include.
1997-10-22 08:04:07 +00:00
thorpej
baddc757e4
Update for new function renaming nechanism.
1997-10-22 06:59:35 +00:00
thorpej
38ba03f125
Allow the old-name functions to be compiled from the same source file as
...
the renamed functions, and add some #error directives to force the
issue with weak symbols for renamed functions when we support weak
symbols in the C library.
1997-10-22 06:37:42 +00:00
lukem
e8cebc9784
use CPPFLAGS instead of CFLAGS
1997-10-22 05:55:52 +00:00
lukem
dc3678728d
use CPPFLAGS instead of CFLAGS
1997-10-22 05:45:08 +00:00
lukem
10d5d0d9ce
use CPPFLAGS instead of CFLAGS
1997-10-22 05:26:25 +00:00
lukem
2b90aecdec
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
1997-10-22 05:24:11 +00:00
thorpej
665f7d1a6e
Implement __RENAME() in <machine/cdefs.h>
1997-10-22 05:20:32 +00:00
lukem
009fbbc126
use CPPFLAGS instead of CFLAGS
1997-10-22 05:05:21 +00:00
lukem
43e8208cc2
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
1997-10-22 04:56:11 +00:00
lukem
dd1343dba9
use CPPFLAGS instead of CFLAGS
1997-10-22 04:42:45 +00:00
phil
49977a64e5
include <vm/vm.h> at proper points.
1997-10-22 03:40:17 +00:00
phil
b34ae4f929
Get TRUE and FALSE defined again.
1997-10-22 03:35:56 +00:00
lukem
2ce5181838
use CPPFLAGS instead of CFLAGS
1997-10-22 02:31:35 +00:00
lukem
07b16fa2db
use CPPFLAGS instead of CFLAGS
1997-10-22 02:20:09 +00:00
lukem
e48b312006
use CPPFLAGS instead of CFLAGS, fix dependancies, add RCSID
1997-10-22 02:17:11 +00:00
lukem
ad6d6347fe
use CPPFLAGS instead of CFLAGS
1997-10-22 02:11:56 +00:00
lukem
45b16676b3
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
1997-10-22 02:01:17 +00:00
lukem
3c03ef2d87
use CPPFLAGS instead of CFLAGS
1997-10-22 01:47:23 +00:00
fvdl
6b89492d21
Just return immediately in nfs_bioread if we got an empty buffer because
...
of EOF on a directory.
1997-10-22 01:45:16 +00:00