projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad76d87
)
build,tools: have default rules depends on symbols
author
Anthony PERARD
<anthony.perard@citrix.com>
Wed, 7 Jul 2021 15:51:49 +0000
(17:51 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Wed, 7 Jul 2021 15:51:49 +0000
(17:51 +0200)
No need to call $(MAKE) again.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/tools/Makefile
patch
|
blob
|
history
diff --git
a/xen/tools/Makefile
b/xen/tools/Makefile
index e940939d61f4cd7b0e184435432fd5095f9c0321..4e42163f981ce3cca1cdd364cab4878636af3660 100644
(file)
--- 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: