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.
1 parent 2e040b0 commit cd181ebCopy full SHA for cd181eb
py/circuitpy_mpconfig.mk
@@ -27,6 +27,9 @@
27
# Manually disable by overriding in #mpconfigboard.mk
28
29
# These Makefile variables are used to implement the "any" and "all" functions.
30
+# Note that these only work when the arguments expand to "0" and/or "1" but not
31
+# if they expand to other values like "yes", "/bin/sh", or "false".
32
+#
33
# Make's "sort" will transform a mixed sequence of 0s and 1s to "0 1" (because
34
# it also eliminates duplicates), or a non-mixed sequence of "0" or "1" to just
35
# itself. Thus, if all the inputs are 1 then the first word will be 1; if any
0 commit comments