acrn-hypervisor/tools/acrn-crashlog/acrnprobe
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: android events module for acrnprobe 2018-05-23 17:10:51 +08:00
android_events.c tools: acrn-crashlog: android events module for acrnprobe 2018-05-23 17:10:51 +08:00
channels.c tools: acrn-crashlog: channel module for acrnprobe 2018-05-23 17:10:51 +08:00
crash_reclassify.c tools: acrn-crashlog: crash reclassify operations for acrnprobe 2018-05-23 17:10:51 +08:00
event_handler.c tools: acrn-crashlog: compile without telemetrics client 2018-05-23 21:21:51 +08:00
event_queue.c tools: acrn-crashlog: event queue operations for acrnprobe 2018-05-23 17:10:51 +08:00
history.c tools: acrn-crashlog: interfaces to control history_event in acrnprobe 2018-05-23 17:10:51 +08:00
load_conf.c tools: acrn-crashlog: configuration module of acrnprobe 2018-05-23 17:10:51 +08:00
main.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
probeutils.c tools: acrn-crashlog: probe utils for acrnprobe 2018-05-23 17:10:51 +08:00
property.c tools: acrn-crashlog: system properties for acrnprobe 2018-05-23 17:10:51 +08:00
sender.c tools: acrn-crashlog: compile without telemetrics client 2018-05-23 21:21:51 +08:00
startupreason.c tools: acrn-crashlog: get startup reason of system for acrnprobe 2018-05-23 17:10:51 +08:00