summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake
Commit message (Collapse)AuthorAgeFilesLines
* MFC bmake-20180222sjg2018-03-204-15/+15
| | | | | PR: 226678 Submitted by: sjg
* MFC bmake-20170720sjg2017-07-282-2/+8
| | | | PR: 221023
* Update bmake to 20170510sjg2017-06-131-3/+6
| | | | Approved by: re@
* Merge bmake-20160606sjg2016-06-082-4/+7
| | | | o dir.c: extend mtimes cache to others via cached_stat()
* Import bmake-20160604sjg2016-06-051-2/+2
| | | | Performace improvements for meta mode.
* Merge bmake-20160512sjg2016-05-201-2/+2
|
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-0449-390/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after r298107 Summary of changes: - Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that namespacing is kept with FILES appropriately, and that this shouldn't need to be repeated if the namespace changes -- only the definition of PACKAGE needs to be changed - Allow PACKAGE to be overridden by callers instead of forcing it to always be `tests`. In the event we get to the point where things can be split up enough in the base system, it would make more sense to group the tests with the blocks they're a part of, e.g. byacc with byacc-tests, etc - Remove PACKAGE definitions where possible, i.e. where FILES wasn't used previously. - Remove unnecessary TESTSPACKAGE definitions; this has been elided into bsd.tests.mk - Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk. - Fix installation of files under data/ subdirectories in lib/libc/tests/hash and lib/libc/tests/net/getaddrinfo - Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup) Document the proposed changes in share/examples/tests/tests/... via examples so it's clear that ${PACKAGES}FILES is the suggested way forward in terms of replacing FILES. share/mk/bsd.README didn't seem like the appropriate method of communicating that info. MFC after: never probably X-MFC with: r298107 PR: 209114 Relnotes: yes Tested with: buildworld, installworld, checkworld; buildworld, packageworld Sponsored by: EMC / Isilon Storage Division
* MFHgjb2016-04-041-2/+2
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Update to bmake-20160315sjg2016-03-181-2/+2
| | | | | | | | | | | | | | | | Archive member handling works again meta mode, treat missing reads as for writes. Update dirdeps.mk - much improved startup time. Update meta.stage.mk - avoid ln when chmod required.
* | MFHgjb2016-03-141-3/+3
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Fix upgrade of bmake by not setting conflicting MAKE_VERSION.bdrewery2016-03-111-2/+2
| | | | | | | | | | | | | | This may be used in later checks, such as in bsd.dep.mk, to enable features that rely on the built-in value. Sponsored by: EMC / Isilon Storage Division
| * Merge bmake-20160307sjg2016-03-111-2/+2
| |
* | MFHgjb2016-03-1049-0/+539
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-0949-0/+539
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-02-181-0/+3
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Test directories can build in parallel fine.bdrewery2016-02-161-0/+3
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | More 'tests' package fixes.gjb2016-02-0340-0/+120
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | First pass to fix the 'tests' packages.gjb2016-02-029-0/+27
|/ | | | Sponsored by: The FreeBSD Foundation
* Merge bmake-20151220sjg2015-12-251-2/+2
| | | | Fixed clearing suffixes impact on null suffix
* Merge bmake-20151201sjg2015-12-083-6/+24
|
* Merge bmake 20151020sjg2015-10-231-2/+3
|
* Similar to r266147, don't define PROG in the test subdirs.bdrewery2015-09-231-0/+2
| | | | | | Magic things happen when including bsd.prog.mk in them. Sponsored by: EMC / Isilon Storage Division
* new dependssjg2015-06-161-0/+1
|
* Add META_MODE support.sjg2015-06-131-0/+17
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-272-36/+85
| |\
| * \ Merge head from 7/28sjg2014-08-19323-5/+2794
| |\ \
| * | | New dependenciessjg2014-05-171-1/+1
| | | |
| * | | Updated dependenciessjg2014-05-101-0/+1
| | | |
| * | | Merge from headsjg2014-05-081-9/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-283-5/+9
| |\ \ \ \
| * \ \ \ \ Merge headsjg2013-09-111-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headsjg2013-09-054-9/+17
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headsjg2013-04-123-6/+7
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-111-0/+1
| | | | | | | | |
| * | | | | | | | Updated dependenciessjg2013-02-161-3/+0
| | | | | | | | |
| * | | | | | | | Sync with HEAD.obrien2013-02-085-131/+124
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+19
| | | | | | | | | |
* | | | | | | | | | Merge bmake-20150606sjg2015-06-111-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only change to bmake is man page - document .OBJDIR target. We also get latest dirdeps.mk and friends. > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. _M contrib/bmake M contrib/bmake/ChangeLog M contrib/bmake/Makefile M contrib/bmake/bmake.1 M contrib/bmake/bmake.cat1 M contrib/bmake/make.1 M contrib/bmake/mk/ChangeLog M contrib/bmake/mk/dirdeps.mk M contrib/bmake/mk/gendirdeps.mk M contrib/bmake/mk/install-mk M contrib/bmake/mk/meta.stage.mk M contrib/bmake/mk/meta.sys.mk M contrib/bmake/mk/mkopt.sh M contrib/bmake/targ.c M usr.bin/bmake/Makefile
* | | | | | | | | Merge bmake-20150505 improve detection of malformed conditionals.sjg2015-05-102-4/+5
| | | | | | | | |
* | | | | | | | | Merge bmake-20150418sjg2015-04-212-36/+84
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | PR: 199486
* | | | | | | | Update to bmake-20140620sjg2014-07-082-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Main change is detection of malformed variable references. Reviewed by: obrien
* | | | | | | | Add .../share/mk to the default system make path. This will fix theimp2014-05-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem with broken in-tree builds (which are used far more pervasively than I'd known outside the tree). However, weird results may now happen if at any point in the tree above you there happens to be a directory that has subdirectory of share/mk, as unpredictable results will follow. This was considered the lessor of the two evils, at least for now. In the future this will be removed again when the underlying issues are resolved.
* | | | | | | | Makefile.inc is also included by the tests subdirectory, which resultsimp2014-05-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in SUBDIRS having tests added to it, which fails. Work around this by checking to make sure tests exists before adding it to subdirs and work to get the generated file fixed so we can rename Makefile.inc to something else so it isn't automatically included by subdirs...
* | | | | | | | Undo changes to the generated Makefile. Move tests directory to properimp2014-05-152-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | location, including updating the test to work in the more-fragile fmake -> bmake bootstrap environment.
* | | | | | | | Move old fmake tests into bmake and hook them to the build.jmmv2014-05-14321-0/+2779
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This first step is mostly to prevent the code from rotting even further and to ensure these do not get wiped when fmake's code is removed from the tree. These tests are currently being skipped because they detect the underlying make is not fmake and thus disable themselves -- and the reason is that some of the tests fail, possibly due to legitimate bugs. Enabling them to run against bmake will come separately. Lastly, it would be ideal if these tests were fed upstream but they are not ready for that yet. In the interim, just put them under usr.bin/bmake/ while we sort things out. The existence of a different unit-tests directory within here makes me feel less guilty about this. Change confirmed working with a clean amd64 build.
* | | | | | | Fix the upgrade path for fmake by allowing the include of src.opts.mkimp2014-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to fail and falling back on the conservative testing of variables already in place. This should stop the tide of tinderbox mail.
* | | | | | | Revert r265436, since it is not the correct fix.se2014-05-061-1/+1
| | | | | | |
* | | | | | | Fix include statement to accept src.opts.mk from a source directoryse2014-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of from /usr/share/mk. I'm not sure that this will let buildworld complete on a system with no installed src.opts.mk (make buildworld is still running), but the tinderbox builds are all failing earlyon without this patch.
* | | | | | | Remove support for WITHOUT_BMAKE. bmake is now the only make that canimp2014-05-061-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build world, so it is the only make we build or install. fmake is still in the tree, but disconnected, and upgrades from older systems that still have bmake has not been removed, but its state has not been tested (it should work given how minimal the work to upgrade to bmake is).
OpenPOWER on IntegriCloud