summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 16:08:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 16:08:28 +0000
commitb0805d809a42efe47f1aa958c2e07e6069ff3a71 (patch)
treecaa2e1dcdfe3510489ae0e6d612249deda010041 /cpukit
parent2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b0805d809a42efe47f1aa958c2e07e6069ff3a71.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/Makefile.am3
-rw-r--r--cpukit/wrapup/Makefile.am3
3 files changed, 7 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 89b05ae30a..1b460ffd00 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
+ * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
+
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Reworked.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 79cf5378a9..531c4b61cf 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -30,9 +30,8 @@ EXTRA_DIST = $(AUTOMAKE_FILES)
PREINSTALL_FILES =
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
- @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems
+ @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(PROJECT_INCLUDE)/rtems/bspIo.h: include/rtems/bspIo.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspIo.h
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 367df6673a..0060546fc0 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -101,9 +101,8 @@ $(ARCH)/librtemscpu$(LIB_VARIANT).a: ${LIBS}
all-local: $(TMPINSTALL_FILES)
${PROJECT_RELEASE}/lib/$(dirstamp):
- @$(mkinstalldirs) ${PROJECT_RELEASE}/lib
+ @$(mkdir_p) ${PROJECT_RELEASE}/lib
@: > ${PROJECT_RELEASE}/lib/$(dirstamp)
-TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/$(dirstamp)
${PROJECT_RELEASE}/lib/librtemscpu$(LIB_VARIANT).a: $(ARCH)/librtemscpu$(LIB_VARIANT).a ${PROJECT_RELEASE}/lib/$(dirstamp)
$(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/librtemscpu$(LIB_VARIANT).a