ingelabs / classpath

GNU Classpath, Essential Libraries for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changes in classes in vm/reference don't trigger a rebuild

ingebot opened this issue · comments

Note: this issue was migrated automatically using bugzilla2github

Original bug ID: BZ#111954
From: @guillerodriguez
Reported version: 0.99

Comment author: @guillerodriguez

Changes in classes in the vm/reference directory (or whatever is specified via --with-vm-classes) don't seem to trigger a rebuild (make thinks that there is "nothing to be done").

This was not the case before commit 689e97d:

2008-04-17  Ralf Wildenhues  <Ralf.Wildenhues@ gmx.de>

    * lib/gen-classlist.sh.in: Avoid grepping each omission, by
    building an awk script with a hash for literal files, and
    awk regular expressions for the rest.
    * configure.ac: Call AC_PROG_AWK.

Before this commit, changes in VM classes would correctly trigger a rebuild.