]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
automake: Make debug targets known but not built by default in non-debug builds.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 27 Apr 2011 19:16:52 +0000 (12:16 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 27 Apr 2011 19:16:52 +0000 (12:16 -0700)
commitc9825f0874137682c0470efa09ffa56c731efec5
tree15b5d947f5fc47c20efefb8a4fbd61f97dab24e4
parent63b0cfa3695fc55098198a63e44ee5c60d968e94
automake: Make debug targets known but not built by default in non-debug builds.

With this, "./configure --without-debug && make -C src testceph" will work.
Before this, it would use make builtin rules, and fail to compile in a
confusing manner.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
qa/workunits/Makefile.am
src/Makefile.am