File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1254,4 +1254,4 @@ emit ["#define TASK_MAX " n lf]
1254
1254
write inc/tmp-boot.h out
1255
1255
;print ask "-DONE-"
1256
1256
;wait .3
1257
- print " "
1257
+ print "[DONE boot] ^/ "
Original file line number Diff line number Diff line change @@ -384,4 +384,4 @@ if dup-found [
384
384
wait 5
385
385
]
386
386
387
- print " "
387
+ print "[DONE headers] ^/ "
Original file line number Diff line number Diff line change @@ -178,4 +178,4 @@ emit-file %host-ext-window [
178
178
;; %boot/text.reb
179
179
;;]
180
180
181
- print " "
181
+ print "[DONE host-ext] ^/ "
Original file line number Diff line number Diff line change @@ -183,4 +183,4 @@ save %boot/host-init.reb code
183
183
184
184
write-c-file %include/host-init.h code
185
185
186
- print " " ; (separate the output for build watch window)
186
+ print "[DONE host-init] ^/ " ; (separate the output for build watch window)
Original file line number Diff line number Diff line change @@ -297,4 +297,4 @@ write-if reb-ext-defs out
297
297
write-if %../reb-lib-doc.txt cmts
298
298
299
299
;ask "Done"
300
- print " "
300
+ print "[DONE reb-lib] ^/ "
You can’t perform that action at this time.
0 commit comments