From 64df62873443eb3080c059fd366f1f38d3c380d4 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 24 Apr 2014 12:20:56 +0800 Subject: Do not distribute generated files in the release tarball Generated files should always be built from source and never be present in VCS repositories and only autotools generated files should be in tarballs. This ensures that they get built as often as possible and bugs with that process are discovered early. Signed-off-by: Paul Wise Signed-off-by: Simon Horman --- kexec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec/Makefile b/kexec/Makefile index 7d3175b..a758b4a 100644 --- a/kexec/Makefile +++ b/kexec/Makefile @@ -29,7 +29,7 @@ KEXEC_SRCS_base += kexec/kexec-xen.c KEXEC_GENERATED_SRCS += $(PURGATORY_HEX_C) -dist += kexec/Makefile $(KEXEC_GENERATED_SRCS) \ +dist += kexec/Makefile \ $(KEXEC_SRCS_base) kexec/crashdump-elf.c \ kexec/crashdump.h kexec/firmware_memmap.h \ kexec/kexec-elf-boot.h \ -- cgit