Differences From Artifact [cffe151e34]:
- File src/makemake.tcl — part of check-in [d2ae873e9e] at 2008-09-21 19:00:11 on branch trunk — fixed deps problem created by my last checkin. Now builds properly in non-parallel mode (user: stephan size: 4254)
To Artifact [a62edbeae5]:
- File src/makemake.tcl — part of check-in [9346f2290c] at 2008-10-17 00:20:21 on branch trunk — Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. (user: drh size: 4264)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + | #!/usr/bin/tclsh # # Run this TCL script to generate the "main.mk" makefile. # # Basenames of all source files that get preprocessed using # "translate" and "makeheaders" # set src { add admin allrepo bag blob branch browse cgi checkin checkout |
︙ |