As s390x was the only one remaining, it has now been excluded. This was best done with an update of the source tree to match upstream. This is turn caused additional patch updates. With s390x gone, all of the big-endian patches can be removed, simplifying things enormously. This is the biggest change. Several other patches that are no longer needed due to changes in Fedora builds (ld flags, for example), or that are no longer needed (such as armv7) have also been removed. Further cleanup likely to follow. Signed-off-by: Al Stone <ahs3@ahs3.net>
22 lines
528 B
Diff
22 lines
528 B
Diff
Add in a needed parameter for a test file template
|
|
|
|
From: Al Stone <ahs3@redhat.com>
|
|
|
|
|
|
---
|
|
tests/templates/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: acpica-unix2-20240321/tests/templates/Makefile
|
|
===================================================================
|
|
--- acpica-unix2-20240321.orig/tests/templates/Makefile
|
|
+++ acpica-unix2-20240321/tests/templates/Makefile
|
|
@@ -26,7 +26,7 @@ $(aml_obj): %.aml: %.asl
|
|
|
|
|
|
templates :
|
|
- sh templates.sh
|
|
+ sh templates.sh 1
|
|
|
|
.PHONY: clean
|
|
clean:
|