aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-02 08:18:35 -0300
committerEuAndreh <eu@euandre.org>2023-04-02 08:18:39 -0300
commitf4ad956613628f29a27bca5a99e40ec1429cc7ab (patch)
tree476b388b6ea4cabad19354b5d3875e45c9c17405
parentMakefile: Unify calls to aux/dev.mk (diff)
downloadremembering-f4ad956613628f29a27bca5a99e40ec1429cc7ab.tar.gz
remembering-f4ad956613628f29a27bca5a99e40ec1429cc7ab.tar.xz
aux/dev.mk: make in parallel over for loop
-rw-r--r--aux/dev.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/dev.mk b/aux/dev.mk
index 94fa4d6..e644edb 100644
--- a/aux/dev.mk
+++ b/aux/dev.mk
@@ -105,7 +105,7 @@ $(test-files): ALWAYS manfooter.sentinel
aux/checks/assert-manpages.sh: manfooter.sentinel
manfooter.sentinel:
- for f in aux/checks/manpages/*.in; do $(MAKE) -f aux/dev.mk "$${f%.in}"; done
+ $(MAKE) -f aux/dev.mk `echo aux/checks/manpages/*.in | sed 's|\.in||g'`
touch $@
dev-check: $(test-files)