Hi All, > This was not possible as i launch same simple stored command line from many > months ago and i ever used to install in the repository folder. > >> For best results either: a) don't use 'install' at all when >> working in the SVN sandbox (it makes things much cleaner), or >> b) set HB_INSTALL_PREFIX to any consistent location and make >> sure to always use 'install' when doing a 'make'. >> > I again push that I was in case b). > If 'install' is unsafe could be discouraged in doc or an alert could be made > in order to use it in the svn sandbox.
'install' is safe. It's enough to know what it does. 'install's purpose is to copy all files required to use the package to a location which the user specifies. This location is typically outside the realm of SVN. > Anyway, a deletion of all installed files via a clean flag could be the > safest way of avoid this problems. clean's job is not to mess with anything the user has 'install'ed. This is basic make system principle. Installed files are outside the realm of SVN or our "jurisdiction". It's users responsibility to update them, or delete them. If install is a problem for someone, or someone isn't sure about what it does, it should not be used, that's all. Harbour can perfectly work on any platforms without using 'install'. I personally use 'install' only when creating a stable binary build for my own projects. For playing around, I don't use it. >> [ The ultimate solution would be to never install any contrib >> headers (and even libs) to central dirs, but this is currently >> not implemented, mainly because I miss input from *nix users >> about such layout. On win/dos/os2 this is not a problem. ] >> > This could be cleaner, at the price of a lot of -I directives to add in own > compile scripts. There is no such price, if you use .hbc files. That would be the whole point of such move actually. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour