Skip to content

Commit de3f76b

Browse files
committed
use .NOTPARALLEL instead of .NO_PARALLEL
1 parent 066d15e commit de3f76b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/tests/detail/all.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ $(OUTPUT)/%: $(DIR)/% $(addprefix ${BUILD_DIR}/lib/,proto_detail.la proto_detail
3232
fi
3333
${Q}touch $@
3434

35-
.NO_PARALLEL: $(TEST)
35+
.NOTPARALLEL: $(TEST)
3636
$(TEST):
3737
@touch $(BUILD_DIR)/tests/$@

src/tests/radclient/all.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $(OUTPUT)/%: $(DIR)/% $(BUILD_DIR)/bin/local/$(RADCLIENT) $(BUILD_DIR)/lib/local
112112
fi
113113
${Q}touch $@
114114

115-
.NO_PARALLEL: $(TEST)
115+
.NOTPARALLEL: $(TEST)
116116
$(TEST):
117117
${Q}$(MAKE) --no-print-directory $@.radiusd_stop
118118
@touch $(BUILD_DIR)/tests/$@

src/tests/radmin/all.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $(OUTPUT)/%: $(DIR)/% | $(TEST).radiusd_kill $(TEST).radiusd_start
8585
touch $@;\
8686
fi
8787

88-
.NO_PARALLEL: $(TEST)
88+
.NOTPARALLEL: $(TEST)
8989
$(TEST):
9090
${Q}$(MAKE) --no-print-directory $@.radiusd_stop
9191
@touch $(BUILD_DIR)/tests/$@

0 commit comments

Comments
 (0)