Skip to content

Commit fbb6fc3

Browse files
committed
Build: added labels to end of each make section
1 parent fd17902 commit fbb6fc3

5 files changed

+5
-5
lines changed

src/tools/make-boot.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1254,4 +1254,4 @@ emit ["#define TASK_MAX " n lf]
12541254
write inc/tmp-boot.h out
12551255
;print ask "-DONE-"
12561256
;wait .3
1257-
print " "
1257+
print "[DONE boot]^/"

src/tools/make-headers.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,4 @@ if dup-found [
384384
wait 5
385385
]
386386

387-
print " "
387+
print "[DONE headers]^/"

src/tools/make-host-ext.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ emit-file %host-ext-window [
178178
;; %boot/text.reb
179179
;;]
180180

181-
print " "
181+
print "[DONE host-ext]^/"

src/tools/make-host-init.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ save %boot/host-init.reb code
183183

184184
write-c-file %include/host-init.h code
185185

186-
print " " ; (separate the output for build watch window)
186+
print "[DONE host-init]^/"; (separate the output for build watch window)

src/tools/make-reb-lib.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ write-if reb-ext-defs out
297297
write-if %../reb-lib-doc.txt cmts
298298

299299
;ask "Done"
300-
print " "
300+
print "[DONE reb-lib]^/"

0 commit comments

Comments
 (0)