[fedora-java] Enhanced aot-compile script

Gary Benson gbenson at redhat.com
Mon Nov 14 14:32:30 UTC 2005


Andrew Haley wrote:
> Gary Benson wrote:
> > Also note that while FC5 and the newest FC4 packages call
> > rebuild-gcj-db with no arguments, the majority of FC4 packages
> > will call 'rebuild-gcj-db /usr/lib' or 'rebuild-gcj-db
> > /usr/lib64'.  Any replacement must not choke on this.
> 
> OK.  Is there somewhere an exact description of what arguemnts
> rebuild-gcj-db will take?

The top of rebuild-gcj-db.in says:

  if [ $# != 0 ]; then
    if [ $# != 1 -o $1 != @LIBDIR@ ]; then
      # emit usage message and die
    fi
  fi

@LIBDIR@ is either /usr/lib or /usr/lib64, depending.

Cheers,
Gary




More information about the fedora-devel-java-list mailing list