Changeset 4d9c92b in rtems
- Timestamp:
- 12/02/03 05:42:21 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 42fa2c9
- Parents:
- 4a679419
- Location:
- c/src/lib/libbsp/powerpc/helas403
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/helas403/ChangeLog
r4a679419 r4d9c92b 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * dlentry/Makefile.am: Remove all-local: $(ARCH). 4 * flashentry/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/powerpc/helas403/dlentry/Makefile.am
r4a679419 r4d9c92b 23 23 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 24 24 25 all-local: $( ARCH) $(OBJS) $(PGM)25 all-local: $(OBJS) $(PGM) 26 26 27 27 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.am
r4a679419 r4d9c92b 23 23 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 24 24 25 all-local: $( ARCH) $(OBJS) $(PGM)25 all-local: $(OBJS) $(PGM) 26 26 27 27 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/powerpc/helas403/startup/Makefile.am
r4a679419 r4d9c92b 32 32 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds 33 33 34 all-local: $( ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)34 all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES) 35 35 36 36 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am
r4a679419 r4d9c92b 24 24 $(make-library) 25 25 26 all-local: $( ARCH) $(LIB)26 all-local: $(LIB) 27 27 28 28 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.