]> Kevux Git Server - fll/commitdiff
Update: bzip2 fakefile.
authorKevin Day <thekevinday@gmail.com>
Sat, 26 Sep 2020 02:41:52 +0000 (21:41 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 26 Sep 2020 02:41:52 +0000 (21:41 -0500)
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

index ee45f30a3d48be4587ae029f13ec732343c4d092..f2beb43f73492864e71370bd79ffded95cb6b68c 100644 (file)
@@ -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/