Subversion Repositories DevTools

Rev

Rev 6092 | Rev 6242 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6092 Rev 6099
Line 96... Line 96...
96
my $opt_verbose = $ENV{'GBE_VERBOSE'};      # Allow global verbose
96
my $opt_verbose = $ENV{'GBE_VERBOSE'};      # Allow global verbose
97
my $opt_vargs;                              # Verbose arg
97
my $opt_vargs;                              # Verbose arg
98
my $opt_help = 0;
98
my $opt_help = 0;
99
my $opt_manual = 0;
99
my $opt_manual = 0;
100
my $opt_clean = 0;
100
my $opt_clean = 0;
101
my $opt_platform;
-
 
102
my $opt_type;
-
 
103
my $opt_buildname;
-
 
104
my $opt_buildversion;
-
 
105
my $opt_interfacedir;
101
my $opt_interfacedir;
106
my $opt_target;
-
 
107
my $opt_product;
-
 
108
my $opt_package_script;
102
my $opt_package_script;
109
my $opt_interfaceincdir;
103
my $opt_interfaceincdir;
110
my $opt_interfacelibdir;
104
my $opt_interfacelibdir;
111
my $opt_interfacebindir;
105
my $opt_interfacebindir;
112
my $opt_libdir;
106
my $opt_libdir;
Line 117... Line 111...
117
my $opt_pkgdir;
111
my $opt_pkgdir;
118
my $opt_pkglibdir;
112
my $opt_pkglibdir;
119
my $opt_pkgbindir;
113
my $opt_pkgbindir;
120
my $opt_pkgpkgdir;
114
my $opt_pkgpkgdir;
121
my $opt_output;
115
my $opt_output;
122
my $opt_name;
-
 
123
my $opt_variant;
-
 
124
my $opt_pkgarch;
-
 
125
my $opt_tarFile;
116
my $opt_tarFile;
126
my $opt_noarch;
117
my $opt_noarch;
127
 
118
 
128
#
119
#
-
 
120
#   Options marked as 'our' so that they are visible within the users script
-
 
121
#   Don't give the user too much
-
 
122
#
-
 
123
our $opt_platform;
-
 
124
our $opt_type;
-
 
125
our $opt_buildname;
-
 
126
our $opt_buildversion;
-
 
127
our $opt_target;
-
 
128
our $opt_product;
-
 
129
our $opt_name;
-
 
130
our $opt_variant;
-
 
131
our $opt_pkgarch;
-
 
132
 
-
 
133
#
129
#   Options derived from script directives
134
#   Options derived from script directives
130
#
135
#
131
my $opt_description;
136
my $opt_description;
132
 
137
 
133
#
138
#