Re: Use of .INIT with dmake
- From: James Carlson <james.d.carlson@xxxxxxx>
- Date: 24 May 2007 11:55:49 -0400
Ian Collins <ian-news@xxxxxxxxxxx> writes:
I have a large number of targets in a make.rules that are listed as the
.INIT target. They are mainly code generation from XML, so they have to
precede the targets in the regular makefile. As such they appear to
always be built in serial mode. Any one know if there a way to get these
target to build in parallel?
What have you tried?
Have you tried using .PARALLEL: and listing those targets? How about
creating a dummy target for .INIT, like this?
..INIT: early
..PARALLEL: $(BIGLIST)
early: $(BIGLIST)
--
James Carlson, Solaris Networking <james.d.carlson@xxxxxxx>
Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
.
- Follow-Ups:
- Re: Use of .INIT with dmake
- From: Ian Collins
- Re: Use of .INIT with dmake
- References:
- Use of .INIT with dmake
- From: Ian Collins
- Use of .INIT with dmake
- Prev by Date: Re: Can I run Samba and phpMyAdmin on Solaris 10?
- Next by Date: Re: Can I run Samba and phpMyAdmin on Solaris 10?
- Previous by thread: Use of .INIT with dmake
- Next by thread: Re: Use of .INIT with dmake
- Index(es):
Relevant Pages
|