diff options
author | neal <neal> | 2004-11-17 16:31:17 +0000 |
---|---|---|
committer | neal <neal> | 2004-11-17 16:31:17 +0000 |
commit | 6a30f88a0e4e55a64b169683867939c962eea1f4 (patch) | |
tree | e52eb9432b27cf344951a947b1dd483f8587952d | |
parent | 1742c541aba8b5b4a9677ae532e96ea07c9fa526 (diff) |
deva/
2004-11-17 Neal H. Walfield <neal@gnu.org>
* Makefile.am (bootdir): New variable.
(boot_PROGRAMS): Use this instead of noinst_PROGRAMS.
laden/
2004-11-17 Neal H. Walfield <neal@gnu.org>
* Makefile.am (bootdir): New variable.
(boot_PROGRAMS): Use this instead of noinst_PROGRAMS.
physmem/
2004-11-17 Neal H. Walfield <neal@gnu.org>
* Makefile.am (bootdir): New variable.
(boot_PROGRAMS): Use this instead of noinst_PROGRAMS.
task/
2004-11-17 Neal H. Walfield <neal@gnu.org>
* Makefile.am (bootdir): New variable.
(boot_PROGRAMS): Use this instead of noinst_PROGRAMS.
wortel/
2004-11-17 Neal H. Walfield <neal@gnu.org>
* Makefile.am (bootdir): New variable.
(boot_PROGRAMS): Use this instead of noinst_PROGRAMS.
-rw-r--r-- | deva/ChangeLog | 5 | ||||
-rw-r--r-- | deva/Makefile.am | 3 | ||||
-rw-r--r-- | laden/ChangeLog | 5 | ||||
-rw-r--r-- | laden/Makefile.am | 5 | ||||
-rw-r--r-- | physmem/ChangeLog | 5 | ||||
-rw-r--r-- | physmem/Makefile.am | 5 | ||||
-rw-r--r-- | task/ChangeLog | 5 | ||||
-rw-r--r-- | task/Makefile.am | 3 | ||||
-rw-r--r-- | wortel/ChangeLog | 5 | ||||
-rw-r--r-- | wortel/Makefile.am | 5 |
10 files changed, 38 insertions, 8 deletions
diff --git a/deva/ChangeLog b/deva/ChangeLog index 781ff37..ad5751e 100644 --- a/deva/ChangeLog +++ b/deva/ChangeLog @@ -1,5 +1,10 @@ 2004-11-17 Neal H. Walfield <neal@gnu.org> + * Makefile.am (bootdir): New variable. + (boot_PROGRAMS): Use this instead of noinst_PROGRAMS. + +2004-11-17 Neal H. Walfield <neal@gnu.org> + * output.h (debug): Include program_name and __FUNCTION__ in output. diff --git a/deva/Makefile.am b/deva/Makefile.am index cc11f46..153f09a 100644 --- a/deva/Makefile.am +++ b/deva/Makefile.am @@ -22,7 +22,8 @@ if ARCH_IA32 ARCH_SOURCES = ia32-crt0.S ia32-cmain.c endif -noinst_PROGRAMS = deva +bootdir = $(prefix)/boot +boot_PROGRAMS = deva deva_CPPFLAGS = -I$(top_builddir)/include \ -I$(top_srcdir)/libc-parts $(AM_CPPFLAGS) diff --git a/laden/ChangeLog b/laden/ChangeLog index 132c612..366059c 100644 --- a/laden/ChangeLog +++ b/laden/ChangeLog @@ -1,5 +1,10 @@ 2004-11-17 Neal H. Walfield <neal@gnu.org> + * Makefile.am (bootdir): New variable. + (boot_PROGRAMS): Use this instead of noinst_PROGRAMS. + +2004-11-17 Neal H. Walfield <neal@gnu.org> + * output.h (debug): Include program_name and __FUNCTION__ in output. diff --git a/laden/Makefile.am b/laden/Makefile.am index 84e858a..13dd0b9 100644 --- a/laden/Makefile.am +++ b/laden/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am - Makefile template for laden. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # Written by Marcus Brinkmann. # # This file is part of the GNU Hurd. @@ -23,7 +23,8 @@ if ARCH_IA32 ia32-output.c output-vga.c output-serial.c ia32-shutdown.c endif -noinst_PROGRAMS = laden +bootdir = $(prefix)/boot +boot_PROGRAMS = laden laden_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \ -I$(top_srcdir)/libc-parts $(AM_CPPFLAGS) diff --git a/physmem/ChangeLog b/physmem/ChangeLog index 8472bde..e97e05a 100644 --- a/physmem/ChangeLog +++ b/physmem/ChangeLog @@ -1,5 +1,10 @@ 2004-11-17 Neal H. Walfield <neal@gnu.org> + * Makefile.am (bootdir): New variable. + (boot_PROGRAMS): Use this instead of noinst_PROGRAMS. + +2004-11-17 Neal H. Walfield <neal@gnu.org> + * output.h (debug): Include program_name and __FUNCTION__ in output. * physmem.c (create_bootstrap_caps): First argument to diff --git a/physmem/Makefile.am b/physmem/Makefile.am index a2d5d18..a9b2466 100644 --- a/physmem/Makefile.am +++ b/physmem/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am - Makefile template for the physical memory server. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # Written by Marcus Brinkmann. # # This file is part of the GNU Hurd. @@ -22,7 +22,8 @@ if ARCH_IA32 ARCH_SOURCES = ia32-crt0.S ia32-cmain.c endif -noinst_PROGRAMS = physmem +bootdir = $(prefix)/boot +boot_PROGRAMS = physmem physmem_CPPFLAGS = -I$(top_builddir)/include \ -I$(top_srcdir)/libc-parts $(AM_CPPFLAGS) diff --git a/task/ChangeLog b/task/ChangeLog index 010f65e..c8c27bf 100644 --- a/task/ChangeLog +++ b/task/ChangeLog @@ -1,5 +1,10 @@ 2004-11-17 Neal H. Walfield <neal@gnu.org> + * Makefile.am (bootdir): New variable. + (boot_PROGRAMS): Use this instead of noinst_PROGRAMS. + +2004-11-17 Neal H. Walfield <neal@gnu.org> + * output.h (debug): Include program_name and __FUNCTION__ in output. diff --git a/task/Makefile.am b/task/Makefile.am index cbd21ad..0f71abb 100644 --- a/task/Makefile.am +++ b/task/Makefile.am @@ -22,7 +22,8 @@ if ARCH_IA32 ARCH_SOURCES = ia32-crt0.S ia32-cmain.c endif -noinst_PROGRAMS = task +bootdir = $(prefix)/boot +boot_PROGRAMS = task task_CPPFLAGS = -I$(top_builddir)/include \ -I$(top_srcdir)/libc-parts $(AM_CPPFLAGS) diff --git a/wortel/ChangeLog b/wortel/ChangeLog index 0469d07..2966fa9 100644 --- a/wortel/ChangeLog +++ b/wortel/ChangeLog @@ -1,5 +1,10 @@ 2004-11-17 Neal H. Walfield <neal@gnu.org> + * Makefile.am (bootdir): New variable. + (boot_PROGRAMS): Use this instead of noinst_PROGRAMS. + +2004-11-17 Neal H. Walfield <neal@gnu.org> + * output.h (debug): Include program_name and __FUNCTION__ in output. diff --git a/wortel/Makefile.am b/wortel/Makefile.am index e0d61b3..75b30bd 100644 --- a/wortel/Makefile.am +++ b/wortel/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am - Makefile template for wortel. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. # Written by Marcus Brinkmann. # # This file is part of the GNU Hurd. @@ -24,7 +24,8 @@ if ARCH_IA32 STARTUP_ARCH_SOURCES = ia32-startup.S endif -noinst_PROGRAMS = startup wortel +bootdir = $(prefix)/boot +boot_PROGRAMS = startup wortel # The startup "program" is glue code that is injected into a new task # started by wortel. It is responsible for mapping in the from the |