Hi,
Does makepp support storing build info files in a specified directory instead of storing it along with the built files. I couldn't find any flags in the makepp help. Is this facility available?
Thanks,
Arul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
no, you looked well! The subdir name is stored in $Mpp::File::build_info_subdir, so if you set that early enough, you can change the name. But too many things rely on this being a direct subdir.
If you want a clean tree without build clutter, the repository mechanism might be a good alternative for you.
regards -- Daniel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Does makepp support storing build info files in a specified directory instead of storing it along with the built files. I couldn't find any flags in the makepp help. Is this facility available?
Thanks,
Arul
Hi Arul,
no, you looked well! The subdir name is stored in
$Mpp::File::build_info_subdir
, so if you set that early enough, you can change the name. But too many things rely on this being a direct subdir.If you want a clean tree without build clutter, the repository mechanism might be a good alternative for you.
regards -- Daniel