[Xorp-cvs] XORP cvs commit: xorp/xrl/interfaces xorp/xrl/targets

J.T. Conklin jtc at svn.xorp.org
Thu Jan 22 09:53:12 PST 2009


CVSROOT:	/cvsroot
Module name:	xorp
Changes by:	jtc at svn.xorp.org.(none)	2009-01-22 17:53:11 UTC

XORP CVS repository


Modified files:
	xrl/interfaces Makefile.am Makefile.in 
	xrl/targets   Makefile.am Makefile.in 

Log message:
	Changed make rules for clnt-gen and tgt-gen to reflect the fact that the
	generated source and header files are written only to $(srcdir), and not
	both $(srcdir) and the build directory.
	
	This avoids problems when *.xif files are compiled.  Currently, when
	gmake invokes *-gen on a *.xif file, the generated *.cc and *.hh files
	are stored in $(srcdir).  But because gmake thinks the files were also
	stored in the build directory, it uses that path when it subsequently
	invokes the compiler.  Since the files don't exist there, the build
	will fail.

Revision  Changes                              Path
1.41      +2 -2;  commitid: 6hl9MCJ1AtXmntzt;  xorp/xrl/interfaces/Makefile.am
1.68      +1 -1;  commitid: 6hl9MCJ1AtXmntzt;  xorp/xrl/interfaces/Makefile.in
1.74      +2 -2;  commitid: 6hl9MCJ1AtXmntzt;  xorp/xrl/targets/Makefile.am
1.100     +1 -1;  commitid: 6hl9MCJ1AtXmntzt;  xorp/xrl/targets/Makefile.in



More information about the Xorp-cvs mailing list