From: Kevin Day Date: Sat, 26 Sep 2020 02:41:52 +0000 (-0500) Subject: Update: bzip2 fakefile. X-Git-Tag: 0.5.1~62 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=263bc3e85f05b56a85827dc59ee8f1c5e21a979f;p=fll 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. --- 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/