Skip to content

Commit

Permalink
Revert "Use .WAIT feature (Posix)"
Browse files Browse the repository at this point in the history
This reverts commit 7dd0f99.
  • Loading branch information
uweseimet committed Sep 5, 2023
1 parent 7dd0f99 commit 7eebf84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,11 @@ $(OBJ_GENERATED) : $(SRC_GENERATED) $(OBJDIR)
## between coverage and non-coverage builds.
.DEFAULT_GOAL := all
.PHONY: all docs test coverage lcov
all: $(SRC_GENERATED) .WAIT $(BIN_ALL) docs
all: $(SRC_GENERATED)
make $(BIN_ALL) docs

test: $(SRC_GENERATED) .WAIT $(BINDIR)/$(PISCSI_TEST)
test: $(SRC_GENERATED)
make $(BINDIR)/$(PISCSI_TEST)

coverage: CXXFLAGS += --coverage
coverage: test
Expand Down

0 comments on commit 7eebf84

Please sign in to comment.