Changeset fe7a377e in rtems
- Timestamp:
- 12/02/03 05:07:59 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8cff79fb
- Parents:
- 77072181
- Location:
- c/src/lib/libcpu/sparc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sparc/ChangeLog
r77072181 rfe7a377e 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cache/Makefile.am: Remove all-local: $(ARCH). 4 * reg_win/Makefile.am: Remove all-local: $(ARCH). 5 * syscall/Makefile.am: Remove all-local: $(ARCH). 6 1 7 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libcpu/sparc/cache/Makefile.am
r77072181 rfe7a377e 25 25 cp $< $@ 26 26 27 all-local: $( ARCH) $(PREINSTALL_FILES) $(OBJS)27 all-local: $(PREINSTALL_FILES) $(OBJS) 28 28 29 29 CLEANFILES = cache.h -
c/src/lib/libcpu/sparc/reg_win/Makefile.am
r77072181 rfe7a377e 21 21 # libbsp/sparc/BSP/wrapup/Makefile 22 22 23 all-local: $( ARCH) $(reg_win_rel_OBJECTS) $(PGM)23 all-local: $(reg_win_rel_OBJECTS) $(PGM) 24 24 25 25 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/sparc/syscall/Makefile.am
r77072181 rfe7a377e 25 25 # libbsp/sparc/BSP/wrapup/Makefile 26 26 27 all-local: $( ARCH) $(syscall_rel_OBJECTS) $(PGM)27 all-local: $(syscall_rel_OBJECTS) $(PGM) 28 28 29 29 .PRECIOUS: $(PGM)
Note: See TracChangeset
for help on using the changeset viewer.