Differences From Artifact [81378c20f8]:
- File Makefile — part of check-in [1271e7d48f] at 2016-10-15 14:45:12 on branch v1.62 — Added -manual command to view installed manual or fallback to web version (user: matt, size: 11600) [annotate] [blame] [check-ins using]
To Artifact [83b5fe2a28]:
- File Makefile — part of check-in [73502a1626] at 2016-10-25 21:02:22 on branch v1.62 — fixed -list-servers and -stop-server switches on megatest (user: bjbarcla, size: 11682) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 | + + | # make install CSCOPTS='-accumulate-profile -profile-name $(PWD)/profile-ww$(shell date +%V.%u)' # rm <files>.o ; make install CSCOPTS='-profile' ; ... ; chicken-profile | less PREFIX=$(PWD) CSCOPTS= INSTALL=install SRCFILES = common.scm items.scm launch.scm \ ods.scm runconfig.scm server.scm configf.scm \ db.scm keys.scm margs.scm megatest-version.scm \ process.scm runs.scm tasks.scm tests.scm genexample.scm \ |
︙ |