<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/mk/bsd.links.mk, branch release/5.5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-07-03T12:28:03Z</updated>
<entry>
<title>Try really hard to fix parallel installs.  Add a bunch of .ORDER</title>
<updated>2002-07-03T12:28:03Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-03T12:28:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=badb7c1c6b8c0cece6fe8a6457a20c63ef65ea22'/>
<id>urn:sha1:badb7c1c6b8c0cece6fe8a6457a20c63ef65ea22</id>
<content type='text'>
directives to ensure that all realinstall sub-tasks are executed
after beforeinstall, similarly ensure that all afterinstall sub-
tasks are executed after realinstall.  Demonstration:

all: task1 task2
.ORDER: task1 task2

task2: task2_subtask
.ORDER: task1 task2_subtask

task1 task2 task2_subtask:
	@sleep `jot -r 1 0 1.0`
	@echo ${.TARGET}

Without the second .ORDER directive, task2_subtask can be run in
parallel with task1.

Spotted by:	Andrea Campi &lt;andrea@webcom.it&gt;
</content>
</entry>
<entry>
<title>Handle installation of hard and symbolic links via a seperate .mk file.</title>
<updated>2002-07-02T12:16:54Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-02T12:16:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84f94a79a03d9df7f22224ac30832e6944991dad'/>
<id>urn:sha1:84f94a79a03d9df7f22224ac30832e6944991dad</id>
<content type='text'>
</content>
</entry>
</feed>
