2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
This commit is contained in:
Joel Sherrill
2000-10-26 13:05:10 +00:00
parent b507814fd1
commit d82c00623c
26 changed files with 78 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-10-18 John Cotton <john.cotton@nrc.ca>
* shared/include/cache.h: Improved file header.

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = @RTEMS_CPU_SUBDIR@

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected comment.

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = clock timer

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, milli/Makefile.am, semaphore/Makefile.am,

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = include milli clock timer semaphore

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-10-19 Joel Sherrill <joel@OARcorp.com>
* page.c: Readd deleted comment lines.

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
VPATH = @srcdir@:@srcdir@/../shared/src

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Corrected condition CPU model selection so

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
if i960ca
CPU_SUBDIR = i960ca

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
if shared
SHARED_LIB = shared

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-10-24 Alan Cudmore <alanc@linuxstart.com> and
Joel Sherrill <joel@OARcorp.com>

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SHARED_LIB =

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, timer/Makefile.am: Include compile.am

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = clock timer

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-10-20 Joel Sherrill <joel@OARcorp.com>
* mpc8xx/console-generic/console-generic.c: Avoid use of

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
## Check configure.in for conditions to set the conditionals below
if shared

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = @subdirs@

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, delay/Makefile.am, null/Makefile.am,

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = include score clock timer null sci delay

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, null/Makefile.am, sci/Makefile.am,

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = include score clock sci timer null

View File

@@ -1,3 +1,8 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* reg_win/Makefile.am, syscall/Makefile.am: Include compile.am

View File

@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = include reg_win syscall