Changeset 23c49b5e in rtems
- Timestamp:
- 03/28/02 00:42:44 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d6ad3b5
- Parents:
- 2c059912
- Location:
- c/src/lib/libbsp/sparc/erc32
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/ChangeLog
r2c059912 r23c49b5e 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * console/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * start/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. 16 1 17 2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 18 -
c/src/lib/libbsp/sparc/erc32/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 6 -
c/src/lib/libbsp/sparc/erc32/clock/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/clock.rel -
c/src/lib/libbsp/sparc/erc32/configure.ac
r2c059912 r23c49b5e 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-lib-libbsp-sparc-erc32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([bsp_specs]) 8 8 RTEMS_TOP(../../../../../..) … … 10 10 11 11 RTEMS_CANONICAL_TARGET_CPU 12 AM_INIT_AUTOMAKE( rtems-c-src-lib-libbsp-sparc-erc32,$RTEMS_VERSION,no)12 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 13 13 RTEMS_BSP_CONFIGURE 14 14 -
c/src/lib/libbsp/sparc/erc32/console/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/console.rel -
c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/erc32sonic.rel -
c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared -
c/src/lib/libbsp/sparc/erc32/include/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 include_HEADERS = bsp.h coverhd.h erc32.h bspopts.h -
c/src/lib/libbsp/sparc/erc32/start/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared -
c/src/lib/libbsp/sparc/erc32/startup/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared -
c/src/lib/libbsp/sparc/erc32/timer/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/timer.rel -
c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am
r2c059912 r23c49b5e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 # We only build the networking device driver if HAS_NETWORKING was defined
Note: See TracChangeset
for help on using the changeset viewer.