From 263bc3e85f05b56a85827dc59ee8f1c5e21a979f Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 25 Sep 2020 21:41:52 -0500 Subject: [PATCH] Update: bzip2 fakefile. Make sure the bzdiff and bzgrep scripts are copied into the build/ directory. Redesign the fakefile to be an example of how to use the "operate" section operation. --- level_3/fake/data/build/fakefile-example-bzip2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/level_3/fake/data/build/fakefile-example-bzip2 b/level_3/fake/data/build/fakefile-example-bzip2 index ee45f30..f2beb43 100644 --- a/level_3/fake/data/build/fakefile-example-bzip2 +++ b/level_3/fake/data/build/fakefile-example-bzip2 @@ -17,10 +17,22 @@ settings: indexer ar main: + operate bzip2 + operate bzip2recover + operate scripts + +bzip2: print print Building settings-example-bzip2. build settings-example-bzip2 +bzip2recover: print print Building settings-example-bzip2recover. build settings-example-bzip2recover + +scripts: + print + print copying bzip2 scripts. + touch directory build/ build/program/ build/program/scripts/ + copy bzdiff bzgrep build/program/scripts/ -- 1.8.3.1