Changeset 3794531 in rtems
- Timestamp:
- 12/02/03 05:42:55 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84128ef7
- Parents:
- 5200506
- Location:
- c/src/lib/libbsp/powerpc/score603e
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/score603e/ChangeLog
r5200506 r3794531 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * PCI_bus/Makefile.am: Remove all-local: $(ARCH). 4 * clock/Makefile.am: Remove all-local: $(ARCH). 5 * console/Makefile.am: Remove all-local: $(ARCH). 6 * start/Makefile.am: Remove all-local: $(ARCH). 7 * startup/Makefile.am: Remove all-local: $(ARCH). 8 * timer/Makefile.am: Remove all-local: $(ARCH). 9 * tod/Makefile.am: Remove all-local: $(ARCH). 10 * vectors/Makefile.am: Remove all-local: $(ARCH). 11 * wrapup/Makefile.am: Remove all-local: $(ARCH). 12 1 13 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am
r5200506 r3794531 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/score603e/clock/Makefile.am
r5200506 r3794531 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/score603e/console/Makefile.am
r5200506 r3794531 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/score603e/start/Makefile.am
r5200506 r3794531 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/powerpc/score603e/startup/Makefile.am
r5200506 r3794531 38 38 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds 39 39 40 all-local: $( ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)40 all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES) 41 41 42 42 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/powerpc/score603e/timer/Makefile.am
r5200506 r3794531 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/score603e/tod/Makefile.am
r5200506 r3794531 26 26 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 27 27 28 all-local: $( ARCH) $(OBJS) $(PGM)28 all-local: $(OBJS) $(PGM) 29 29 30 30 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/powerpc/score603e/vectors/Makefile.am
r5200506 r3794531 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/score603e/wrapup/Makefile.am
r5200506 r3794531 21 21 $(make-library) 22 22 23 all-local: $( ARCH) $(LIB)23 all-local: $(LIB) 24 24 25 25 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.