From 380b43371ad5fbf48fa2d67a0545f7a05267a311 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 12 Dec 2003 15:42:40 +0000 Subject: 2003-12-12 Ralf Corsepius * mongoosev/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. * mongoosev/duart/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. * tx39/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. --- c/src/lib/libcpu/mips/ChangeLog | 7 +++++++ c/src/lib/libcpu/mips/mongoosev/Makefile.am | 3 +-- c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am | 3 +-- c/src/lib/libcpu/mips/shared/cache/Makefile.am | 3 +-- c/src/lib/libcpu/mips/tx39/Makefile.am | 3 +-- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog index 03b5f2aec7..fd1a987003 100644 --- a/c/src/lib/libcpu/mips/ChangeLog +++ b/c/src/lib/libcpu/mips/ChangeLog @@ -1,3 +1,10 @@ +2003-12-12 Ralf Corsepius + + * mongoosev/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. + * mongoosev/duart/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. + * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. + * tx39/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. + 2003-12-12 Ralf Corsepius * configure.ac: Require automake >= 1.8, autoconf >= 2.59. diff --git a/c/src/lib/libcpu/mips/mongoosev/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/Makefile.am index 3ddbc861f8..db46a164b1 100644 --- a/c/src/lib/libcpu/mips/mongoosev/Makefile.am +++ b/c/src/lib/libcpu/mips/mongoosev/Makefile.am @@ -14,9 +14,8 @@ all-local: $(PREINSTALL_FILES) PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu/$(dirstamp): - @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu + @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp) $(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mongoose-v.h diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am index e6465ad0ba..0a0686a654 100644 --- a/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am +++ b/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am @@ -30,9 +30,8 @@ EXTRA_DIST = mg5uart.c README.mguart mg5uart.c mg5uart_reg.c PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip/$(dirstamp): - @$(mkinstalldirs) $(PROJECT_INCLUDE)/libchip + @$(mkdir_p) $(PROJECT_INCLUDE)/libchip @: > $(PROJECT_INCLUDE)/libchip/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/$(dirstamp) $(PROJECT_INCLUDE)/libchip/mg5uart.h: mg5uart.h $(PROJECT_INCLUDE)/libchip/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/mg5uart.h diff --git a/c/src/lib/libcpu/mips/shared/cache/Makefile.am b/c/src/lib/libcpu/mips/shared/cache/Makefile.am index 54a31d802f..6495263b58 100644 --- a/c/src/lib/libcpu/mips/shared/cache/Makefile.am +++ b/c/src/lib/libcpu/mips/shared/cache/Makefile.am @@ -29,9 +29,8 @@ EXTRA_DIST = cache.c cache_.h PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu/$(dirstamp): - @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu + @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp) $(PROJECT_INCLUDE)/libcpu/cache.h: cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h diff --git a/c/src/lib/libcpu/mips/tx39/Makefile.am b/c/src/lib/libcpu/mips/tx39/Makefile.am index 26715c7f48..58e3ff558b 100644 --- a/c/src/lib/libcpu/mips/tx39/Makefile.am +++ b/c/src/lib/libcpu/mips/tx39/Makefile.am @@ -14,9 +14,8 @@ all-local: $(PREINSTALL_FILES) PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu/$(dirstamp): - @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu + @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp) $(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h -- cgit v1.2.3