From 923ff77101f7933b1f23df626263ecbd18f80c81 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 27 Dec 2018 14:39:31 -0500 Subject: Makefile.am: Rename "todo_script" --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9a68346..3a7533a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,7 +107,7 @@ SH_LOG_DRIVER = \ LIBOPKBUILD_SHSOVERSION='$(libopkbuild_shsoversion)' \ $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh -todo_script = \ +todo_code_script = \ /^[0-9]* .[ \t]*\#[ \t]*TODO/,/^[0-9]* \.[ \t]*[^ \t\#]/{ \ /^[0-9]* \.[ \t]*\#/p; \ }; \ @@ -133,7 +133,7 @@ todo: for f in $$(printf '%s\n' $(SOURCES) | sort -u); do \ printed=false; \ sed '=' "$(top_srcdir)/$${f}" | sed 'N; s/\n/ ./' | sed -n \ - '$(todo_script)' | while read -r lineno line; do \ + '$(todo_code_script)' | while read -r lineno line; do \ if ! $${printed}; then \ printf '%s:\n' "$${f}"; \ printed=true; \ -- cgit v0.9.1