diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-01 16:36:20 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-01 16:36:20 +0000 |
commit | e992a71800cd41bbf2c7d3301dd00691f1c04327 (patch) | |
tree | 2ad465e7ff75c896c602946b8fd665337705ba44 /build.conf | |
parent | 6c20df45bd23cc68e001dc660a0194d9ded738e6 (diff) | |
download | build-e992a71800cd41bbf2c7d3301dd00691f1c04327.tar.gz build-e992a71800cd41bbf2c7d3301dd00691f1c04327.tar.bz2 build-e992a71800cd41bbf2c7d3301dd00691f1c04327.tar.xz build-e992a71800cd41bbf2c7d3301dd00691f1c04327.zip |
Ok, the c++filt test is now in there, I think it's already useful, we'll have
to see what happens. If this works out the filters will become a fixture either
later in M2 or early in M3
Diffstat (limited to '')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ set "CXXFLAGS" += "-ggdb" | |||
16 | "c++filt": | 16 | "c++filt": |
17 | rule "exe", | 17 | rule "exe", |
18 | target file, | 18 | target file, |
19 | input filesIn("c++filt") filter regexp(".*\\.(cpp|y|l)$") | 19 | input filesIn("src/c++filt") filter regexp(".*\\.(cpp|y|l)$") |
20 | 20 | ||
21 | rule "exe": | 21 | rule "exe": |
22 | matches regexp("(.*)\\.o$"), | 22 | matches regexp("(.*)\\.o$"), |