diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | serverboot/ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-11-24 Roland McGrath <roland@frob.com> + + * config.make.in (bootdir): New variable, set to $(exec_prefix)/boot. + (installationdirlist): Add $(bootdir) to the list. + From Alfred M. Szmidt <ams@kemisten.nu>. + 2001-11-15 Roland McGrath <roland@frob.com> * Makeconf: Typo fix in last change. diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 75a1feed..0647abeb 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,7 @@ +2001-11-24 Roland McGrath <roland@frob.com> + + * Makefile (installationdir): Use $(bootdir). + 2001-08-16 Roland McGrath <roland@frob.com> * Makefile (OBJS): Add userland-boot.o here. |