Changeset 4716b75 in rtems
- Timestamp:
- 12/02/03 05:43:16 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6713c14
- Parents:
- 7692f20c
- Location:
- c/src/lib/libbsp/sh/simsh4
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/simsh4/ChangeLog
r7692f20c r4716b75 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/Makefile.am: Remove all-local: $(ARCH). 4 * start/Makefile.am: Remove all-local: $(ARCH). 5 * startup/Makefile.am: Remove all-local: $(ARCH). 6 * wrapup/Makefile.am: Remove all-local: $(ARCH). 7 1 8 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/sh/simsh4/console/Makefile.am
r7692f20c r4716b75 24 24 # ../wrapup/Makefile 25 25 26 all-local: $( ARCH) $(OBJS) $(PGM)26 all-local: $(OBJS) $(PGM) 27 27 28 28 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/simsh4/start/Makefile.am
r7692f20c r4716b75 24 24 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT) 25 25 26 all-local: $( ARCH) $(OBJS) $(TMPINSTALL_FILES)26 all-local: $(OBJS) $(TMPINSTALL_FILES) 27 27 28 28 EXTRA_DIST = start.S trap.S -
c/src/lib/libbsp/sh/simsh4/startup/Makefile.am
r7692f20c r4716b75 39 39 $(PROJECT_RELEASE)/lib/linkcmds-le.coff 40 40 41 all-local: $( ARCH) $(TMPINSTALL_FILES) $(OBJS) $(PGM)41 all-local: $(TMPINSTALL_FILES) $(OBJS) $(PGM) 42 42 43 43 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am
r7692f20c r4716b75 29 29 $(make-library) 30 30 31 all-local: $( ARCH) $(LIB)31 all-local: $(LIB) 32 32 33 33 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.