forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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@
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
||||
|
||||
SUBDIRS = clock timer
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
||||
|
||||
SHARED_LIB =
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
||||
|
||||
SUBDIRS = clock timer
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
||||
|
||||
SUBDIRS = @subdirs@
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user