a5bd9f6
From 75887218d652d578af29494dd54cd8733643653b Mon Sep 17 00:00:00 2001
a5bd9f6
From: Colin Watson <cjwatson@ubuntu.com>
a5bd9f6
Date: Tue, 4 Sep 2012 18:59:41 +0100
a5bd9f6
Subject: [PATCH 024/364] * Makefile.am (EXTRA_DIST): Add
a5bd9f6
 grub-core/tests/boot/linux.init-mips.S,
a5bd9f6
 grub-core/tests/boot/linux.init-ppc.S, and
a5bd9f6
 grub-core/tests/boot/linux-ppc.cfg.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog   | 7 +++++++
a5bd9f6
 Makefile.am | 2 +-
a5bd9f6
 2 files changed, 8 insertions(+), 1 deletion(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 5a938ae..b1950ab 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,5 +1,12 @@
a5bd9f6
 2012-09-04  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
 
a5bd9f6
+	* Makefile.am (EXTRA_DIST): Add
a5bd9f6
+	grub-core/tests/boot/linux.init-mips.S,
a5bd9f6
+	grub-core/tests/boot/linux.init-ppc.S, and
a5bd9f6
+	grub-core/tests/boot/linux-ppc.cfg.
a5bd9f6
+
a5bd9f6
+2012-09-04  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
+
a5bd9f6
 	* grub-core/mmap/mips/loongson: Remove empty directory.
a5bd9f6
 
a5bd9f6
 2012-09-04  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
diff --git a/Makefile.am b/Makefile.am
a5bd9f6
index db9e930..3bb911c 100644
a5bd9f6
--- a/Makefile.am
a5bd9f6
+++ b/Makefile.am
a5bd9f6
@@ -377,7 +377,7 @@ if COND_powerpc_ieee1275
a5bd9f6
 BOOTCHECKS = bootcheck-linux-ppc
a5bd9f6
 endif
a5bd9f6
 
a5bd9f6
-EXTRA_DIST += grub-core/tests/boot/kbsd.init-i386.S grub-core/tests/boot/kbsd.init-x86_64.S grub-core/tests/boot/kbsd.spec.txt grub-core/tests/boot/kernel-8086.S grub-core/tests/boot/kernel-i386.S grub-core/tests/boot/kfreebsd-aout.cfg grub-core/tests/boot/kfreebsd.cfg grub-core/tests/boot/kfreebsd.init-i386.S grub-core/tests/boot/kfreebsd.init-x86_64.S grub-core/tests/boot/knetbsd.cfg grub-core/tests/boot/kopenbsd.cfg grub-core/tests/boot/kopenbsdlabel.txt grub-core/tests/boot/linux16.cfg grub-core/tests/boot/linux.cfg grub-core/tests/boot/linux.init-i386.S grub-core/tests/boot/linux.init-x86_64.S grub-core/tests/boot/multiboot2.cfg grub-core/tests/boot/multiboot.cfg grub-core/tests/boot/ntldr.cfg grub-core/tests/boot/pc-chainloader.cfg
a5bd9f6
+EXTRA_DIST += grub-core/tests/boot/kbsd.init-i386.S grub-core/tests/boot/kbsd.init-x86_64.S grub-core/tests/boot/kbsd.spec.txt grub-core/tests/boot/kernel-8086.S grub-core/tests/boot/kernel-i386.S grub-core/tests/boot/kfreebsd-aout.cfg grub-core/tests/boot/kfreebsd.cfg grub-core/tests/boot/kfreebsd.init-i386.S grub-core/tests/boot/kfreebsd.init-x86_64.S grub-core/tests/boot/knetbsd.cfg grub-core/tests/boot/kopenbsd.cfg grub-core/tests/boot/kopenbsdlabel.txt grub-core/tests/boot/linux16.cfg grub-core/tests/boot/linux.cfg grub-core/tests/boot/linux.init-i386.S grub-core/tests/boot/linux.init-mips.S grub-core/tests/boot/linux.init-ppc.S grub-core/tests/boot/linux.init-x86_64.S grub-core/tests/boot/linux-ppc.cfg grub-core/tests/boot/multiboot2.cfg grub-core/tests/boot/multiboot.cfg grub-core/tests/boot/ntldr.cfg grub-core/tests/boot/pc-chainloader.cfg
a5bd9f6
 
a5bd9f6
 .PHONY: bootcheck-linux-i386 bootcheck-linux-x86_64 \
a5bd9f6
        bootcheck-kfreebsd-i386 bootcheck-kfreebsd-x86_64 \
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6