This series aimes to: 1. Allow creation of dist tarball without self-referential hard links 2. Add a distckeck target 3. Add a GitHub workflow which to performs basic build testing A sample run of the workflow can be seen here https://github.com/horms/kexec-tools/actions/runs/711376088 Simon Horman (7): build: create tarball without self-referential hard links build: add dist make target build: uninstall kexec_test build: use DESTDIR in uninstall target build: simplify uninstall target build: add distcheck target github: initial workflow .github/workflows/build.yml | 72 ++++++++++++++++++ Makefile.in | 141 +++++++++++++++++------------------- configure.ac | 1 + 3 files changed, 141 insertions(+), 73 deletions(-) create mode 100644 .github/workflows/build.yml -- 2.20.1 _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec