~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to makeflow/test/dirs/testcase.subdir.06.makeflow

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-05-07 09:05:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110507090500-lqpmdtwndor6e7os
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# specify everything (directories and files) in the target file section, but directory at the end (order of the targets creation is not as specified). This should work.
 
2
mydir/1.txt mydir/2.txt mydir: input
 
3
        mkdir -p mydir; cp input/hello mydir/1.txt; cp input/hello mydir/2.txt