Bug 2317 - code generating test list picks up .# files
Summary: code generating test list picks up .# files
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-02-09 21:31 UTC by Andrew Cagney
Modified: 2006-05-12 16:50 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-02-09 21:31:09 UTC
frysk/core/JUnitTests.java:11: error: 'class' or 'this' expected.
       list.add(frysk.proc..#TestExec.class);
                           ^
1 error
make[2]: *** [frysk/core/JUnitTests.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Comment 1 Andrew Cagney 2006-02-09 21:32:15 UTC
Reproduce by touching a .#TestFoo.java file, and then running autogen.sh.
(Emacs creates .#files when it does a temp save)
Comment 2 Andrew Cagney 2006-05-12 16:50:33 UTC
Index: common/ChangeLog
2006-05-12  Andrew Cagney  <cagney@redhat.com>

        * Makefile.gen.sh: Filter out any file names that do not start
        with an alphabetic character.