<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/Makefile, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-06-16T20:58:33Z</updated>
<entry>
<title>Remove old fmake. It wasn't built by default for some time. Users that</title>
<updated>2015-06-16T20:58:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2015-06-16T20:58:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32c88b5252b10c809902964bd981f04e0c9883fa'/>
<id>urn:sha1:32c88b5252b10c809902964bd981f04e0c9883fa</id>
<content type='text'>
really need it can find it in the devel/fmake port or pkg install fmake.
Note: This commit is orthogonal to the question 'can we fmake buildworld'.

Differential Revision: https://reviews.freebsd.org/D2840
</content>
</entry>
<entry>
<title>Add a ${CP} alias for copying files in the build.</title>
<updated>2015-01-16T21:39:08Z</updated>
<author>
<name>Will Andrews</name>
<email>will@FreeBSD.org</email>
</author>
<published>2015-01-16T21:39:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a37b5fc17b2d3c2f0487756ab32450019fdbd31'/>
<id>urn:sha1:7a37b5fc17b2d3c2f0487756ab32450019fdbd31</id>
<content type='text'>
Some users build FreeBSD as non-root in Perforce workspaces.  By default,
Perforce sets files read-only unless they're explicitly being edited.
As a result, the -f argument must be used to cp in order to override the
read-only flag when copying source files to object directories.  Bare use of
'cp' should be avoided in the future.

Update all current users of 'cp' in the src tree.

Reviewed by:	emaste
MFC after:	1 week
Sponsored by:	Spectra Logic
</content>
</entry>
<entry>
<title>When producing fmake(1), `make clean' should remove fmake.1 (a copy of</title>
<updated>2014-07-23T23:01:54Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2014-07-23T23:01:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be44449f2d0fa7273b43e6456bc7eb3ba08f1ff4'/>
<id>urn:sha1:be44449f2d0fa7273b43e6456bc7eb3ba08f1ff4</id>
<content type='text'>
make.1). Introduced initially via SVN r250699 (sjg).

Reviewed by:	sjg, gjb
MFC after:	3 days
X-MFC-to:	stable/10
</content>
</entry>
<entry>
<title>Move old fmake tests into bmake and hook them to the build.</title>
<updated>2014-05-14T18:43:13Z</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-05-14T18:43:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ae59dec60e3815b621ae87f74a377cf3449ca55'/>
<id>urn:sha1:5ae59dec60e3815b621ae87f74a377cf3449ca55</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Remove support for WITHOUT_BMAKE. bmake is now the only make that can</title>
<updated>2014-05-06T04:22:37Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2014-05-06T04:22:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d03127447df90011be0609d292a50a6a17dd2aa1'/>
<id>urn:sha1:d03127447df90011be0609d292a50a6a17dd2aa1</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
<updated>2014-05-06T04:22:01Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2014-05-06T04:22:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052'/>
<id>urn:sha1:c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052</id>
<content type='text'>
from the latter.
</content>
</entry>
<entry>
<title>Migrate tools/regression/usr.bin/make/ to the new tests layout.</title>
<updated>2014-03-19T12:29:20Z</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-03-19T12:29:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d525bcd959742df2fe7f3dbcd251284537121190'/>
<id>urn:sha1:d525bcd959742df2fe7f3dbcd251284537121190</id>
<content type='text'>
Note that these tests are for fmake, not bmake, and thus they are not
installed nor run when bmake is selected (the default).  Yes, I have
wasted a *ton* of time on moving tests for no real reason other than
ensuring they are not left behind.

But maybe, just maybe, it was not work in vain: the majority of these
tests also work with bmake and the few that don't may point at broken
stuff.  For example, the tests for the "archive" feature do not work
with bmake, but bmake's manpage and source tree seem to imply that they
should.  So... to be investigated later; need to poke sjg@.
</content>
</entry>
<entry>
<title>Reverse the sense of the test wrt bmake, and guard against</title>
<updated>2013-05-16T21:26:46Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2013-05-16T21:26:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c67ba2c7bb3c38f11bed3777735a3adc34df04c'/>
<id>urn:sha1:4c67ba2c7bb3c38f11bed3777735a3adc34df04c</id>
<content type='text'>
MK_BMAKE not being defined.
</content>
</entry>
<entry>
<title>Build bmake by default.</title>
<updated>2013-05-16T15:28:38Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2013-05-16T15:28:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ddfb24d3a17274bb13aa1688eca54fbe2c8aa0f'/>
<id>urn:sha1:3ddfb24d3a17274bb13aa1688eca54fbe2c8aa0f</id>
<content type='text'>
If someone explicitly builds usr.bin/make while MK_BMAKE==yes,
install it as 'fmake'.

Reviewed by:	brooks
</content>
</entry>
<entry>
<title>Correct typo in version.</title>
<updated>2012-06-20T00:37:00Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-06-20T00:37:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83b322edc6684abe02f4e442ba748c6cb39aad36'/>
<id>urn:sha1:83b322edc6684abe02f4e442ba748c6cb39aad36</id>
<content type='text'>
</content>
</entry>
</feed>
