Add compile_dbg to Makefile


Subject: Add compile_dbg to Makefile
From: Pavel Roskin (proski@gnu.org)
Date: Mon Jan 28 2002 - 01:50:34 CST


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



This archive was generated by hypermail 2b25 : Mon Jan 28 2002 - 01:50:41 CST