acrn-hypervisor/tools/acrn-crashlog/usercrash
Geoffroy Van Cutsem 7f2a7d47dd Tools Makefiles: enhancement to keep source code tree clean
Running 'make' will leave 3 files in the source code tree that
are not cleaned by a subsequent 'make clean'. These are:
* tools/acrn-crashlog/acrnprobe/include/version.h
* tools/acrn-crashlog/usercrash/include/version.h
* tools/acrn-manager/acrn_mngr.o
(as reported by 'git status' after 'make')

This patch changes the location of these files so they are
created in the target build directory and hence properly
cleaned when running 'make clean'

Other minor changes to the Makefiles include:
* Remove BASEDIR by the built-in CURDIR variable
* Add .PHONY targets

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2018-06-05 10:22:24 +08:00
..
include tools: acrn-crashlog: add APIs for client and debugger 2018-05-23 17:10:51 +08:00
client.c tools: acrn-crashlog: version control patch for binaries 2018-05-23 17:10:51 +08:00
crash_dump.c tools: acrn-crashlog: add APIs for client and debugger 2018-05-23 17:10:51 +08:00
debugger.c tools: acrn-crashlog: version control patch for binaries 2018-05-23 17:10:51 +08:00
Makefile Tools Makefiles: enhancement to keep source code tree clean 2018-06-05 10:22:24 +08:00
protocol.c tools: acrn-crashlog: socket APIs for client/server 2018-05-23 17:10:51 +08:00
server.c tools: acrn-crashlog: version control patch for binaries 2018-05-23 17:10:51 +08:00