diff options
Diffstat (limited to '')
-rw-r--r-- | mingw.bld | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ target ["src/stable/lzma.win_o", "src/experimental/cachestorefiles.win_o", "src/ | |||
64 | { | 64 | { |
65 | profile "build" | 65 | profile "build" |
66 | { | 66 | { |
67 | execute("rm -f ${OUTPUT} && touch ${OUTPUT} && echo NOT BUILDING PROCESS RIGHT NOW!!!"); | 67 | execute("rm -f ${OUTPUT} && touch ${OUTPUT} && echo NOT BUILDING ${OUTPUT}"); |
68 | } | 68 | } |
69 | } | 69 | } |
70 | 70 | ||