Jonathan Naor wrote:
Hi,
Hi.
[...] The problem is that each time a new subdirectory is added, eclipse generates a "sub-makefile" (called subdir.mk <http://subdir.mk>) - which must be added to sourcecontrol manually for the project to compile on the build machine.
Add a pre-commit hook that runs 'make -n'. If it returns an error code (e.g., because subdir.mk is missing), reject the commit. Regards, -- Bil Kleb http://fun3d.larc.nasa.gov http://twitter.com/bil_kleb _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
