diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-05-05 14:53:14 +0800 |
---|---|---|
committer | Mu Qiao <qiaomuf@gentoo.org> | 2011-05-08 20:55:51 +0800 |
commit | 7f6c20a9ef87ec5377f0d7758f7cdce20da11831 (patch) | |
tree | 852ca2a7fc9378608d25ed7a6ebe1c0b1fdd9630 /.gitignore | |
parent | Core: return 0 if boost::lexical_cast<int> fails (diff) | |
download | libbash-7f6c20a9ef87ec5377f0d7758f7cdce20da11831.tar.gz libbash-7f6c20a9ef87ec5377f0d7758f7cdce20da11831.tar.bz2 libbash-7f6c20a9ef87ec5377f0d7758f7cdce20da11831.zip |
Utils: reimplement instruo with libbash
With the help of instruo from Paludis, we can setup variables to
bash env needed for metadata generation. In the meanwhile, we can
compare the original instruo utility with our implementation.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ *.swo *.o *.la +*.a *.lo *.log *.class @@ -21,6 +22,7 @@ cppunittests variable_printer metadata_generator ast_printer +instruo long.sh massif.out libbash.g |