]> 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-unix-20191213/tests/templates/Makefile
11 ===================================================================
12 --- acpica-unix-20191213.orig/tests/templates/Makefile
13 +++ acpica-unix-20191213/tests/templates/Makefile
14 @@ -26,7 +26,7 @@ $(aml_obj): %.aml:  %.asl
15  
16  
17  templates :
18 -       sh templates.sh
19 +       sh templates.sh 1
20  
21  .PHONY: clean
22  clean:
This page took 0.214709 seconds and 3 git commands to generate.