Differences From Artifact [be9a9ca619]:
- File common.scm — part of check-in [f05f040231] at 2018-12-18 13:10:38 on branch v2.01-local-mtfiles — updated method to set repository path to enable build-private egg installs (user: bjbarcla, size: 113750) [annotate] [blame] [check-ins using]
To Artifact [618eedc185]:
- File common.scm — part of check-in [1f8f21e43e] at 2018-12-18 18:13:48 on branch v2.01-local-mtfiles — removed CHICKEN_REPOSITORY from cfg.sh now that we have a better solution (user: bjbarcla, size: 113795) [annotate] [blame] [check-ins using]
︙ | |||
65 66 67 68 69 70 71 72 73 74 75 76 77 78 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | + + + | (directory-exists? libpath)) (repository-path libpath))) ;;(declare (uses mtconfigf)) (use (prefix mtconfigf configf:)) ;;(configf:add-eval-string "(use common)") (include "common_records.scm") ;; (require-library margs) ;; (include "margs.scm") |
︙ |