[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The --debug option of reconf.sh
From: |
Shigio Yamaguchi |
Subject: |
The --debug option of reconf.sh |
Date: |
Tue, 03 Aug 2004 17:31:31 +0900 |
Hi,
How about adding --debug option to reconf.sh for routine work?
It is useful for debugging GLOBAL, I think.
[usage]
% cvs update
% sh reconf.sh --debug
[patch]
*** reconf.sh.org Tue Aug 3 17:11:09 2004
--- reconf.sh Tue Aug 3 17:11:27 2004
***************
*** 106,111 ****
--- 106,115 ----
case $1 in
'') echo "You are ready to execute ./configure"
;;
+ --debug)
+ ./configure CFLAGS='-g -p -Wall -DDEBUG'
+ make | tee make.log 2>&1
+ ;;
-c|--configure|--make|--install)
./configure
;;
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
- The --debug option of reconf.sh,
Shigio Yamaguchi <=