2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* untar/Makefile.am: Use 'PREINSTALL_FILES ='.
	* monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shell/Makefile.am: Use 'PREINSTALL_FILES ='.
	* devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
	* dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
	* mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
	* stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
	* rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
	* cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
	* rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-28 13:34:40 +00:00
parent e747aaf843
commit aea9bb4695
21 changed files with 45 additions and 19 deletions

View File

@@ -1,3 +1,16 @@
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* untar/Makefile.am: Use 'PREINSTALL_FILES ='.
* monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
* shell/Makefile.am: Use 'PREINSTALL_FILES ='.
* devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
* dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
* mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
* stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
* rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
* cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
* rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 Joel Sherrill <joel@OARcorp.com> 2001-09-27 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Fixed typo in date. * ChangeLog: Fixed typo in date.

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -42,7 +42,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -33,7 +33,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
${LIB}: ${OBJS} ${LIB}: ${OBJS}
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES) all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)

View File

@@ -30,7 +30,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
if HAS_NETWORKING if HAS_NETWORKING

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -33,7 +33,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -1,3 +1,16 @@
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* untar/Makefile.am: Use 'PREINSTALL_FILES ='.
* monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
* shell/Makefile.am: Use 'PREINSTALL_FILES ='.
* devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
* dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
* mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
* stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
* rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
* cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
* rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 Joel Sherrill <joel@OARcorp.com> 2001-09-27 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Fixed typo in date. * ChangeLog: Fixed typo in date.

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -42,7 +42,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -33,7 +33,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
${LIB}: ${OBJS} ${LIB}: ${OBJS}
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES) all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -33,7 +33,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)

View File

@@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)