ingelabs / classpath

GNU Classpath, Essential Libraries for Java
Other
8 stars 3 forks source link

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

Closed ingebot closed 1 year ago

ingebot commented 1 year ago

Note: this issue was migrated automatically using bugzilla2github

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

ingebot commented 1 year ago

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 689e97df8425ac49681e9f1b025a28aa30cf26bc:

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.