|
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 Hello, Date: Sat, 16 Apr 2011 15:09:29 -0400 I have a makefile which does the following:
- grab a .gz file from server using wget -- works fine
- extract the data from .gz file to new file based on filter using ZCAT -- works fine
- sort the data from based on specific field and saves the data into a new file -- DOES NOT WORK
- command looks like this: sort -t: -k2n <inputFile> outputFile
- this command works perfectly on command line of cygwin BUT fails through makefile
- Error says: Input file specified two times.
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 ---
[Prev in Thread] | Current Thread | [Next in Thread] |