[bug #19348] Ineffective configure option --disable-case-insensitive-file-system

2007-03-19 Thread Greg Chicares

URL:
  

 Summary: Ineffective configure option
--disable-case-insensitive-file-system
 Project: make
Submitted by: chicares
Submitted on: Tuesday 03/20/2007 at 04:26
Severity: 3 - Normal
  Item Group: Build/Install
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
   Component Version: 3.81
Operating System: None
   Fixed Release: None

___

Details:

These two configure options:
   --enable-case-insensitive-file-system
  --disable-case-insensitive-file-system
should have different effects but do not: the second seems
to work incorrectly.

I did not regenerate 'configure'. The session below used MSYS,
but I would guess that doesn't matter.

$./configure --enable-case-insensitive-file-system >/dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
#define HAVE_CASE_INSENSITIVE_FS 1

$make distclean >/dev/null
$./configure --disable-case-insensitive-file-system >/dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
#define HAVE_CASE_INSENSITIVE_FS 1

$make distclean >/dev/null
$./configure >/dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
/* #undef HAVE_CASE_INSENSITIVE_FS */





___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


Re: @file response file support for make

2007-03-19 Thread Paul Smith
On Mon, 2007-03-19 at 15:36 +, Joseph S. Myers wrote:
> Now done.

Great; thanks!

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]>  Find some GNU make tips at:
 http://www.gnu.org  http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


Re: @file response file support for make

2007-03-19 Thread Joseph S. Myers
On Mon, 19 Mar 2007, Paul Smith wrote:

> This seems like a very useful additional feature.
> 
> Can you please add this patch to the Savannah project for GNU make, so
> we don't lose track of it?
> 
> https://savannah.gnu.org/patch/?func=additem&group=make

Now done.

https://savannah.gnu.org/patch/index.php?5809

-- 
Joseph S. Myers
[EMAIL PROTECTED]


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make