File tree Expand file tree Collapse file tree
modules/repository-base/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222# ##################################################################################
2323
24- # Some modules build their dependencies from variables, we want these to be
25- # evaluated at the last possible moment. For this we use second expansion to
24+ # Some modules build their dependencies from variables, we want these to be
25+ # evaluated at the last possible moment. For this we use second expansion to
2626# re-evaluate the generate and verify targets a second time.
2727#
2828# See https://www.gnu.org/software/make/manual/html_node/Secondary-Expansion.html
3131# For details on some of these "prelude" settings, see:
3232# https://clarkgrubb.com/makefile-style-guide
3333MAKEFLAGS += --warn-undefined-variables --no-builtin-rules
34- SHELL := /usr/bin/env bash
34+ SHELL := /usr/bin/env PS1="" bash
3535.SHELLFLAGS := -uo pipefail -c
3636.DEFAULT_GOAL := help
3737.DELETE_ON_ERROR :
Original file line number Diff line number Diff line change 3939# For details on some of these "prelude" settings, see:
4040# https://clarkgrubb.com/makefile-style-guide
4141MAKEFLAGS += --warn-undefined-variables --no-builtin-rules
42- SHELL := /usr/bin/env bash
42+ SHELL := /usr/bin/env PS1="" bash
4343.SHELLFLAGS := -uo pipefail -c
4444.DEFAULT_GOAL := help
4545.DELETE_ON_ERROR :
You can’t perform that action at this time.
0 commit comments