forked from Imagelibrary/rtems
Fix rtems-test-check with a BSD sed.
BSD sed does not support '\t' and treated '[ \t]' as 3 characters. This patch uses a standard method of supporting blank spaces.
This commit is contained in:
@@ -16,7 +16,7 @@ all-local:
|
||||
fi; \
|
||||
tdata="$(top_srcdir)/../../c/src/lib/libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/make/custom/$(RTEMS_BSP)-testsuite.tcfg"; \
|
||||
if test -f "$$tdata"; then \
|
||||
vtdata="$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/make/custom/$(RTEMS_BSP)-testsuite.cfg"; \
|
||||
vtdata="$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/make/custom/$(RTEMS_BSP)-testsuite.tcfg"; \
|
||||
else \
|
||||
vtdata="all tests"; \
|
||||
fi; \
|
||||
|
||||
Reference in New Issue
Block a user