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 9c5ec7a commit 5eb4fd7Copy full SHA for 5eb4fd7
1 file changed
scripts/init.mk
@@ -84,7 +84,7 @@ list-variables: # List all the variables available to make @Others
84
.NOTPARALLEL:
85
.ONESHELL:
86
.PHONY: * # Please do not change this line! The alternative usage of it introduces unnecessary complexity and is considered an anti-pattern.
87
-MAKEFLAGS := --no-print-director
+MAKEFLAGS := --no-print-directory
88
SHELL := /bin/bash
89
ifeq (true, $(shell [[ "${VERBOSE}" =~ ^(true|yes|y|on|1|TRUE|YES|Y|ON)$$ ]] && echo true))
90
.SHELLFLAGS := -cex
0 commit comments