diff options
Diffstat (limited to 'RC9/qpid/cpp/boost-1.32-support/Makefile')
| -rw-r--r-- | RC9/qpid/cpp/boost-1.32-support/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RC9/qpid/cpp/boost-1.32-support/Makefile b/RC9/qpid/cpp/boost-1.32-support/Makefile new file mode 100644 index 0000000000..f0907f7fda --- /dev/null +++ b/RC9/qpid/cpp/boost-1.32-support/Makefile @@ -0,0 +1,11 @@ +.PHONY: default apply + +default: + @echo "Run 'make apply' to patch the source" + +apply: main.patch ../src/boost + patch -d .. -p0 < main.patch + cat supressions >> ../src/tests/.valgrind.supp + +../src/boost: boost.tar.gz + tar -C .. -xvzf boost.tar.gz |
