check.pl (7e90fac2) check.pl (a412ed64)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 127 unchanged lines hidden (view full) ---

136 if (! -e "$StartDir/setsdkenv_unix") {
137 print "\nERROR: \"$StartDir/setsdkenv_unix\" is missing\n";
138 $return++;
139 }
140 if (! -e "$StartDir/setsdkenv_unix.sh.in") {
141 print "\nERROR: \"$StartDir/setsdkenv_unix.sh.in\" is missing\n";
142 $return++;
143 }
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 127 unchanged lines hidden (view full) ---

136 if (! -e "$StartDir/setsdkenv_unix") {
137 print "\nERROR: \"$StartDir/setsdkenv_unix\" is missing\n";
138 $return++;
139 }
140 if (! -e "$StartDir/setsdkenv_unix.sh.in") {
141 print "\nERROR: \"$StartDir/setsdkenv_unix.sh.in\" is missing\n";
142 $return++;
143 }
144 if (! -e "$StartDir/setsdkenv_unix.csh.in") {
145 print "\nERROR: \"$StartDir/setsdkenv_unix.csh.in\" is missing\n";
146 $return++;
147 }
148 }
149 print "\n";
150
151 #check setting files
152 print "check setting files: ";
153 if (-d "$StartDir/settings") {
154 if (! -e "$StartDir/settings/settings.mk") {
155 print "\nERROR: \"$StartDir/settings/settings.mk\" is missing\n";

--- 328 unchanged lines hidden ---
144 }
145 print "\n";
146
147 #check setting files
148 print "check setting files: ";
149 if (-d "$StartDir/settings") {
150 if (! -e "$StartDir/settings/settings.mk") {
151 print "\nERROR: \"$StartDir/settings/settings.mk\" is missing\n";

--- 328 unchanged lines hidden ---