aboutsummaryrefslogtreecommitdiff
path: root/stage2/Lib.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-02 19:59:16 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-02 20:09:42 -0400
commit107f62303794fa14b05c211d52dddc1f50f14886 (patch)
treeb691ca3ff428ff0d91b973c93aa590fc50431b72 /stage2/Lib.scala
parentef08ce94aa537c50651f5c18b8cdf1d6313ff208 (diff)
downloadcbt-107f62303794fa14b05c211d52dddc1f50f14886.tar.gz
cbt-107f62303794fa14b05c211d52dddc1f50f14886.tar.bz2
cbt-107f62303794fa14b05c211d52dddc1f50f14886.zip
propagate info if cbt has changed across builds, so they can be re-compiled
Diffstat (limited to 'stage2/Lib.scala')
-rw-r--r--stage2/Lib.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/Lib.scala b/stage2/Lib.scala
index dd4a12f..aa731d8 100644
--- a/stage2/Lib.scala
+++ b/stage2/Lib.scala
@@ -145,7 +145,7 @@ final class Lib(logger: Logger) extends Stage1Lib(logger) with Scaffold{
(
(
if( thisTasks.nonEmpty ){
- s"""Methods provided by Build ${context}
+ s"""Methods provided by Build ${context.cwd}
${thisTasks.mkString(" ")}