mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide/Makefile.am: Remove all-local: $(ARCH). * network/Makefile.am: Remove all-local: $(ARCH). * rtc/Makefile.am: Remove all-local: $(ARCH). * serial/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* ide/Makefile.am: Remove all-local: $(ARCH).
|
||||
* network/Makefile.am: Remove all-local: $(ARCH).
|
||||
* rtc/Makefile.am: Remove all-local: $(ARCH).
|
||||
* serial/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
|
||||
|
||||
@@ -22,7 +22,7 @@ include_ide_HEADERS = ata.h ide_ctrl_cfg.h ide_ctrl.h ide_ctrl_io.h
|
||||
$(LIB): $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(LIB)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = $(C_FILES)
|
||||
|
||||
@@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
||||
|
||||
if HAS_NETWORKING
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
|
||||
all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ include_libchip_HEADERS = rtc.h icm7170.h m48t08.h
|
||||
$(LIB): $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(LIB)
|
||||
endif
|
||||
|
||||
DOC_FILES = README.ds1643 README.icm7170 README.m48t08 README.m48t18 STATUS
|
||||
|
||||
@@ -25,7 +25,7 @@ include_libchip_HEADERS = mc68681.h ns16550.h z85c30.h serial.h sersupp.h
|
||||
$(LIB): $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(LIB)
|
||||
endif
|
||||
|
||||
DOC_FILES = README.mc68681 README.ns16550 README.xr88681 README.z85c30 \
|
||||
|
||||
Reference in New Issue
Block a user