mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Remove all: $(ARCH). * irq/Makefile.am: Remove all: $(ARCH). * startup/Makefile.am: Remove all: $(ARCH). * wrapup/Makefile.am: Remove all: $(ARCH).
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Remove all: $(ARCH).
|
||||
* irq/Makefile.am: Remove all: $(ARCH).
|
||||
* startup/Makefile.am: Remove all: $(ARCH).
|
||||
* wrapup/Makefile.am: Remove all: $(ARCH).
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
|
||||
@@ -23,7 +23,7 @@ include $(top_srcdir)/../../../../automake/lib.am
|
||||
$(PGM): $(console_rel_OBJECTS)
|
||||
$(make-rel)
|
||||
|
||||
all: $(ARCH) $(console_rel_OBJECTS) $(PGM)
|
||||
all: $(console_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ include $(top_srcdir)/../../../../automake/lib.am
|
||||
$(PGM): $(irq_rel_OBJECTS)
|
||||
$(make-rel)
|
||||
|
||||
all: $(PREINSTALL_FILES) $(ARCH) $(irq_rel_OBJECTS) $(PGM)
|
||||
all: $(PREINSTALL_FILES) $(irq_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
|
||||
|
||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
|
||||
|
||||
all: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
|
||||
all: $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -18,6 +18,6 @@ include $(top_srcdir)/../../../../automake/lib.am
|
||||
$(LIB): $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
|
||||
all: $(OBJS) $(LIB) $(TMPINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user