[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tests/cpu-policy: fix "run" goal
commit 224211c55bdded74c5a65f5a7e34281a8c5c56f2 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Wed Apr 19 11:00:19 2023 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Apr 19 11:00:19 2023 +0200 tests/cpu-policy: fix "run" goal An earlier change converted TARGET-y to TARGETS, but failed to replace all references. Convert run's dependency, but use $< in the command to avoid the leading blank that += inserts. Fixes: 6a9f5477637a ("tests/cpu-policy: Rework Makefile") Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- tools/tests/cpu-policy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tests/cpu-policy/Makefile b/tools/tests/cpu-policy/Makefile index c5b81afc71..5df9b1ebbd 100644 --- a/tools/tests/cpu-policy/Makefile +++ b/tools/tests/cpu-policy/Makefile @@ -16,8 +16,8 @@ endif all: $(TARGETS) .PHONY: run -run: $(TARGET-y) - ./$(TARGET-y) +run: $(TARGETS) + ./$< .PHONY: clean clean: -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |