|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] build,tools: have default rules depends on symbols
commit 484910bf41fec2c80d79ed9c5c33831bee7318f0
Author: Anthony PERARD <anthony.perard@xxxxxxxxxx>
AuthorDate: Wed Jul 7 17:51:49 2021 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Wed Jul 7 17:51:49 2021 +0200
build,tools: have default rules depends on symbols
No need to call $(MAKE) again.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
---
xen/tools/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/xen/tools/Makefile b/xen/tools/Makefile
index e940939d61..4e42163f98 100644
--- a/xen/tools/Makefile
+++ b/xen/tools/Makefile
@@ -2,8 +2,7 @@
include $(XEN_ROOT)/Config.mk
.PHONY: default
-default:
- $(MAKE) symbols
+default: symbols
.PHONY: clean
clean:
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |