Differences From Artifact [d8d310a6fa]:
- File mutils/mutils.scm — part of check-in [b82fdf714f] at 2020-04-10 10:58:24 on branch v1.65-newview — Added linktree check (user: mrwellan, size: 9224) [annotate] [blame] [check-ins using] [more...]
To Artifact [9fa9e34972]:
- File mutils/mutils.scm — part of check-in [caed2ecdc2] at 2020-04-10 17:20:39 on branch v1.65-newview — Cleaned up Makefile, streamlined deps and re-enabled commonmod (user: mrwellan, size: 9251) [annotate] [blame] [check-ins using] [more...]
︙ | |||
298 299 300 301 302 303 304 | 298 299 300 301 302 303 304 305 306 307 308 309 310 | + - - - + + + + | (print "Have link tree and it is writable: " (if (and (file-exists? "lt") (check-write-create "lt")) "yes" "NO")) ;; check load on homehost ) |