forked from Imagelibrary/rtems
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove all-local: $(ARCH). * mongoosev/duart/Makefile.am: Remove all-local: $(ARCH). * mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH). * r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH). * shared/cache/Makefile.am: Remove all-local: $(ARCH). * shared/interrupts/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove all-local: $(ARCH).
|
||||
* mongoosev/duart/Makefile.am: Remove all-local: $(ARCH).
|
||||
* mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
|
||||
* r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
|
||||
* shared/cache/Makefile.am: Remove all-local: $(ARCH).
|
||||
* shared/interrupts/Makefile.am: Remove all-local: $(ARCH).
|
||||
* timer/Makefile.am: Remove all-local: $(ARCH).
|
||||
* tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reformat.
|
||||
|
||||
@@ -23,7 +23,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
||||
$(PGM): $(clock_rel_OBJECTS)
|
||||
$(make-rel)
|
||||
|
||||
all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
|
||||
all-local: $(clock_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ $(PGM): $(mg5uart_rel_OBJECTS)
|
||||
include_libchipdir = $(includedir)/libchip
|
||||
include_libchip_HEADERS = mg5uart.h
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(mg5uart_rel_OBJECTS) $(PGM)
|
||||
all-local: $(PREINSTALL_FILES) $(mg5uart_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
||||
$(PGM): $(vectorisrs_rel_OBJECTS)
|
||||
$(make-rel)
|
||||
|
||||
all-local: $(ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)
|
||||
all-local: $(vectorisrs_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
||||
$(PGM): $(vectorisrs_rel_OBJECTS)
|
||||
$(make-rel)
|
||||
|
||||
all-local: $(ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)
|
||||
all-local: $(vectorisrs_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ AM_CPPFLAGS += -I$(srcdir)
|
||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||
cp $< $@
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||
all-local: $(PREINSTALL_FILES) $(OBJS)
|
||||
|
||||
CLEANFILES = cache.h
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ AM_CPPFLAGS += $(EXTRA_FLAGS)
|
||||
$(PGM): $(interrupts_rel_OBJECTS)
|
||||
$(make-rel)
|
||||
|
||||
all-local: $(ARCH) $(interrupts_rel_OBJECTS) $(PGM)
|
||||
all-local: $(interrupts_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
||||
$(PGM): $(timer_rel_OBJECTS)
|
||||
$(make-rel)
|
||||
|
||||
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
|
||||
all-local: $(timer_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
|
||||
$(PGM): $(vectorisrs_rel_OBJECTS)
|
||||
$(make-rel)
|
||||
|
||||
all-local: $(ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)
|
||||
all-local: $(vectorisrs_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user