aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-05 15:03:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-05 15:03:39 +0200
commitd3e624ef7c0fb274e62b81c4c7bd59640770520a (patch)
treed26e8531ec41ceb9eb99aff1557ab25ba2c89bea
parent7e3f16c393a614e0a951abe3f7237c8169d689a9 (diff)
Rename 'bd' to 'b'
What the heck, let's be bold, right?
-rw-r--r--build/.gitignore5
-rw-r--r--build/b.cxx (renamed from build/bd.cxx)2
-rw-r--r--build/buildfile4
3 files changed, 7 insertions, 4 deletions
diff --git a/build/.gitignore b/build/.gitignore
index 1683c0f..6dc02d1 100644
--- a/build/.gitignore
+++ b/build/.gitignore
@@ -1 +1,4 @@
-bd
+b
+b1
+
+
diff --git a/build/bd.cxx b/build/b.cxx
index 394665a..a5123f1 100644
--- a/build/bd.cxx
+++ b/build/b.cxx
@@ -1,4 +1,4 @@
-// file : build/bd.cxx -*- C++ -*-
+// file : build/b.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/build/buildfile b/build/buildfile
index 8bd80b7..88ea4d6 100644
--- a/build/buildfile
+++ b/build/buildfile
@@ -1,7 +1,7 @@
-exe{bd1}: obj{bd algorithm scope parser lexer target prerequisite rule \
+exe{b1}: obj{b algorithm scope parser lexer target prerequisite rule \
native context cxx/target cxx/rule process timestamp path}
-obj{bd}: cxx{bd}
+obj{b}: cxx{b}
obj{algorithm}: cxx{algorithm}
obj{scope}: cxx{scope}
obj{parser}: cxx{parser}