File: template.patch

package info (click to toggle)
acpica-unix 20250404-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 39,648 kB
  • sloc: ansic: 139,761; sh: 4,385; yacc: 4,377; lex: 1,345; makefile: 1,337
file content (22 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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-unix-20191213/tests/templates/Makefile
===================================================================
--- acpica-unix-20191213.orig/tests/templates/Makefile
+++ acpica-unix-20191213/tests/templates/Makefile
@@ -26,7 +26,7 @@ $(aml_obj): %.aml:  %.asl
 
 
 templates :
-	sh templates.sh
+	sh templates.sh 1
 
 .PHONY: clean
 clean: