View Issue Details

IDProjectCategoryView StatusLast Update
0002108Spring engineGeneralpublic2010-09-13 19:54
Reporterdfreeman Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionwon't fix 
Product Version0.82.5 
Summary0002108: "cmake . ; make" builds both default and GML
DescriptionAs above. Without reading the updated build instructions, I executed "cmake ." followed by "make". This built both the single- and multi-threaded targets, which was not what I intended.

I was expecting the old behaviour of single-thread only. I think that "make" on its own should either build the single-thread target or spit out a message that I should try again with "make spring" or "make spring-multithreaded".
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2010-09-13 19:53

administrator   ~0005512

this is a feature :-)

if you want to build only spring, then run "make spring" / "make install-spring"

in other projects the default target is "all", too.

abma

2010-09-13 19:54

administrator   ~0005513

wanted behaviour

Issue History

Date Modified Username Field Change
2010-09-12 16:45 dfreeman New Issue
2010-09-13 19:53 abma Note Added: 0005512
2010-09-13 19:54 abma Note Added: 0005513
2010-09-13 19:54 abma Status new => closed
2010-09-13 19:54 abma Resolution open => won't fix