aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Don't set schg flags in the stagedir for distrib-dirs.Bryan Drewery2015-11-122-4/+4
| | | | | | | | | This recently started setting /var/empty to schg after r290628. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290719
* Connect nmtreeBryan Drewery2015-11-091-0/+1
| | | | Notes: svn path=/head/; revision=290624
* Rename usr.sbin/mtree to usr.sbin/fmtree since it is not what /usr/sbin/mtreeBryan Drewery2015-11-091-1/+1
| | | | | | | | | actually is (which is usr.sbin/nmtree). This has tricked me numerous times. Notes: svn path=/head/; revision=290623
* Connect mpsutil for META MODE.Bryan Drewery2015-10-281-0/+1
| | | | Notes: svn path=/head/; revision=290113
* Remove more disconnected libgpib items missed in r276214.Bryan Drewery2015-10-221-1/+0
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289730
* All the games moved to usr.bin/ in r288485.Bryan Drewery2015-10-021-12/+12
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288515
* Remove defunct games removed in r279150.Bryan Drewery2015-10-021-2/+0
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288514
* Don't create cookie until the command is all finished, it or the commandsBryan Drewery2015-10-012-3/+7
| | | | | | | | | after may fail. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288462
* remove unused sgsmsg utility (originally imported from opensolaris)Andriy Gapon2015-09-281-1/+0
| | | | | | | MFC after: 25 days Notes: svn path=/head/; revision=288339
* META_MODE: Make it easier to keep the bootstrap-tools args in sync.Bryan Drewery2015-09-261-11/+9
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288251
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-2519-38/+0
| | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288226
* Connect sesutil(1) and numactl(1) for META_MODE.Bryan Drewery2015-09-191-0/+2
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=287989
* Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINEd Maste2015-08-131-1/+1
| | | | | | | | | | | | | | The option was added only to ease the transition from GNU Binutils to ELF Tool Chain tools, and that process is now complete (for the viable replacements). Noting the removal in UPDATING is sufficient as we have not shipped a release with the option. Reviewed by: brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3240 Notes: svn path=/head/; revision=286730
* Updated dependsSimon J. Gerraty2015-07-031-0/+1
| | | | Notes: svn path=/head/; revision=285081
* Support WITH_LLDBSimon J. Gerraty2015-06-163-7/+9
| | | | | | | Remove entries from userland/gnu that conflict with toolchain Notes: svn path=/head/; revision=284482
* Pay attention to MK_ELFTOOLCHAIN_TOOLS so we build the desired tools.Simon J. Gerraty2015-06-151-6/+23
| | | | Notes: svn path=/head/; revision=284424
* We cannot build makewhatis and mandocSimon J. Gerraty2015-06-141-2/+10
| | | | Notes: svn path=/head/; revision=284369
* Reorganize targets/pseudo/userlandSimon J. Gerraty2015-06-1229-773/+771
| | | | | | | | | | | This target mainly exists to help check things build. Eventually targets that build real packages or images will be more important. As such move the pseudo targets that only exist for the benefit of 'userland' to under it. Notes: svn path=/projects/bmake/; revision=284293
* Merge sync of headSimon J. Gerraty2015-05-274-79/+33
| | | | Notes: svn path=/projects/bmake/; revision=283595
* Renamed pkgs/ targets/Simon J. Gerraty2014-11-305-20/+20
| | | | Notes: svn path=/projects/bmake/; revision=275339
* Rename pkgs to more generic targets (that's what they are)Simon J. Gerraty2014-11-3048-0/+1951
Reviewed by: marcel Notes: svn path=/projects/bmake/; revision=275282