[Gd-chatter] r11298 - in trunk/fundev/sources/lib/run-time: pentium-freebsd pentium-linux

housel at gwydiondylan.org housel at gwydiondylan.org
Thu Apr 26 06:17:42 CEST 2007


Author: housel
Date: Thu Apr 26 06:17:41 2007
New Revision: 11298

Modified:
   trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam
   trunk/fundev/sources/lib/run-time/pentium-linux/x86-linux-build.jam
Log:
Bug: 7003
Don't call LinkEXE within rule DylanLibraryCSources; it should only
be called once within rule DylanLibrary.


Modified: trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam	(original)
+++ trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam	Thu Apr 26 06:17:41 2007
@@ -231,7 +231,6 @@
       Cc $(_obj) : $(_i) ;
       
       LinkDLL $(_dll) : $(_obj) ;
-      LinkEXE $(_exe) : $(_obj) ;
     }
   }
 }

Modified: trunk/fundev/sources/lib/run-time/pentium-linux/x86-linux-build.jam
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-linux/x86-linux-build.jam	(original)
+++ trunk/fundev/sources/lib/run-time/pentium-linux/x86-linux-build.jam	Thu Apr 26 06:17:41 2007
@@ -231,7 +231,6 @@
       Cc $(_obj) : $(_i) ;
       
       LinkDLL $(_dll) : $(_obj) ;
-      LinkEXE $(_exe) : $(_obj) ;
     }
   }
 }



More information about the chatter mailing list