We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make docs
1 parent 63f607e commit 6243387Copy full SHA for 6243387
docs/make-docs
@@ -6,6 +6,14 @@
6
# [Semantic versioning](https://semver.org/) is used to help the reader identify the significance of changes.
7
# Changes are relevant to this script and the support docs.mk GNU Make interface.
8
#
9
+
10
+# ## 5.1.2 (2023-11-08)
11
+#
12
+# ### Added
13
14
+# - Hide manual_mount warning messages from non-debug output.
15
+# Set the DEBUG environment variable to see all hidden messages.
16
17
# ## 5.1.1 (2023-10-30)
18
19
# ### Added
@@ -779,7 +787,8 @@ EOF
779
787
-e '/website-proxy/ d' \
780
788
-e '/rm -rf dist*/ d' \
781
789
-e '/Press Ctrl+C to stop/ d' \
782
- -e '/make/ d'
790
+ -e '/make/ d' \
791
+ -e '/WARNING: The manual_mount source directory/ d'
783
792
fi
784
793
;;
785
794
esac
0 commit comments