Changeset 2eb3fdaa in rtems
- Timestamp:
- 01/26/03 08:20:30 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 339ee1c8
- Parents:
- 2dae735f
- Location:
- scripts
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r2dae735f r2eb3fdaa 1 2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add rtemsdoc. 4 * Makefile.ac: Add rtemsdoc. 5 * rtemsdoc/README: New. 6 * rtemsdoc/.cvsignore: New. 7 1 8 2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
scripts/Makefile.am
r2dae735f r2eb3fdaa 6 6 7 7 SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit 8 SUBDIRS += rtemsdoc 8 9 9 10 noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \ -
scripts/configure.ac
r2dae735f r2eb3fdaa 88 88 autotools/autoconf-rtems.spec 89 89 cpukit/Makefile 90 rtemsdoc/Makefile 90 91 ]) 91 92 … … 98 99 AC_CONFIG_FILES([gcc3newlib/mkspec],[chmod +x gcc3newlib/mkspec]) 99 100 AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec]) 101 AC_CONFIG_FILES([rtemsdoc/mkspec],[chmod +x rtemsdoc/mkspec]) 100 102 101 103 AC_CONFIG_COMMANDS([default],[[chmod 755 buildall
Note: See TracChangeset
for help on using the changeset viewer.