Changeset: 5551424b8e97 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5551424b8e97
Modified Files:
        buildtools/autogen/autogen/msc.py
Branch: Apr2011
Log Message:

"too many rules for target 'install_bin_sample0'"
If CONDINST was defined in Makefile.ag in a bins section, multiple
targets were defined in the generated Makefile.msc.


diffs (12 lines):

diff --git a/buildtools/autogen/autogen/msc.py 
b/buildtools/autogen/autogen/msc.py
--- a/buildtools/autogen/autogen/msc.py
+++ b/buildtools/autogen/autogen/msc.py
@@ -681,7 +681,7 @@
             msc['BINS'].append((bin, '$(C_inst_%s_exe)' % bin2, condname))
             condname = '!defined(' + ') && 
!defined('.join(binsmap['CONDINST']) + ')'
             msc['NBINS'].append((bin, '$(C_noinst_%s_exe)' % bin2, condname))
-        if binsmap.has_key('NOINST'):
+        elif binsmap.has_key('NOINST'):
             msc['NBINS'].append((bin, bin, ''))
         else:
             msc['BINS'].append((bin, bin, ''))
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to