Changeset cc43b364 in rtems
- Timestamp:
- Jul 31, 2010, 3:07:34 AM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 4d8cd22
- Parents:
- 0aea082
- Location:
- testsuites/libtests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/ChangeLog
r0aea082 rcc43b364 1 2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove 4 intital_fs directory. 5 1 6 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 7 -
testsuites/libtests/tar01/Makefile.am
r0aea082 rcc43b364 2 2 ## $Id$ 3 3 ## 4 5 CLEANFILES =6 4 7 5 if TARTESTS … … 50 48 endif TARTESTS 51 49 50 clean-local: 51 -rm -rf initial_fs 52 52 53 include $(top_srcdir)/../automake/local.am -
testsuites/libtests/tar02/Makefile.am
r0aea082 rcc43b364 2 2 ## $Id$ 3 3 ## 4 5 CLEANFILES =6 4 7 5 if TARTESTS … … 50 48 endif TARTESTS 51 49 50 clean-local: 51 -rm -rf initial_fs 52 52 53 include $(top_srcdir)/../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.