Go to file
tv 9d94e1ae9d - Remove bi-reverse.c from ${SRCS} and put it in ${CLEANFILES}. Not used
by any cc1 module and breaks a shared libcc1.
- Add first shot at a shared library of libcc1, only turned on if
  CC1_SHLIB is set in make's environment.  Doesn't yet know how to install
  the library without installing the .a files.  This is much faster than
  you may think, and shares nearly 2MB worth of code between the cc1
  modules.
1998-04-02 03:33:31 +00:00
bin Need <time.h> for localtime(), time() and strftime() prototypes. 1998-04-01 14:19:27 +00:00
distrib Simplify so that this works. 1998-03-29 09:22:06 +00:00
etc For the ch & uk device, unit number == minor 1998-03-22 20:22:08 +00:00
games add missing extern to several variables. 1998-03-29 04:57:19 +00:00
gnu - Remove bi-reverse.c from ${SRCS} and put it in ${CLEANFILES}. Not used 1998-04-02 03:33:31 +00:00
include Replace the old GLOB_ABEND constant with (the standardized) GLOB_ABORTED. 1998-03-31 20:32:48 +00:00
lib Replace the old GLOB_ABEND constant with (the standardized) GLOB_ABORTED, 1998-03-31 20:37:20 +00:00
libexec Need <time.h> for various definitions, so just include it in this one place. 1998-04-01 15:05:10 +00:00
regress no point in LDSTATIC=-static here 1998-03-02 21:57:38 +00:00
sbin No need to include <sys/socketvar.h>. 1998-04-01 16:27:05 +00:00
share Revert. This broke too much in the build tree, and a better solution 1998-04-01 16:58:33 +00:00
sys kill unnecessary (unused) definition of partab (char partab[];), which 1998-04-02 02:46:02 +00:00
usr.bin Need <time.h> for localtime() prototype. 1998-04-01 21:10:30 +00:00
usr.sbin Include <time.h> unconditionally, as there always dependencies on its 1998-04-01 20:59:08 +00:00
Makefile Print date after build completes as well as before. Previous code failed because make build depends on beforeinstall but not afterinstall. 1998-02-20 01:39:38 +00:00