Theodore Ts'o | 50e1e10 | 1997-04-26 13:58:21 +0000 | [diff] [blame] | 1 | Mon Sep 4 21:42:46 1995 Remy Card <card@bbj> |
| 2 | |
| 3 | * Makefile.bsd-lib: New file containing support for BSD shared |
| 4 | libraries. |
| 5 | |
| 6 | Sat Aug 5 11:43:05 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu> |
| 7 | |
| 8 | * Makefile.dll-lib: Added new target install-shlibs, which just |
| 9 | installs the shared libraries. |
| 10 | |
| 11 | * Makefile.elf-lib: Added new target install-shlibs, which just |
| 12 | installs the shared libraries. |
| 13 | |
| 14 | Tue Jul 18 21:24:13 1995 <tytso@rsx-11.mit.edu> |
| 15 | |
| 16 | * Makefile.dll-lib (jump): For each of the libraries jump/jump.* |
| 17 | files are now in in dll/jump.*; now the subdirs target |
| 18 | takes care of creating the jump directory, and then copy |
| 19 | the jump.* files from the dll directory to the jump |
| 20 | directory. This allows dll libraries to be built where |
| 21 | the build directory is not equal to the source directory. |
| 22 | |
| 23 | Tue Jul 11 22:05:56 1995 <tytso@rsx-11.mit.edu> |
| 24 | |
| 25 | * Makefile.checker,Makefile.elf-lib,Makefile.dll-lib, |
| 26 | Makefile.profile: Add rule to mkdir the appropriate object |
| 27 | subdirectory (checker, elfshared, jump, profiled, etc.) |
| 28 | |