summaryrefslogtreecommitdiff
path: root/mkdeps.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-30 17:41:03 -0300
committerEuAndreh <eu@euandre.org>2025-03-30 17:41:03 -0300
commitefec6950e1f7960f0a2325ef3d44f3df0d5ddb17 (patch)
tree3875d09806732a933f171a6b8322265faa66c405 /mkdeps.sh
parentsrc/content/blog/: Upgrade 4 files to asciidoc (diff)
downloadeuandre.org-efec6950e1f7960f0a2325ef3d44f3df0d5ddb17.tar.gz
euandre.org-efec6950e1f7960f0a2325ef3d44f3df0d5ddb17.tar.xz
Makefile, mkdeps.sh: Silent commands that are already too big, and will get bigger
Diffstat (limited to '')
-rwxr-xr-xmkdeps.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkdeps.sh b/mkdeps.sh
index 7698d7f..8815426 100755
--- a/mkdeps.sh
+++ b/mkdeps.sh
@@ -81,6 +81,8 @@ for colllink in src/collections/*; do
printf '%s/index.htmldeps %s/feed.xmldeps: $(articles.%s.sortdata)\n' \
"$c" "$c" "$name"
- printf '\tfind $(articles.%s.sortdata) > $@\n\n' "$name"
+ printf '\t@echo %s# find ... > $@.' "'"
+ printf ' Use -n of make(1) for full listing.%s\n' "'"
+ printf '\t@find $(articles.%s.sortdata) > $@\n\n' "$name"
printf '%s/feed.xml:\t%s/feed.xmldeps\n' "$c" "$c"
done