~ubuntu-branches/ubuntu/saucy/java-gcj-compat/saucy

« back to all changes in this revision

Viewing changes to aot-compile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-19 14:25:28 UTC
  • mfrom: (1.1.14 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090219142528-it4xfvwfkjt6zw32
Tags: 1.0.80-1
* New upstream version
  - aotcompile: Print diagnostics for dodgy classes.
* Don't build the java-gcj-compat-plugin anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
 
## Copyright (C) 2006 Red Hat, Inc.
 
3
## Copyright (C) 2006, 2008 Red Hat, Inc.
4
4
## Written by Gary Benson <gbenson@redhat.com>
5
5
##
6
6
## This program is free software; you can redistribute it and/or modify
47
47
    repr(" ".join(aotcompile.LDFLAGS)))
48
48
 
49
49
try:
50
 
    if os.environ.has_key("RPM_PACKAGE_NAME"):
51
 
        raise aotcompile.Error, "not for use within rpm specfiles"
52
 
 
53
50
    try:
54
51
        opts, args = getopt.getopt(
55
52
            sys.argv[1:],