]> Kevux Git Server - kevux-tools/commitdiff
Cleanup: Remove 'main_' prefix from fakefile operations to simplify usage.
authorKevin Day <Kevin@kevux.org>
Sun, 27 Apr 2025 22:29:51 +0000 (17:29 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 27 Apr 2025 22:29:57 +0000 (17:29 -0500)
data/build/stand_alone/fakefile

index 51bef2b4d5a9a47957fb94b38ca95ada07df89c0..951e15c301ac67b415bf85f29378b660976a99e2 100644 (file)
@@ -26,19 +26,19 @@ main:
   build settings/settings.tacocat
   build settings/settings.unlink
 
-main_remove:
+remove:
   build settings/settings.remove
 
-main_rm:
+rm:
   build settings/settings.rm
 
-main_rmdir:
+rmdir:
   build settings/settings.rmdir
 
-main_tacocat:
+tacocat:
   build settings/settings.tacocat
 
-main_unlink:
+unlink:
   build settings/settings.unlink
 
 install:
@@ -50,14 +50,14 @@ help:
 
   print
   print The following operations are available\:
-  print "  - context:'notable'help:context:'reset'         Perform the help operation, printing this message."
-  print "  - context:'notable'install:context:'reset'      A helper operation that calls the ./install.sh script for the programs."
-  print "  - context:'notable'main:context:'reset'         Compilation using the build settings mode for the programs (default)."
-  print "  - context:'notable'main_remove:context:'reset'  Compilation using the build settings mode for the remove program."
-  print "  - context:'notable'main_rm:context:'reset'      Compilation using the build settings mode for the rm program."
-  print "  - context:'notable'main_rmdir:context:'reset'   Compilation using the build settings mode for the rmdir program."
-  print "  - context:'notable'main_tacocat:context:'reset' Compilation using the build settings mode for the tacocat program."
-  print "  - context:'notable'main_unlink:context:'reset'  Compilation using the build settings mode for the unlink program."
+  print "  - context:'notable'help:context:'reset'    Perform the help operation, printing this message."
+  print "  - context:'notable'install:context:'reset' A helper operation that calls the ./install.sh script for the programs."
+  print "  - context:'notable'main:context:'reset'    Compilation using the build settings mode for the programs (default)."
+  print "  - context:'notable'remove:context:'reset'  Compilation using the build settings mode for the remove program."
+  print "  - context:'notable'rm:context:'reset'      Compilation using the build settings mode for the rm program."
+  print "  - context:'notable'rmdir:context:'reset'   Compilation using the build settings mode for the rmdir program."
+  print "  - context:'notable'tacocat:context:'reset' Compilation using the build settings mode for the tacocat program."
+  print "  - context:'notable'unlink:context:'reset'  Compilation using the build settings mode for the unlink program."
 
   print
   print The context:'notable'install[context]:'reset' operation supports the context:'notable'work[context]:'reset', context:'notable'verbosity[context]:'reset', and context:'notable'color[context]:'reset' parameters.