[cmake] rerunning cmake seems to recompile more than expected, or it is too verbose
Bug #423559 reported by
Bob Tanner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Netrek Server |
New
|
Wishlist
|
Bob Tanner |
Bug Description
d. changing one source file and rerunning cmake seems to recompile more
than expected, or it is too verbose ... see below for test results ...
this is a hindrance but not critical ... it would be less useful in the
situation that most server operators use ... which is maintaining a
server from a source directory that is a darcs repository or unpacked
tarball.
Changed in netrek-server: | |
assignee: | nobody → Bob Tanner (tanner) |
Changed in netrek-server: | |
milestone: | none → 2.16.1 |
Changed in netrek-server: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
How about
$ cd Vanilla/build
$ cmake --quiet ..
$ make
?