e7a09764c4
- Update to 3.0.11 (via patches generated from git) - Plus newer upstream fixes (also via patches generated from git) - Fix shell exit failures in make - Fix .reloc section generation - Fix CHAR8 definition - Fix "make DESTDIR=..." - Change the installed .a/.o layout - Provide makefiles for consumers to use. - Make the -devel noarch since it's just headers. - Add a bunch of compatibility symlinks for our older packages. These will go away once we've migrated everything using them in fedora to use the newer make system... Signed-off-by: Peter Jones <pjones@redhat.com>
28 lines
513 B
Diff
28 lines
513 B
Diff
From 217acd337cbdfd466978124049e42fa973edf6f4 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Wed, 13 Nov 2019 13:38:20 -0500
|
|
Subject: [PATCH 27/45] gitignore: add our build directories.
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
.gitignore | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 970b638e0c0..014f7d02f46 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -4,3 +4,9 @@
|
|
*.a
|
|
*.tar.*
|
|
*.tar
|
|
+aa64
|
|
+arm
|
|
+ia32
|
|
+ia64
|
|
+mips64el
|
|
+x64
|
|
--
|
|
2.24.1
|
|
|