[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] Building on Win - Use of For
Hello,
When compiling on Win I have to comment out the line under all-recursive:
"for i in ($(SUBDIRS)); do ( cd $$i; $(MAKE) all; ) done" so that it runs
either in the command.com shell or the cygwin shell. I know I can fix the
problem by individually listing out the files - but what is the reason
that the line fails? I think that for whatever reason it doesn't like the
two commands on one line.
Thanks for any help
raju