Changeset f79bc77 in rtems
- Timestamp:
- Jul 27, 2010, 6:17:46 PM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 3264dfc
- Parents:
- 270434cc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r270434cc rf79bc77 1 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 PR 1532/testing 4 * aclocal/project-root.m4: Add initial tests for untar capabilities. 5 1 6 2010-06-23 Ralf Corsépius <ralf.corsepius@rtems.org> 2 7 -
aclocal/project-root.m4
r270434cc rf79bc77 19 19 PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex" 20 20 AC_SUBST(PACKHEX) 21 22 BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c" 23 AC_SUBST(BIN2C) 21 24 ]) 22 25 -
testsuites/ChangeLog
r270434cc rf79bc77 1 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 PR 1532/testing 4 * aclocal/project-root.m4: Add initial tests for untar capabilities. 5 1 6 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
testsuites/aclocal/project-root.m4
r270434cc rf79bc77 9 9 PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex" 10 10 AC_SUBST(PACKHEX) 11 12 BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c" 13 AC_SUBST(BIN2C) 11 14 ]) 12 15
Note: See TracChangeset
for help on using the changeset viewer.