mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow the shell preference for make(1) to be set in make.conf(5), and hopefully
trick a few people into setting MAKE_SHELL to csh, although that can still rebuild itself to allow them to heal the wound in their foot.
This commit is contained in:
parent
3873e563fc
commit
7cfab3bb92
1 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,13 @@
|
|||
#
|
||||
#CXXFLAGS+= -fmemoize-lookups -fsave-memoized
|
||||
#
|
||||
# MAKE_SHELL controls the shell used internally by make(1) to process the
|
||||
# command scripts in makefiles. Three shells are supported, sh, ksh, and
|
||||
# csh. Using sh is most common, and advised. Using ksh *may* work, but is
|
||||
# not guaranteed to. Using csh is absurd. The default is to use sh.
|
||||
#
|
||||
#MAKE_SHELL?=sh
|
||||
#
|
||||
# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
|
||||
# for use in developing FreeBSD and testing changes. They can be used by
|
||||
# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not
|
||||
|
|
|
|||
Loading…
Reference in a new issue