aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap')
-rwxr-xr-xscripts/bootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/bootstrap b/scripts/bootstrap
index 5d9d3eb..9a38489 100755
--- a/scripts/bootstrap
+++ b/scripts/bootstrap
@@ -389,6 +389,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cons \"$0\" (cdr (command-line))))"
(lambda ()
(write-autogenerated-header "# " #f)
(newline)
+ (display "GAMMA_DATA_FILES=\n")
(display "GAMMA_BUILT_DATA_FILES=\n")
(display "GAMMA_X_FILES=\n")
(for-each
@@ -449,7 +450,8 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cons \"$0\" (cdr (command-line))))"
(display file))
scm-list)
(newline)
-
+ (format #t "GAMMA_DATA_FILES += ~a~%" (string-join scm-list " "))
+
(cond
((not (null? built-data))
(format #t "GAMMA_BUILT_DATA_FILES +=")

Return to:

Send suggestions and report system problems to the System administrator.