Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 1998 18:05:04 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, Don.Lewis@tsc.tdk.com, jb@cimlogic.com.au
Cc:        current@FreeBSD.ORG
Subject:   Re: gnu/usr.bin/cc/cc_tools/Makefile bug? (was Re: filesystem safety and SCSI disk write caching)
Message-ID:  <199810140805.SAA08631@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>} All rules that build multiple targets may have the same problem.  Some
>} have been fixed by using .ORDER, but this is ugly , and it isn't necessary
>} unless the command[s] that build the files need to built them all together.
>
>Is it possible for make to determin that all the files will be built
>together? If so, then make  could be fixed to avoid running these
>commands multiple times in the parallel case.

No.  Not without telling it using something like .ORDER.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810140805.SAA08631>