Changeset 6713c14 in rtems
- Timestamp:
- 12/02/03 05:43:21 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bdca6fb
- Parents:
- 4716b75
- Location:
- c/src/lib/libbsp/sparc/erc32
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/ChangeLog
r4716b75 r6713c14 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Remove all-local: $(ARCH). 4 * console/Makefile.am: Remove all-local: $(ARCH). 5 * erc32sonic/Makefile.am: Remove all-local: $(ARCH). 6 * gnatsupp/Makefile.am: Remove all-local: $(ARCH). 7 * start/Makefile.am: Remove all-local: $(ARCH). 8 * startup/Makefile.am: Remove all-local: $(ARCH). 9 * timer/Makefile.am: Remove all-local: $(ARCH). 10 * wrapup/Makefile.am: Remove all-local: $(ARCH). 11 1 12 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 13 -
c/src/lib/libbsp/sparc/erc32/clock/Makefile.am
r4716b75 r6713c14 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/sparc/erc32/console/Makefile.am
r4716b75 r6713c14 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/sparc/erc32/erc32sonic/Makefile.am
r4716b75 r6713c14 26 26 27 27 if HAS_NETWORKING 28 all-local: $( ARCH) $(OBJS) $(PGM)28 all-local: $(OBJS) $(PGM) 29 29 endif 30 30 -
c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am
r4716b75 r6713c14 23 23 $(make-rel) 24 24 25 all-local: $( ARCH) $(OBJS) $(PGM)25 all-local: $(OBJS) $(PGM) 26 26 27 27 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sparc/erc32/start/Makefile.am
r4716b75 r6713c14 27 27 28 28 29 all-local: $( ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)29 all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES) 30 30 31 31 .PRECIOUS: $(ARCH)/start.$(OBJEXT) -
c/src/lib/libbsp/sparc/erc32/startup/Makefile.am
r4716b75 r6713c14 34 34 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds 35 35 36 all-local: $( ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)36 all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES) 37 37 38 38 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sparc/erc32/timer/Makefile.am
r4716b75 r6713c14 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/sparc/erc32/wrapup/Makefile.am
r4716b75 r6713c14 27 27 $(make-library) 28 28 29 all-local: $( ARCH) $(LIB)29 all-local: $(LIB) 30 30 31 31 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.