perry
1801e92fce
add strchr.c, strrchr.c, memmove.c, memcpy.c, to KSRC for copy to libkern.
1998-08-04 05:55:56 +00:00
mycroft
3bd6c97c08
Enable quad support on PowerPC.
1998-05-06 18:12:35 +00:00
cgd
e989882802
add bcopy.c to KSRCS, to sync with charles's libkern changes
1998-03-27 01:29:47 +00:00
mikel
aa97080b50
fix typo in comment
1998-03-04 08:17:20 +00:00
cgd
f32681cab6
copy memchr.c, index.c, and rindex.c to libkern
1998-01-22 00:17:11 +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
lukem
5542a7ca43
- define WARNS?=1 in the top-level Makefile.inc, and don't define
...
anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
cleaned up
- rcsid police
lib is now clean (except for librpcsvc and libwrap) on the i386, and
this should motivate the other ports to fix any other minor problems
that their compilers pick up that the i386 version doesn't.
1997-10-09 14:36:17 +00:00
veego
344a043fcf
Build with warnings enabled on m68k systems.
1997-07-18 10:52:36 +00:00
thorpej
a323ef09ba
Build with warnings enabled on the Alpha.
1997-07-18 00:28:15 +00:00
christos
ca04b1a733
Add WARNS=1 for the sparc and the i386
1997-07-13 18:36:23 +00:00
mikel
6e6ba705f1
add ${.OBJDIR}/tags to CLEANFILES
1997-06-19 06:12:10 +00:00
christos
d5538cb536
Try to fix the tags mess.
...
- Build in obj/tags
- Only create ${.CURDIR}/tags if 'make tags' is specify.
- ${.CURDIR}/tags is a symlink to /var/db/libc.tags
1997-06-04 23:11:54 +00:00
christos
7c2d8cb288
Use ${.CURDIR}/tags instead of tags. `tags' is .PHONY so it gets rebuilt
...
all the time.
1997-05-12 16:41:03 +00:00
thorpej
7938ddd169
Add md5c.c to the list of files to copy-to-libkern.
1997-04-30 00:43:08 +00:00
ragge
7196037f1c
Svensk meddelandekatalog, ursprungligen skriven av Martin Kullberg.
...
(frolix@ludd.luth.se )
1997-04-28 21:36:45 +00:00
is
7c37cb4c4b
Compile the Dutch message catalog.
1997-04-28 09:00:20 +00:00
is
03a704030c
Added Norwegian libc error messages/signal names, donated by Stig
...
Venaas <venaas@nvg.ntnu.no>.
1997-04-28 08:49:31 +00:00
is
9659f9a2a0
Finnish libc error message/signal name catalog, by Jukka Marin and coworker.
1997-04-17 18:12:47 +00:00
thorpej
6deb3cf346
oops, add missing quotes
1997-03-29 21:01:36 +00:00
thorpej
d4c81d9c0f
Don't need to build quad stuff on PowerPC.
1997-03-29 21:00:40 +00:00
christos
8259dd08d6
Makefile cleanups:
...
use INCS variable to install includes and FILES to install objects.
1997-03-24 22:11:48 +00:00
hpeyerl
37c622153f
Remove as per discussion with core.
1997-03-10 20:51:01 +00:00
perry
e1f7d360a1
Initial cut of Canadian national language support
1997-03-10 20:17:43 +00:00
hpeyerl
7cfeaf46a0
Color me bored.
1997-03-10 19:07:19 +00:00
thorpej
1355adcf18
Build the MD4/MD5 sources.
1997-01-30 01:02:17 +00:00
cgd
a143ed9a3f
set LLIBS to nothing, so we don't try to lint the C libarary against
...
itself when creating llib-lc.ln.
1996-12-19 07:52:52 +00:00
jtc
16b4b96ae0
Add -D_REENTRANT to CFLAGS
1996-11-07 19:15:22 +00:00
thorpej
7f9ea0f2ed
Use ${INSTALL}.
1996-10-18 05:45:01 +00:00
jtc
1e6bbdf957
Add memcmp.c and memset.c to KSRCS (files copied to libkern).
1996-08-15 22:36:59 +00:00
jtc
c47925a6fb
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es>
1995-11-23 02:20:59 +00:00
jtc
aa9022195f
Add French libc message catalog by Matthieu Herrb <matthieu@abel.laas.fr>
1995-10-09 03:58:02 +00:00
thorpej
dcac24e231
We don't have a libc/search.
1995-10-04 22:06:11 +00:00
jtc
f860fa6ee0
Add german libc message catalog
1995-10-02 20:54:45 +00:00
jtc
11c615eae7
Use "${BINOWN}" and "${BINGRP}" instead of "bin".
1995-06-26 22:15:56 +00:00
cgd
da7c7d41dd
build tags at library build time, not at install time.
1995-06-07 04:37:54 +00:00
jtc
437b1a3f15
Enable C and Pig Latin message catalogs.
1995-05-02 19:57:15 +00:00
jtc
798d2ef128
Handle new termios subdirectory.
1995-04-25 00:00:58 +00:00
jtc
d4afa3b7f5
Use ${DESTDIR} when installing libc.tags
1995-04-12 00:56:12 +00:00
jtc
37c28a9b5b
.include ${.CURDIR}/time/Makefile.inc
1995-03-13 05:26:07 +00:00
jtc
ae6284d5ba
Removed -o from and added /dev/null to egrep command line. It does the
...
exactly the same thing, but doesn't need 4.4's or our hacked version of
GNU grep.
1995-03-05 07:12:54 +00:00
cgd
76e7b276d3
upgrade to 4.4-Lite Makefile, keeping local changes. NOW BUILDS TAGS ON INST
1995-02-25 03:31:42 +00:00
cgd
ac66c90d8d
make copy-to-libkern work properly on the alpha. (deal with no quad support.)
1995-02-13 21:57:24 +00:00
cgd
819bb2cd8c
alphas don't need libc quad support.
1995-02-10 17:45:39 +00:00
jtc
e5a10891db
Added -I${.CURDIR}/include to CFLAGS, for upcoming library-private
...
header files (namespace.h, etc.).
1995-02-01 09:09:01 +00:00
cgd
0e27f5febb
kill the damned tab.
1995-01-30 12:21:41 +00:00
cgd
9125e2c436
don't forget to copy ntohs to libkern
1995-01-06 00:09:19 +00:00
cgd
b1f5b80b6a
relative path to libkerm
1994-10-19 03:05:22 +00:00
jtc
f81cf24ac7
It looks like most people were in favor of enabling NLS in the C library.
1994-10-06 05:47:57 +00:00
jtc
5281a6457b
Document the fact that NLS (message catalog) support is enabled by adding
...
-DNLS to CFLAGS.
1994-09-03 04:53:16 +00:00
mycroft
5156a7b075
Do something more intelligent when compiling into ${DESTDIR}.
1994-07-06 04:06:27 +00:00