summaryrefslogtreecommitdiff
path: root/share/mk/bsd.files.mk
Commit message (Expand)AuthorAgeFilesLines
* Use ${.ALLSRC:Ninstalldirs-*} instead of assuming order of .ALLSRCAlex Richardson2019-12-101-1/+1
* Fix build race in bsd.files.mkAlex Richardson2019-11-151-4/+3
* Need to use ${${_${group}DIR_${file}}} for STAGE_DIRSimon J. Gerraty2019-10-011-1/+1
* Use file destdir for stage_as setsSimon J. Gerraty2019-09-061-4/+13
* pkgbase: r351861 didn't solve everything, we need to default to the utilities...Emmanuel Vadot2019-09-061-1/+1
* pkgbase: Handle FILES when no FILESGROUP isn't usedEmmanuel Vadot2019-09-051-0/+4
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+1
* Revert prior change till installworld sortedSimon J. Gerraty2019-08-151-3/+3
* bsd.files.mk: fix targets to avoid directoriesSimon J. Gerraty2019-08-141-3/+3
* Fix STAGE_DIR.* to handle indirect *DIR variables.Simon J. Gerraty2019-01-151-2/+2
* Update dirdeps.mk et al to latestSimon J. Gerraty2018-08-021-0/+2
* Convert bsd.files.mk to support DIRS and simplify by only having one installBrad Davis2018-07-261-54/+59
* Convert bsd.confs.mk to support DIRS.Brad Davis2018-07-241-0/+2
* A direct call to echo was intruduced in r333407, which made messagesRenato Botelho2018-07-101-1/+1
* Enable directory creation with FILESDIR.Brad Davis2018-05-091-2/+16
* Respect INSTALL_AS_USER for FILES.Bryan Drewery2017-07-211-0/+8
* DIRDEPS_BUILD: Fix '/' in group names creating a bad cookie.Bryan Drewery2016-12-031-2/+2
* Revert r296585.Bryan Drewery2016-12-031-4/+2
* Allow FILESGROUPS to be specified more than once by pruning out duplicatesEnji Cooper2016-04-301-1/+1
* MFHGlen Barber2016-03-141-4/+0
|\
| * Remove out-of-place make(buildincludes) check.Bryan Drewery2016-03-111-4/+0
* | MFHGlen Barber2016-03-101-2/+4
|\|
| * These group names may be used as a cookie, so replace any non-fs-safe charact...Bryan Drewery2016-03-091-2/+4
* | MFHGlen Barber2016-03-021-0/+2
|\|
| * DIRDEPS_BUILD: Fix some things building in MAKELEVEL0.Bryan Drewery2016-02-261-0/+2
* | MFH r289384-r293170Glen Barber2016-01-041-3/+2
|\|
| * META MODE: Fix FILESNAME not being respected sans other FILES_group overrides.Bryan Drewery2015-10-261-1/+1
| * META MODE: bsd.files.mk and bsd.confs.mk don't handle symlinks so there is noBryan Drewery2015-10-261-1/+0
| * Make installing to a non-existent directory an error.Bryan Drewery2015-10-151-1/+1
| * Revert r289282 for now as the interaction with a directory containingBryan Drewery2015-10-141-3/+0
| * Replace the out-of-place includes/files/config handling in bsd.subdir.mk withBryan Drewery2015-10-141-0/+3
* | Merge from headBaptiste Daroussin2015-10-011-2/+4
|\|
| * META_MODE: Fix staging not respecting _DIR overrides.Bryan Drewery2015-09-251-2/+4
* | Merge from headBaptiste Daroussin2015-09-121-0/+3
|\|
| * For each FOO in FILESLISTS, append the value of FOO.yes, sort, andWarner Losh2015-08-271-0/+3
* | Merge from headBaptiste Daroussin2015-06-151-0/+22
|\|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+5
| |\
| * \ Merge headSimon J. Gerraty2014-04-281-5/+3
| |\ \
| * | | Because the target of SYMLINKS is typically a full path, weSimon J. Gerraty2013-01-231-0/+1
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | Allow to tag the METALOG per file groupBaptiste Daroussin2015-03-051-10/+11
* | | | Makes it more flexible to tag and define a target packageBaptiste Daroussin2015-02-131-3/+10
* | | | Tag the metalog with a global default sets of tags that will be used to decideBaptiste Daroussin2015-02-101-3/+3
| |_|/ |/| |
* | | Ensure files are created during the build when using bsd.subdir.mk.Julio Merino2014-06-091-2/+5
| |/ |/|
* | Allow mixing bsd.files.mk with bsd.subdir.mk.Rui Paulo2013-10-251-5/+3
|/
* Make sure the only thing that follows .endif or .else is a comment.Hartmut Brandt2005-04-111-2/+2
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-3/+3
* Try really hard to fix parallel installs. Add a bunch of .ORDERRuslan Ermilov2002-07-031-0/+1
* Reimplement FILES support using bsd.files.mk with theRuslan Ermilov2002-06-031-0/+68