help-make
[Top][All Lists]
Advanced

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

commands executed out of order


From: cbrown
Subject: commands executed out of order
Date: Wed, 22 Aug 2007 11:34:38 -0400

   I have encountered something funny with a rule like this;

meta-project.site:
        mkdir test-reports
        $(shell cp somefile.info test-reports/app.info)

   When this runs, I see this;

cp: cannot create regular file `app.info': No such file or directory
mkdir -p sbs/target/debug/test-reports

      I fixed the issue by removing the $(shell construct and just doing
the cp, but still; Why do the original commands execute out of order?






reply via email to

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