help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does $^ preserve the order of the prerequisites?


From: Peng Yu
Subject: Does $^ preserve the order of the prerequisites?
Date: Tue, 26 Jan 2010 09:41:28 +1800

target: a b c d
  some_command_whose_argument_order_mattters a b c d

Suppose I have the above rule, I want to reduce it to the following.
But I'm wondering if $^  preserve the order of the prerequisites.
Could somebody let me know?

target: a b c d
  some_command_whose_argument_order_mattters $^




reply via email to

[Prev in Thread] Current Thread [Next in Thread]