2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* 3c509/Makefile.am: Remove all-local: $(ARCH).
	* clock/Makefile.am: Remove all-local: $(ARCH).
	* console/Makefile.am: Remove all-local: $(ARCH).
	* ide/Makefile.am: Remove all-local: $(ARCH).
	* ne2000/Makefile.am: Remove all-local: $(ARCH).
	* start/Makefile.am: Remove all-local: $(ARCH).
	* startup/Makefile.am: Remove all-local: $(ARCH).
	* timer/Makefile.am: Remove all-local: $(ARCH).
	* wd8003/Makefile.am: Remove all-local: $(ARCH).
	* wrapup/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 05:40:05 +00:00
parent 7416017d51
commit 9dffd2de16
11 changed files with 23 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ $(PGM): $(X3c509_rel_OBJECTS)
# ../wrapup/Makefile
if HAS_NETWORKING
all-local: $(ARCH) $(X3c509_rel_OBJECTS) $(PGM)
all-local: $(X3c509_rel_OBJECTS) $(PGM)
endif
.PRECIOUS: $(PGM)

View File

@@ -1,3 +1,16 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 3c509/Makefile.am: Remove all-local: $(ARCH).
* clock/Makefile.am: Remove all-local: $(ARCH).
* console/Makefile.am: Remove all-local: $(ARCH).
* ide/Makefile.am: Remove all-local: $(ARCH).
* ne2000/Makefile.am: Remove all-local: $(ARCH).
* start/Makefile.am: Remove all-local: $(ARCH).
* startup/Makefile.am: Remove all-local: $(ARCH).
* timer/Makefile.am: Remove all-local: $(ARCH).
* wd8003/Makefile.am: Remove all-local: $(ARCH).
* wrapup/Makefile.am: Remove all-local: $(ARCH).
2003-10-02 Till Strauman <strauman@slac.stanford.edu>
PR 502/bsps

View File

@@ -21,7 +21,7 @@ $(PGM): $(clock_rel_OBJECTS)
# the .rel file built here will be put into libbsp.a by
# ../wrapup/Makefile
all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
all-local: $(clock_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -37,7 +37,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
# the .rel file built here will be put into libbsp.a by
# ../wrapup/Makefile
all-local: $(PREINSTALL_FILES) $(ARCH) $(console_rel_OBJECTS) $(PGM)
all-local: $(PREINSTALL_FILES) $(console_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
all-local: $(ARCH) $(OBJS) $(PGM)
all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -24,7 +24,7 @@ $(PGM): $(ne2000_rel_OBJECTS)
# ../wrapup/Makefile
if HAS_NETWORKING
all-local: $(ARCH) $(ne2000_rel_OBJECTS) $(PGM)
all-local: $(ne2000_rel_OBJECTS) $(PGM)
endif
.PRECIOUS: $(PGM)

View File

@@ -44,7 +44,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin \
$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
all-local: $(OBJS) $(TMPINSTALL_FILES)
EXTRA_DIST = start.S start16.S

View File

@@ -35,7 +35,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
all-local: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
all-local: $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGM)

View File

@@ -22,7 +22,7 @@ $(PGM): $(timer_rel_OBJECTS)
# the .rel file built here will be put into libbsp.a by
# ../wrapup/Makefile
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
all-local: $(timer_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -23,7 +23,7 @@ $(PGM): $(wd8003_rel_OBJECTS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
if HAS_NETWORKING
all-local: $(ARCH) $(wd8003_rel_OBJECTS) $(PGM)
all-local: $(wd8003_rel_OBJECTS) $(PGM)
endif
.PRECIOUS: $(PGM)

View File

@@ -25,6 +25,6 @@ include $(top_srcdir)/../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(LIB)
all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am