You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifeq (,${mutli_toolset}) # Build with a single toolset.
120
122
build_dir := ${BUILD_ROOT}/${BUILD}/${TOOLSET}
@@ -340,8 +342,9 @@ distclean :
340
342
rm -rf ${BUILD_ROOT}
341
343
342
344
env :
343
-
uname --all
344
-
env | sort --ignore-case
345
+
uname --all;echo
346
+
ulimit -a;echo
347
+
env | sort --ignore-case;echo
345
348
346
349
# Prerequisites of .PHONY are always interpreted as literal target names, never as patterns (even if they contain ‘%’ characters). To always rebuild a pattern rule consider using a "force target".
347
350
# If a rule has no prerequisites or recipe, and the target of the rule is a nonexistent file, then make imagines this target to have been updated whenever its rule is run. This implies that all targets depending on this one will always have their recipe run.
0 commit comments