emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#8511: closed (Sort error in makefile)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8511: closed (Sort error in makefile)
Date: Sun, 17 Apr 2011 06:28:01 +0000

Your message dated Sun, 17 Apr 2011 08:27:17 +0200
with message-id <address@hidden>
and subject line Re: bug#8511: Sort error in makefile
has caused the GNU bug report #8511,
regarding Sort error in makefile
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8511: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8511
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Sort error in makefile Date: Sat, 16 Apr 2011 15:09:29 -0400 Hello,

I have  a makefile which does the following:
  1. grab a .gz file from server using wget -- works fine
  2. extract the data from .gz file to new file based on filter using ZCAT -- works fine
  3. sort the data from based on specific field and saves the data into a new file -- DOES NOT WORK
I tried to search on this online but couldn't get any info. Can you please help and show me what's wrong? In make file i have this command enclosed with "`" character. Any feedback on this would be greatly appreciated. 

Thank you.

Harpal

--- End Message ---
--- Begin Message --- Subject: Re: bug#8511: Sort error in makefile Date: Sun, 17 Apr 2011 08:27:17 +0200
tags 8511 notabug
close 8511
thanks

Alan Curry wrote:
...
> Your makefile is running the DOS/Windows sort command instead of the
> GNU/cygwin sort. Use a full path like /whatever/cygwin/bin/sort to make it
> use the right one.
>
> cygwin's bug, if a bug at all...

Hi Alan,
Thanks for replying.
I'm closing this issue.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]