Re: downgrading make version

2006-09-20 Thread David Mastronarde

I tried this version and it solved two problems that I had with
dependencies being incorrectly interpreted as target patterns.  But then I 
got another problem. In my Makefile I have:


(CP) = \cp

install: $(PROGS)
$(CP) $(PROGS) $(INSTBINDIR)

And I get from make install:

\cp nda.exe mtk.exe sda.exe /home/mast/CYGMOD/bin
make: \cp: Command not found

David

Quoting William Hoffman:

If you are interested in downgrading to get dos driver letter 
specification

to work.  (i.e. c:/foo/bar.)  Please try the patched version of make 3.81.

http://www.cmake.org/files/cygwin/make.exe

Please report back to this list if you have any issues with this version
of make.

-Bill


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: downgrading make version

2006-09-20 Thread Christopher Faylor
On Wed, Sep 20, 2006 at 10:35:05PM -0600, David Mastronarde wrote:
I tried this version and it solved two problems that I had with
dependencies being incorrectly interpreted as target patterns.  But then I 
got another problem. In my Makefile I have:

(CP) = \cp

install: $(PROGS)
   $(CP) $(PROGS) $(INSTBINDIR)

And I get from make install:

\cp nda.exe mtk.exe sda.exe /home/mast/CYGMOD/bin
make: \cp: Command not found

The above is not valid makefile syntax but if I make obvious
corrections, I get the same thing on Linux.  I don't know what you were
expecting \cp to be translated to, but it shouldn't, IMO, be interpreted
as a MS-DOS path.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: downgrading make version

2006-09-20 Thread Christopher Layne
On Thu, Sep 21, 2006 at 12:57:58AM -0400, Christopher Faylor wrote:
 (CP) = \cp
 
 install: $(PROGS)
  $(CP) $(PROGS) $(INSTBINDIR)
 
 \cp nda.exe mtk.exe sda.exe /home/mast/CYGMOD/bin
 make: \cp: Command not found
 
 The above is not valid makefile syntax but if I make obvious
 corrections, I get the same thing on Linux.  I don't know what you were
 expecting \cp to be translated to, but it shouldn't, IMO, be interpreted
 as a MS-DOS path.

Within a shell, one may also use \command to override an alias. Either way,
Makefile isn't a shell so it's bogus there.

-cl

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: downgrading make version

2006-09-17 Thread Kovarththanan Rajaratnam

Hello Christopher

Christopher Faylor wrote:

On Sat, Sep 16, 2006 at 05:13:08PM +0200, Kovarththanan Rajaratnam wrote:
I've deleted the old version of make since this behavior will be the
default if I make a new release and we really need to test the patched
version.

See:
http://cygwin.com/ml/cygwin/2006-09/msg00078.html
http://cygwin.com/ml/cygwin/2006-09/msg00131.html
http://cygwin.com/ml/cygwin/2006-09/msg00153.html


Thanks for pointing this out. The suggested patch works like a charm.

--
Best Regards
Kovarththanan Rajaratnam


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: downgrading make version

2006-09-16 Thread Kovarththanan Rajaratnam

Hello

Dave Korn wrote:

On 10 September 2006 19:22, Amit Partani wrote:

  Run setup.exe, when you get to the package chooser, click 'Keep' to keep the
rest of the installation the same, then in either the full or category view
keep clicking on make until you get the 3.80 version selected.


Am I mistaken or is this no longer a possibility? Looking through some 
of the mirrors [1], I can't seem to find the old version (3.80) of make. 
Any suggestions?


[1] ftp://ftp.gwdg.de/pub/cygwin/release/make

--
Best Regards
Kovarththanan Rajaratnam


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: downgrading make version

2006-09-16 Thread Christopher Faylor
On Sat, Sep 16, 2006 at 05:13:08PM +0200, Kovarththanan Rajaratnam wrote:
Dave Korn wrote:
On 10 September 2006 19:22, Amit Partani wrote:
Run setup.exe, when you get to the package chooser, click 'Keep' to
keep the rest of the installation the same, then in either the full or
category view keep clicking on make until you get the 3.80 version
selected.

Am I mistaken or is this no longer a possibility?  Looking through some
of the mirrors [1], I can't seem to find the old version (3.80) of
make.  Any suggestions?

[1] ftp://ftp.gwdg.de/pub/cygwin/release/make

I've deleted the old version of make since this behavior will be the
default if I make a new release and we really need to test the patched
version.

See:
http://cygwin.com/ml/cygwin/2006-09/msg00078.html
http://cygwin.com/ml/cygwin/2006-09/msg00131.html
http://cygwin.com/ml/cygwin/2006-09/msg00153.html

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: downgrading make version

2006-09-11 Thread William A. Hoffman
If you are interested in downgrading to get dos driver letter specification
to work.  (i.e. c:/foo/bar.)  Please try the patched version of make 3.81.

http://www.cmake.org/files/cygwin/make.exe

Please report back to this list if you have any issues with this version
of make.

-Bill

At 02:21 PM 9/10/2006, Amit Partani wrote:
Hi,
The make version installed in my cygwin is GNU make 3.81. Can someone tell me 
how can I downgrade it to GNU make 3.80.

Thanks,
Amit



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: downgrading make version

2006-09-10 Thread Dave Korn
On 10 September 2006 19:22, Amit Partani wrote:

 Hi,
 The make version installed in my cygwin is GNU make 3.81. Can someone tell
 me how can I downgrade it to GNU make 3.80.

  Run setup.exe, when you get to the package chooser, click 'Keep' to keep the
rest of the installation the same, then in either the full or category view
keep clicking on make until you get the 3.80 version selected.


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/