This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[Patch] Fix shell stmt in Makefile.in - May be a generic Autogen bug


Hi there,

today I was building a current snapshot from CVS, and when I looked at
the logs, I saw this:

  $ gmake -wk SHELL=/bin/sh check
  gmake: Entering directory
  `/home/gnu/work/GNU/gcc-20050316-i686-suse9-linux-gnu'
  /bin/sh: -c: line 1: syntax error: unexpected end of file
  gmake: *** [check-fastjar] Error 2

The command for the check-fastjar rule is erroneous indeed, and is fixed
by the attached patch. I'm afraid though, that this is a generic bug
inside Autogen's machinery, as I didn't find any references to the
generated shell command inside Makefile.def or Makefile.tpl.

Can someone with more insight into out current toplevel build machinery
please fix it properly? Otherwise, I'd check in the patch under the
"fixes obvious bug" rule, but I'm not so sure at all...

TIA, cheers.

l8er
manfred

Attachment: check-fastjar.patch
Description: Text document


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