Changeset c943413 in rtems
- Timestamp:
- Feb 21, 2007, 5:03:25 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e290b1f
- Parents:
- 3473dc5e
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r3473dc5e rc943413 1 2007-02-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. 4 1 5 2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
cpukit/wrapup/Makefile.am
r3473dc5e rc943413 73 73 librtemscpu.a: $(TMP_LIBS) 74 74 rm -f $@ 75 $( mkdir_p) $(ARCH)75 $(MKDIR_P) $(ARCH) 76 76 rm -rf $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel 77 77 for f in $(TMP_LIBS); do \
Note: See TracChangeset
for help on using the changeset viewer.