mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests.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>
|
||||||
|
|
||||||
|
* sptests.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,16 +3,16 @@
|
|||||||
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) $< $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens:
|
$(project_bspdir)/tests/screens:
|
||||||
@$(mkinstalldirs) $@
|
@$(mkdir_p) $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests:
|
$(project_bspdir)/tests/screens/sptests:
|
||||||
@$(mkinstalldirs) $@
|
@$(mkdir_p) $@
|
||||||
|
|
||||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn
|
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|||||||
Reference in New Issue
Block a user