mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 05:10:40 +08:00
build-system: Fix the targets support for the parallel build.
This commit is contained in:
@@ -56,7 +56,7 @@ $1: $(preintstall_targets)
|
||||
echo "Making $$$$target in $$$$subdir"; \
|
||||
if test "$$$$subdir" != "."; then \
|
||||
cd $$$$subdir; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) $$$$local_target; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) $$$$target; \
|
||||
fi;
|
||||
endef
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ $1: $(preintstall_targets)
|
||||
echo "Making $$$$target in $$$$subdir"; \
|
||||
if test "$$$$subdir" != "."; then \
|
||||
cd $$$$subdir; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) $$$$local_target; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) $$$$target; \
|
||||
fi;
|
||||
endef
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ noinst_HEADERS += support/include/pritime.h
|
||||
noinst_HEADERS += support/include/primode.h
|
||||
noinst_HEADERS += support/include/tmtests_empty_function.h
|
||||
|
||||
SUBDIRS = @subdirs@
|
||||
_SUBDIRS = @subdirs@
|
||||
|
||||
EXTRA_DIST = PROBLEMS
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ $1:
|
||||
if test -f $$$$tcheck; then \
|
||||
test_FLAGS=`$$$$tcheck flags $(RTEMS_BSP) $$$$tdata $$$$tincludes $(1)`; \
|
||||
fi; \
|
||||
local_target="$$$$target"; \
|
||||
if test -z "$$$$test_FLAGS"; then \
|
||||
echo "BSP Testsuite: $(1): PASS"; \
|
||||
else \
|
||||
@@ -36,7 +35,7 @@ $1:
|
||||
fi; \
|
||||
echo "Making $$$$target in $(1)"; \
|
||||
cd $(1); \
|
||||
$(MAKE) $(AM_MAKEFLAGS) TEST_FLAGS="$$$$test_FLAGS" $$$$local_target; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) TEST_FLAGS="$$$$test_FLAGS" $$$$target; \
|
||||
else \
|
||||
echo "BSP Testsuite: $(1): EXCLUDED"; \
|
||||
fi; \
|
||||
|
||||
Reference in New Issue
Block a user