On 2017-05-31 11:29, [email protected] wrote: > > Is CHICKEN_INSTALL_PREFIX intended to be used together with > > CHICKEN_INSTALL_REPOSITORY? If I don't set CHICKEN_INSTALL_REPOSITORY, > > extensions and .egg-info files end up in the canonical repository. Not > > sure if this is by design. > > Yes, this is the case. I thought it is better to have two separate variables > with precise meanings instead of combining them in some way.
I think it's good to keep C_I_R distinct from C_I_P. In the most common case users are only going to care about where they can put loadable libraries to make them available, and I think they should be able to use any sort of directory name for that, not just those that follow the full "lib/chicken/9/" convention. It makes Makefiles and that sort of thing easier this way. Evan _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
