]> git.pld-linux.org Git - packages/acpica.git/blob - template.patch
- updated tests
[packages/acpica.git] / template.patch
1 Add in a needed parameter for a test file template
2
3 From: Al Stone <ahs3@redhat.com>
4
5
6 ---
7  tests/templates/Makefile |    2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 Index: 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.068286 seconds and 3 git commands to generate.