This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Make reports [Error 255] on make rules with I/O redirections or pipelines.


Make reports Error 255 if make rule contains redirections '>' or pipelines '|'.
Example of Makefile:

test:
	ls -al | cat

But if Makefile will be rewritten as this:

test:
	bash -c 'ls -al | cat'

then there are no problems will be.

Thanks!

P.S. Please CC to Reply.


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]