cvs commit: hat/src/hattools Makefile

tatd2 2006/06/10 14:57:29 PDT Modified files: src/hattools Makefile Log: Made it possible to build with ghc 6.5 (needed for compiling on Intel Mac). Sorry, it's a bit of a hack, someone with more make file knowledge might do better than me. Could someone with more knowledge make it possible to compile using "make -j2", at the moment you get races, and I don't understand enough of the Makefile to understand why. My new mac compiles about 2x as fast if you can use that option. Revision Changes Path 1.98 +1 -1 hat/src/hattools/Makefile

Thomas Davie
Modified files: src/hattools Makefile src/hattrans Makefile
Could someone with more knowledge make it possible to compile using "make -j2", at the moment you get races, and I don't understand enough of the Makefile to understand why.
You'd probably have to move away from using hmake as the real build tool, and instead code all dependencies explicitly in the Makefile. It would be a maintenance headache I think. Regards, Malcolm
participants (2)
-
Malcolm Wallace
-
Thomas Davie