mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
|
||||||
|
|
||||||
2003-12-16 Joel Sherrill <joel@OARcorp.com>
|
2003-12-16 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 544/tests
|
PR 544/tests
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
|
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
|
||||||
|
|
||||||
$(project_bspdir)/tests:
|
$(project_bspdir)/tests:
|
||||||
@$(mkinstalldirs) $@
|
@$(mkdir_p) $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|||||||
Reference in New Issue
Block a user