From: Robert L. <rle...@us...> - 2007-03-23 11:04:23
|
Update of /cvsroot/ccmtools/ccmtools/test/CppGenerator In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17271/test/CppGenerator Modified Files: Makefile Log Message: C++: the local home adapter has no longer a dependency to the home's implementation Index: Makefile =================================================================== RCS file: /cvsroot/ccmtools/ccmtools/test/CppGenerator/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 9 Mar 2007 13:14:57 -0000 1.4 --- Makefile 23 Mar 2007 11:03:40 -0000 1.5 *************** *** 4,8 **** rm -f stamp.* ! full: stamp.attribute\ stamp.supports\ stamp.facet\ --- 4,12 ---- rm -f stamp.* ! clean-xxx: ! find . -name xxx | xargs rm -rf ! ! full: clean-xxx\ ! stamp.attribute\ stamp.supports\ stamp.facet\ |