[Common-cvs] unittest utuilib,1.1.34.3,1.1.34.4
margotm at helixcommunity.org margotm at helixcommunity.orgUpdate of /cvsroot/common/unittest
In directory cvs:/tmp/cvs-serv17399
Modified Files:
Tag: hxclient_1_3_0_neptunex
utuilib
Log Message:
No utuilib.a archive being created because there were no object
files to archive. Build failing when trying to copy non-existant
utuilib.a to another directory.
Committing in .
Modified Files:
Tag: hxclient_1_3_0_neptunex
utuilib
Index: utuilib
===================================================================
RCS file: /cvsroot/common/unittest/utuilib,v
retrieving revision 1.1.34.3
retrieving revision 1.1.34.4
diff -u -d -r1.1.34.3 -r1.1.34.4
--- utuilib 9 Jul 2004 01:48:28 -0000 1.1.34.3
+++ utuilib 8 Nov 2005 15:45:11 -0000 1.1.34.4
@@ -51,4 +51,7 @@
UmakefileVersion(2,0)
-LibraryTarget('utuilib')
+if len(project.sources) > 0:
+ LibraryTarget('utuilib')
+else:
+ EmptyTarget()