Changeset a792b78 in rtems
- Timestamp:
- Sep 6, 2001, 6:38:31 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dcf07a6e
- Parents:
- e93bc5c
- Location:
- scripts
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
re93bc5c ra792b78 1 2001-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * autotools/Makefile.am, autotools/autoconf-rtems.spec, 4 autotools/automake-rtems.spec: New. 5 * configure.in, Makefile.am: Add autotools/. 6 1 7 2001-08-30 Joel Sherrill <joel@OARcorp.com> 2 8 -
scripts/Makefile.am
re93bc5c ra792b78 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 SUBDIRS = . binutils gccnewlib gdb rtems 7 SUBDIRS = . binutils gccnewlib gdb rtems autotools 8 8 9 9 noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \ -
scripts/configure.in
re93bc5c ra792b78 76 76 gccnewlib/Makefile 77 77 gdb/Makefile 78 rtems/Makefile, 78 rtems/Makefile 79 autotools/Makefile, 79 80 chmod 755 buildall 80 81 chmod 755 buildalltar
Note: See TracChangeset
for help on using the changeset viewer.