]> git.tuebingen.mpg.de Git - paraslash.git/commit - afs.cmd
Remove *.cmd and command_util.bash.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 31 Dec 2016 19:07:33 +0000 (20:07 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit89633512b2bfe6b903341fb12bfab65510ef0e9d
treed646af91540c547b1a284e784c341ae13681ce21
parent8326bbaf785bfcf0ecf57190facc6f97c30c8d98
Remove *.cmd and command_util.bash.

The four *.cmd files are no longer needed and can be removed,
along with the script which transformed these files into C code. The
directory for the generated files, $(build_dir)/cmdlist, can go away
as well.

With command_util.bash gone, the Makefile can also be cleaned up
considerably. In particular, the ugly TOUPPER make function can be
removed because it was only used by the command_util recipe. Moreover,
The dependencies for the *.command_list.* files are no longer needed.

Finally, the sed command which fixed up the dependencies in the *.d
files can be simplified.
Makefile.real
afs.cmd [deleted file]
audiod.cmd [deleted file]
command_util.bash [deleted file]
play.cmd [deleted file]
server.cmd [deleted file]