Closed nkampy closed 10 years ago
The way you comment/uncomment things in fixfiles.sh at commit ea4bf20 is not convenient ; I think that integrating everything in the makefile would make more sense; I try to propose something based on your work with the makefile deciding on which platform you are and what to do. In the same spirit, I expect that all the PATH would be set in the makefile, so people with root or no root access can deal with the things.
I agree. I merged it for now, but it looks like some restructuring could be beneficial.
Warning @jowr , fixfiles.sh won't work on 32 bits platforms on the way it is in the commit ea4bf20 ; at least the script should test the platform with a 'uname' command or something.
Thanks, I'll have a look at the new script and check on my 32bit machine.
Let me know what you'll think about how to proper integrate things