There is a small problem with this change, Makefile.rules gets included from both the main Makefile and module Makefiles. When included from the module Makefile it won't find Makefile.targets and modules do not build.
Jan. Andrei Pelinescu-Onciul wrote: > andrei 2008/06/26 11:07:35 CEST > > SER CVS Repository > > Modified files: > . Makefile.rules > Added files: > . Makefile.targets > Log: > - don't try to build dependencies or lex/yacc stuff unless it's really > necessary (makefile target != clean,doc,modules, a.s.o ; for the complete > long list see Makefile.targets) > > Revision Changes Path > 1.33 +8 -3 sip_router/Makefile.rules > http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/Makefile.rules.diff?r1=1.32&r2=1.33 > 1.1 +29 -0 sip_router/Makefile.targets (new) > http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/Makefile.targets?rev=1.1&content-type=text/plain > _______________________________________________ > Serdev mailing list > [email protected] > http://lists.iptel.org/mailman/listinfo/serdev _______________________________________________ Serdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/serdev
