tools/examples: cleanup Makefile
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 11 Jul 2022 10:13:24 +0000 (12:13 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 11 Jul 2022 10:13:24 +0000 (12:13 +0200)
commit6899af760972e1815add7f532160ae238e58b7cd
tree93b747d799db9c7bde51273f4bef999e7325d265
parent524cf4da66ec95d7304a09b81853b250e669eeb3
tools/examples: cleanup Makefile

Don't check if a target exist before installing it. For directory,
install doesn't complain, and for file it would prevent from updating
them. Also remove the existing loop and instead install all files with
a single call to $(INSTALL_DATA).

Remove XEN_CONFIGS-y which isn't used.

Remove "build" target.

Add an empty line after the first comment. The comment isn't about
$(XEN_READMES), it is about the makefile as a whole.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
tools/examples/Makefile