Changeset 7234bfcd in rtems
- Timestamp:
- 12/02/03 05:43:07 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7692f20c
- Parents:
- 84128ef7
- Location:
- c/src/lib/libbsp/sh/gensh4
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh4/ChangeLog
r84128ef7 r7234bfcd 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/Makefile.am: Remove all-local: $(ARCH). 4 * hw_init/Makefile.am: Remove all-local: $(ARCH). 5 * start/Makefile.am: Remove all-local: $(ARCH). 6 * startup/Makefile.am: Remove all-local: $(ARCH). 7 * wrapup/Makefile.am: Remove all-local: $(ARCH). 8 1 9 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sh/gensh4/console/Makefile.am
r84128ef7 r7234bfcd 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/gensh4/hw_init/Makefile.am
r84128ef7 r7234bfcd 26 26 $(make-rel) 27 27 28 all-local: $( ARCH) $(OBJS) $(PGM)28 all-local: $(OBJS) $(PGM) 29 29 30 30 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/gensh4/start/Makefile.am
r84128ef7 r7234bfcd 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 -
c/src/lib/libbsp/sh/gensh4/startup/Makefile.am
r84128ef7 r7234bfcd 39 39 $(PROJECT_RELEASE)/lib/linkcmds.rom2ram 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/gensh4/wrapup/Makefile.am
r84128ef7 r7234bfcd 26 26 $(make-library) 27 27 28 all-local: $( ARCH) $(LIB)28 all-local: $(LIB) 29 29 30 30 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.