aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-07-01 16:45:07 +0000
committerMike Buland <eichlan@xagasoft.com>2007-07-01 16:45:07 +0000
commita1bc3936b85eab573361026ae323c1a02e0f0ccd (patch)
tree600ecd16026592cbe2d4461036279edc2a41e480
parentbb1f5a21195cf597e32ccd0dd588498663a4db54 (diff)
downloadbuild-a1bc3936b85eab573361026ae323c1a02e0f0ccd.tar.gz
build-a1bc3936b85eab573361026ae323c1a02e0f0ccd.tar.bz2
build-a1bc3936b85eab573361026ae323c1a02e0f0ccd.tar.xz
build-a1bc3936b85eab573361026ae323c1a02e0f0ccd.zip
Ok, now there's a dir of bfilts, build-filters, that's the best I can come up
with right now for these until they're integrated and it won't matter anymore.
-rw-r--r--build.conf4
-rw-r--r--src/bfilt/c++/bfilt-c++.l (renamed from src/c++filt/bfilt-c++.l)0
2 files changed, 2 insertions, 2 deletions
diff --git a/build.conf b/build.conf
index f6c9359..454e16e 100644
--- a/build.conf
+++ b/build.conf
@@ -13,10 +13,10 @@ set "CXXFLAGS" += "-ggdb"
13 set "FLEXFLAGS" = "--bison-bridge --bison-locations", 13 set "FLEXFLAGS" = "--bison-bridge --bison-locations",
14 input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") 14 input filesIn("src") filter regexp(".*\\.(cpp|y|l)$")
15 15
16"c++filt": 16directoriesIn("src/bfilt", "bfilt-"):
17 rule "exe", 17 rule "exe",
18 target file, 18 target file,
19 input filesIn("src/c++filt") filter regexp(".*\\.(cpp|y|l)$") 19 input filesIn("{fulldir}") filter regexp(".*\\.(cpp|y|l)$")
20 20
21rule "exe": 21rule "exe":
22 matches regexp("(.*)\\.o$"), 22 matches regexp("(.*)\\.o$"),
diff --git a/src/c++filt/bfilt-c++.l b/src/bfilt/c++/bfilt-c++.l
index af12cac..af12cac 100644
--- a/src/c++filt/bfilt-c++.l
+++ b/src/bfilt/c++/bfilt-c++.l