Commit Graph

92 Commits

Author SHA1 Message Date
davidb c98d8a269a Fixed a bug I introduced in the last update. devices/*/Makefile were
barfing on the definition of libraries due to the added directory level.
Easy fix, as they don't need that code.
1993-12-30 00:10:17 +00:00
davidb 3a435f99f9 Changed to use make's new .OBJDIR 1993-12-28 10:59:05 +00:00
davidb b766647b77 Fixed objdir handling to cope with OBJMACHINE. 1993-12-21 22:13:06 +00:00
cgd 50b7483ec2 fix for sys_errlist 1993-12-04 03:09:40 +00:00
cgd 0d2eb7ab59 use gnu malloc 1993-11-03 16:29:57 +00:00
pk fb2163c39c No interest in PIC code here. 1993-10-05 21:39:08 +00:00
jtc 28d14a325c Use `:', rather than `.' to separate user and group in chown commands
in case we ever decide to remove the support for the (obsolete) `.'
separator.
1993-10-01 00:16:44 +00:00
mycroft a2213453ce Use `.if exists' rather than external `test'. 1993-08-15 19:14:59 +00:00
mycroft 9fe1007b7d __386BSD__ --> __NetBSD__ 1993-08-15 19:02:56 +00:00
mycroft c8194f0876 Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:38:43 +00:00
mycroft cda4f8f6ee Add RCS identifiers. 1993-08-01 05:37:30 +00:00
mycroft dc799360fe Use ${COPY}, not -c for install for generated files. 1993-07-18 19:44:28 +00:00
mycroft b27f4d1fd9 Use -c to avoid the possiblity of some over-intelligent install nuking
/dev/null.  Also, make sure to create the top-level installation directory.
1993-07-18 19:38:53 +00:00
mycroft 1c2df496b0 Put label.cc in SRCS so it actually gets built as a C++ file, and it gets
included in a `make depend'.
1993-07-18 14:10:34 +00:00
mycroft 0c3875ff49 Make lex.o depend on eqn.cc to force eqn.tab.h to be built... 1993-07-18 13:50:33 +00:00
mycroft 1c2f7ef3bf Make lex.o depend on pic.cc to force pic.tab.h to be built... 1993-07-18 13:49:28 +00:00
mycroft e959f00667 Get rid of the ugly kluge to link with g++; we don't need it any more and it
was being a pain in my ass.
1993-07-18 13:13:03 +00:00
mycroft 9b3a51f2d8 Nuke ARRAY_DELETE_NEEDS_SIZE now that we're using GCC 2... 1993-07-18 13:00:11 +00:00
mycroft addf74bf1e Fix some lossage that was caused bsd.prog.mk to be included twice. 1993-07-18 12:46:09 +00:00
mycroft 6ed8797e89 Put pic.cc in $SRCS, even thought it is generated automatically, so that
`make depend' doesn't barf on it.
1993-07-17 13:58:42 +00:00
mycroft c19616e163 Put eqn.cc in $SRCS, even thought it is generated automatically, so that
`make depend' doesn't barf on it.
1993-07-17 13:58:32 +00:00
mycroft 8d7d3883e3 Fix C++ dependencies for good. `make depend' is now done in two passes--one
of C files and one for C++ files.  No need to specify `-+' in your Makefile,
as it is now done automatically.
1993-07-17 13:43:50 +00:00
mycroft 0032cf1c20 Clean up deleted files. 1993-07-17 12:57:40 +00:00
mycroft f952e2a33a Put back kluge for linking with C++ compile but compiling .c files with C
compiler.  Eventually we might want to make /usr/include C++-conscious.
1993-07-17 12:57:33 +00:00
mycroft ffced6cc5f Clean up deleted files. 1993-07-17 12:44:11 +00:00
mycroft e809add578 Remove pre-generated dependency files and make `make depend' really work. 1993-07-17 12:44:00 +00:00
mycroft a420be745a Remove special-cased obj dir handling. 1993-07-17 11:58:38 +00:00
jtc e73e992bf2 Install tmac.s correctly. 1993-07-17 00:51:03 +00:00
jtc f8558a44c0 Install tmac.mm correctly. 1993-07-17 00:50:40 +00:00
jtc 1c8aca4c02 Final makefile tweaks to make sure everything is installed correctly
for 0.9.
1993-07-16 17:11:36 +00:00
jtc 4b342d731f Make sure hyphen tables are installed correctly 1993-07-15 22:05:14 +00:00
cgd 8a5d16125c get the app defaults file from the right place 1993-07-15 18:36:17 +00:00
cgd bfd5a933cf do the right thing when installing the dictionary 1993-07-15 18:35:56 +00:00
cgd dc7bae3f10 don't do xditview; don't want to deal w/the intracacies of having/not having
X386 (or something else, for another version) installed.
1993-07-15 18:33:53 +00:00
mycroft fc0ba801cf Clean up deleted files. 1993-07-15 16:44:08 +00:00
jtc 721687044c Check in remainder of groff 1.08 1993-07-15 16:43:14 +00:00
mycroft ae3013a732 Clean up deleted files. 1993-07-15 16:43:12 +00:00
jtc 100ce3fca6 Check in remainder of groff 1.08 1993-07-15 16:40:48 +00:00
mycroft f81ad74956 Clean up deleted files. 1993-07-15 16:40:46 +00:00
jtc 6c2f89b2be Check in remainder of groff 1.08 1993-07-15 16:39:32 +00:00
mycroft b798bd03fc Clean up deleted files. 1993-07-15 16:39:30 +00:00
jtc 61b64d2310 Check in remainder of groff 1.08 1993-07-15 16:37:48 +00:00
mycroft c110d11923 Clean up deleted files. 1993-07-15 16:37:47 +00:00
jtc cda1ca893a Check in remainder of groff 1.08 1993-07-15 16:37:34 +00:00
mycroft f4231fcaaa Clean up deleted files. 1993-07-15 16:37:31 +00:00
jtc 64bef05a16 Check in remainder of groff 1.08 1993-07-15 16:37:04 +00:00
mycroft 737517bce7 Clean up deleted files. 1993-07-15 16:37:00 +00:00
jtc 2f8ab736c8 Check in remainder of groff 1.08 1993-07-15 16:34:49 +00:00
mycroft 04d0ef4835 Clean up deleted files. 1993-07-15 16:34:42 +00:00
jtc f5acea615b Check in remainder of groff 1.08 1993-07-15 16:33:45 +00:00