|
From: Tatsuro M. <tma...@ya...> - 2011-02-26 06:26:54
|
--- Hans-Bernhard Br将モker <HBB...@t-...> wrote: > On 24.02.2011 22:12, Tatsuro MATSUOKA wrote: > >>> - -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > >>> + ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > > > -../src/$(TARGET) > > '-' before ../src/$(TARGET) gives error in my make system. > > Then maybe your make system must be broken beyond repair. 'make' > implementations do have their differences from each other, but > prepending '-' to mean "ignore error states from the following command" > is almost universally valid. Character '-' is not recognized. The line expanded -../src/....... . The character '-' is remained and gives error. > You didn't way: what error does that give, anyway? > > > I think it should be corrected. > > Like I said before, there is nothing wrong with that line, thus nothing > to be corrected. OK. I will make my local temporal patch to avoid 'make' bug. Thanks for the instruction. Regards Tatsuro |