| Commit message (Expand) | Author | Age | Files | Lines |
* | Use && rather than ; when success of previous job matters. | sjg | 2013-06-30 | 1 | -38/+38 |
* | Simplify the hierarchy target's logic. [0] | brooks | 2013-06-14 | 1 | -6/+8 |
* | Flag recursive make targets with .MAKE | sjg | 2013-06-14 | 1 | -0/+2 |
* | Be more agressive about bootstrapping ctfmerge and ctfconvert so | brooks | 2013-06-13 | 1 | -2/+2 |
* | Add a new knob WITH_DEBUG_FILES to control the building of standalone | emaste | 2013-06-07 | 1 | -0/+15 |
* | release: Allow empty extra distributions. | jilles | 2013-06-05 | 1 | -1/+1 |
* | Restore (at least temporarily) SHARED=symlinks in the build includes | brooks | 2013-05-30 | 1 | -1/+1 |
* | Always define INSTALL_DDIR and define it such that it contains no extra | brooks | 2013-05-30 | 1 | -5/+6 |
* | r245757 introduced warning output if update method is set to CVS_UPDATE | gjb | 2013-05-28 | 1 | -57/+9 |
* | Update comments to reflect use of svn/svnup to keep the src/ tree up | gjb | 2013-05-28 | 1 | -2/+2 |
* | Temporarily revert r251058 - it breaks documented use of makeoptions | peter | 2013-05-28 | 1 | -9/+2 |
* | During buildkernel, print a banner before building modules. | des | 2013-05-28 | 1 | -2/+9 |
* | Remove backwards compat layer which was added in r71419 (in 2001). | eadler | 2013-05-26 | 1 | -11/+0 |
* | Fix building on slightly older -current and stable systems after | marcel | 2013-05-24 | 1 | -0/+5 |
* | Connect flex 2.5.37 to the build and bump __FreeBSD_version. | jkim | 2013-05-21 | 1 | -0/+5 |
* | Restore the ability to build on systems with 32-bit compat when | brooks | 2013-05-21 | 1 | -1/+3 |
* | Fix distributekernel in the non NO_ROOT case. | brooks | 2013-05-20 | 1 | -0/+2 |
* | Implement NO_ROOT support for distributekernel and packagekernel. | brooks | 2013-05-16 | 1 | -4/+29 |
* | Add support for an external cross compiler. The cross compiler is | brooks | 2013-05-15 | 1 | -6/+63 |
* | Add compile_et to kerberos bootstrap tools. | antoine | 2013-05-11 | 1 | -1/+2 |
* | Optimize SUBDIR_OVERRIDE such that SUBDIR isn't automatically defined if | benno | 2013-05-01 | 1 | -3/+3 |
* | A transition period of more than two years is more than enough: | eadler | 2013-04-29 | 1 | -7/+0 |
* | Fix installworld with DB_FROM_SRC after r249807 | bdrewery | 2013-04-25 | 1 | -0/+1 |
* | Fix installkernel requiring users/groups defined in CHECK_UIDS | bdrewery | 2013-04-23 | 1 | -2/+1 |
* | This should have been committed in r249666. | trociny | 2013-04-20 | 1 | -1/+1 |
* | Upgrade our copy of llvm/clang to trunk r178860, in preparation of the | dim | 2013-04-12 | 1 | -1/+1 |
* | Fix xdev-install when installing to a location other than / | andrew | 2013-03-31 | 1 | -3/+4 |
* | Fix xdev. Clang and libc were not building correctly on older worlds, for | andrew | 2013-03-31 | 1 | -7/+27 |
* | Fix a typo, 'xdev-build' should be spelled with a 'd' at the end. | rene | 2013-03-27 | 1 | -1/+1 |
* | libzfs_core depends on libnvpair, explicitly say this in Makefile.inc1. | delphij | 2013-03-05 | 1 | -0/+1 |
* | WiP merge of libzfs_core (MFV r238590, r238592) | mm | 2013-03-05 | 1 | -0/+2 |
* | In all situations where we need to bootstrap yacc, we also need to | des | 2013-02-25 | 1 | -1/+2 |
* | - Fix libmd dependency. It is needed in the bootstrap library list because | hrs | 2013-02-14 | 1 | -0/+1 |
* | Add nmtree to ITOOLS if it is installed on the host instead of keying off | brooks | 2013-02-09 | 1 | -2/+4 |
* | Fix xdev by using the install shell script as it knows about the -l | andrew | 2013-02-04 | 1 | -1/+2 |
* | - Add CHECKSUM.* support in Makefile[1]. | hrs | 2013-02-03 | 1 | -4/+6 |
* | Log the addition of login.conf.db, passwd, pwd.db, and spwd.db via cat -l. | brooks | 2013-01-29 | 1 | -2/+7 |
* | Fix installworld when nmtree is not on the host by only adding it to | brooks | 2013-01-29 | 1 | -3/+5 |
* | Fix installworld when the host does not need to bootstrap nmtree. | brooks | 2013-01-29 | 1 | -1/+1 |
* | Fix update method (s/SUP/CVS) warning. | gjb | 2013-01-25 | 1 | -1/+1 |
* | Strip any trailing slash off of the -D argument to install to support the | brooks | 2013-01-24 | 1 | -1/+1 |
* | Introduce a new option -DNO_ROOT that allows install and distribution | brooks | 2013-01-22 | 1 | -8/+60 |
* | Fix spurious leading / on dtc path in Makefile.inc1. Spotted by jhb. | theraven | 2013-01-22 | 1 | -1/+1 |
* | Import new (BSDL) device tree compiler. Now built by default, so that it can't | theraven | 2013-01-22 | 1 | -1/+4 |
* | Chase r245756 of make.conf(5): | gjb | 2013-01-22 | 1 | -4/+14 |
* | Always bootstrap nmtree if it is not available on the host. It is fairly | brooks | 2013-01-21 | 1 | -1/+1 |
* | Remove a harmless (somewhat to my surprise) bogon that crept into r245440. | brooks | 2013-01-18 | 1 | -1/+0 |
* | Rework the mtree portion of etc/Makefile's distrib-dirs target to run | brooks | 2013-01-17 | 1 | -6/+2 |
* | Correct the distrib-dirs target in the -DDB_FROM_SRC case. | brooks | 2013-01-17 | 1 | -1/+1 |
* | Add a new LIBRARIES_ONLY make variable to disable the build and install | brooks | 2013-01-17 | 1 | -0/+1 |