Hello!

The top-level makefile on CVS lacks the "compile_dbg" target.  It has 
"compile", "bidi", "install", "bidi_dbg" and "install_dbg", so the lack of 
"compile_dbg" is apparent.

Besides, "make" will give me an error if I misspell compile_dbg, but not 
if I misspell ABI_OPT_DEBUG.

=================================
--- Makefile
+++ Makefile
@@ -45,6 +45,10 @@
        @echo Building AbiSuite with [ABI_ROOT=$(ABI_ROOT)]
        $(MAKE) ABI_ROOT=$(ABI_ROOT) -C src
 
+compile_dbg:
+       @echo Building AbiSuite with [ABI_ROOT=$(ABI_ROOT)]
+       $(MAKE) ABI_ROOT=$(ABI_ROOT) ABI_OPT_DEBUG=1 -C src
+
 ##################################################################
 ## Compile with BiDiRectional support
 
=================================

By the way, is it possible to be subscribed (and be allowed to post)  
without receiving the mail from the list?  I have enough subscriptions
already and I'm going to post only very simple fixes here, which don't
require reading the list.  Mailman has a "nomail" option, but majordomo
doesn't seen to have anything like that.

-- 
Regards,
Pavel Roskin


Reply via email to