eyalroz / ssb-dbgen

Star Schema Benchmark data set generator (dbgen) - unified repository

Home Page:http://www.cs.umb.edu/~poneil/StarSchemaB.PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makefile.suite cleanup

eyalroz opened this issue · comments

makefile.suite contains a mess of lines which are not relevant to actually building qgen and dbgen, which is the only thing we need it for. We don't need it to create tarballs/zips for us, don't need it to do linting, or SCCS-based source control or any such thing. So - let's delete all those irrelevant lines.

Also, while we're at it - let's merge what's necessary from makefile_win into makefile.suite and have just the one file.

This becomes even more necessary seeing how we've split dss.ddl and dss.ri in issue #27 without changing the makefile.suite accordingly.