From 07aa4683ce6ab604d6d1e2c466233ead7ecfeb73 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Feb 2007 12:15:48 +0000 Subject: =?UTF-8?q?2007-02-22=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. --- c/src/ChangeLog | 4 ++++ c/src/wrapup/Makefile.am | 2 +- cpukit/ChangeLog | 4 ++++ cpukit/wrapup/Makefile.am | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 6f18ad9439..9339bfd005 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2007-02-22 Ralf Corsépius + + * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. + 2007-02-16 Ralf Corsépius * libchip/Makefile.am: Correct path to README.tulipclone. diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am index f56174a492..3496d56d0e 100644 --- a/c/src/wrapup/Makefile.am +++ b/c/src/wrapup/Makefile.am @@ -39,7 +39,7 @@ endif o-optimize/librtemsbsp.a: $(SRCS) rm -f $@ - $(mkdir_p) o-optimize + $(MKDIR_P) o-optimize rm -rf o-optimize/*.a o-optimize/*.$(OBJEXT) o-optimize/*.rel for f in $(SRCS); do \ case $$f in \ diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 4fd909f2de..d5d889e527 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-02-22 Ralf Corsépius + + * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. + 2007-02-21 Joel Sherrill * score/src/coremsgsubmit.c: Use Wait.option to avoid cast. diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 1ff4a1d3af..195f68d1a9 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -70,7 +70,7 @@ endif librtemscpu.a: $(TMP_LIBS) rm -f $@ - $(mkdir_p) $(ARCH) + $(MKDIR_P) $(ARCH) rm -rf $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel for f in $(TMP_LIBS); do \ case $$f in \ -- cgit v1.2.3