forked from Imagelibrary/rtems
2007-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||||
|
|
||||||
2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* score/Makefile.am: Remove macros/README.
|
* score/Makefile.am: Remove macros/README.
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ endif
|
|||||||
|
|
||||||
librtemscpu.a: $(TMP_LIBS)
|
librtemscpu.a: $(TMP_LIBS)
|
||||||
rm -f $@
|
rm -f $@
|
||||||
$(mkdir_p) $(ARCH)
|
$(MKDIR_P) $(ARCH)
|
||||||
rm -rf $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel
|
rm -rf $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel
|
||||||
for f in $(TMP_LIBS); do \
|
for f in $(TMP_LIBS); do \
|
||||||
case $$f in \
|
case $$f in \
|
||||||
|
|||||||
Reference in New Issue
Block a user