We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5ccbc3d commit357edc9Copy full SHA for 357edc9
src/Makefile.global.in
@@ -559,9 +559,10 @@ endif
559
# This function is only for internal use below. It should be called
560
# using $(eval). It will set up a target so that it recurses into
561
# a given subdirectory. Note that to avoid a nasty bug in make 3.80,
562
-# it is important that the expansion of this function not exceed about
563
-# 200 bytes. This is why we make it apply to just one subdirectory at a
564
-# time, rather than to a list of subdirectories.
+# this function has to avoid using any complicated constructs (like
+# multiple targets on a line) and also not contain any lines that expand
+# to more than about 200 bytes. This is why we make it apply to just one
565
+# subdirectory at a time, rather than to a list of subdirectories.
566
# $1: target name, e.g., all
567
# $2: subdir name
568
# $3: target to run in subdir, usually same as $1