7e98da058f
This change reorganizes and cleanups our patches to reduce the patch number from 314 patches to 187. That's achieved by dropping patches that are later reverted and squashing fixes for earlier patches that introduced features. There are no code changes and the diff with upstream is the same before and after the cleanup. Having fewer patches makes easier to manage the patchset and also will ease to rebase them on top of the latest grub-2.04 release. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
22 lines
558 B
Diff
22 lines
558 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Thu, 26 Jul 2018 15:47:48 -0400
|
|
Subject: [PATCH] autogen: don't run autoreconf in the topdir
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
autogen.sh | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/autogen.sh b/autogen.sh
|
|
index 7537561ad0d..f608b9467a0 100755
|
|
--- a/autogen.sh
|
|
+++ b/autogen.sh
|
|
@@ -82,6 +82,4 @@ done
|
|
echo "Saving timestamps..."
|
|
echo timestamp > stamp-h.in
|
|
|
|
-echo "Running autoreconf..."
|
|
-autoreconf -vi
|
|
exit 0
|