/[gnue]/gnue-common/src/setup/GSetup.py
ViewVC logotype

Diff of /gnue-common/src/setup/GSetup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by reinhard, Thu Oct 2 06:29:58 2003 UTC revision 1.3 by reinhard, Sat Oct 4 16:25:05 2003 UTC
# Line 92  class install (distutils.command.install Line 92  class install (distutils.command.install
92    
93    user_options = distutils.command.install.install.user_options    user_options = distutils.command.install.install.user_options
94    
95    allowed_options = ["root=", "compile", "no-compile", "optimize", "force",    allowed_options = ["root=", "compile", "no-compile", "optimize=", "force",
96                       "skip-build", "record"]                       "skip-build", "record="]
97    
98    user_options = [opt for opt in user_options if opt [0] in allowed_options]    user_options = [opt for opt in user_options if opt [0] in allowed_options]
99    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26