]> git.pld-linux.org Git - packages/acpica.git/blame - template.patch
- updated to 20170303 with current Fedora patches
[packages/acpica.git] / template.patch
CommitLineData
77760c90
JB
1Add in a needed parameter for a test file template
2
3From: Al Stone <ahs3@redhat.com>
4
5
6---
7 tests/templates/Makefile | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10Index: acpica-unix2-20161222/tests/templates/Makefile
11===================================================================
12--- acpica-unix2-20161222.orig/tests/templates/Makefile
13+++ acpica-unix2-20161222/tests/templates/Makefile
14@@ -2,7 +2,7 @@
15 PROG= templates
16
17 templates :
18- sh templates.sh
19+ sh templates.sh 1
20
21 clean :
22 rm -f *.asl *.aml *.dsl *.hex diff.log
This page took 0.092099 seconds and 4 git commands to generate.