summaryrefslogtreecommitdiff
path: root/mk/wrapper/wrapper-defs.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Remove clauses 3,4 from TNF-only copyright blocks.maya1-8/+1
This is based on the decision The NetBSD Foundation made in 2008 to do so, which was already applied to src. This change has been applied to code which is likely not in other repositories. ok board@, reviewed by riastradh@
2015-04-29Introduce _USE_CWRAPPERS logic to ensure consistency, USE_CWRAPPERS couldjperkin1-2/+2
differ between a package and user setting, resulting in incorrect WRAPPER_* values being set from wrapper-defs.mk.
2015-04-28Move cwrappers WRAPPER_DIR and WRAPPER_BINDIR to wrapper-defs.mk, it isjperkin1-1/+6
included by bsd.prefs.mk so we need to ensure consistency.
2009-05-06Allow to set the "bourne" shell used for buildlink3 wrappers per platform.tron1-2/+3
Set it to "/bin/ksh" under Mac OS X which should reduce package build times by more than 20%.
2005-10-10Make WRAPPER_SHELL configurable.tv1-2/+2
2004-09-27Move some wrapper definitions into a separate file wrapper-defs.mk that isjlam1-0/+46
included by bsd.prefs.mk. This allows the following variables to be used before bsd.wrapper.mk is included: WRAPPER_DIR WRAPPER_SRCDIR WRAPPER_BINDIR WRAPPER_SHELL WRAPPER_TMPDIR