tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: make .ORDER
On Wed, Jan 30, 2013 at 11:11:34AM +0000, David Holland wrote:
> On Tue, Jan 29, 2013 at 11:31:12PM -0800, Aaron J. Grier wrote:
> > GNU's make has order-only prerequisites using the pipe | character that
> > works for directories.
> Neat. I take it the full syntax is something like
>
> $(OBJS): $(SRCS) | $(OBJDIR)
correct. you could also split it into two separate recipes if desired.
it's one of the few things I don't mind with GNU make. :)
--
Aaron J. Grier | "Not your ordinary poofy goof." |
agrier%poofygoof.com@localhost
Home |
Main Index |
Thread Index |
Old Index