I have a makefile and the problem is during the make process, I get "make: *** [module] Error 2" without any further information: make[1]: Leaving directory `/home/mahmood/sample' make BUILD_FLAGS=-DSIMICS module_go make: *** [module] Error 2 If I run "make clean" and then "make" there is no problem. The problem is when I change one of source files and want to make again (making the new modified files), I get this error. How can I increase the verbose level to see what is the problem exactly? -- View this message in context: http://old.nabble.com/make--module--Error-2-tp28177155p28177155.html Sent from the Gnu - Make - Help mailing list archive at Nabble.com.
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
