Lines Matching refs:ms

55   } elsif ($ARGV[0] =~ m{/make-pkgs$}ms) {
58 } elsif ($ARGV[0] =~ m{/check-pkgs$}ms) {
61 } elsif ($ARGV[0] =~ m{/package_build$}ms) {
105 if ($1 =~ m{/package_build$}ms) {
113 } elsif ($l =~ m{^Packages built:}ms) {
115 } elsif ($l =~ m{^Package.* failed:\s+(\d+)}ms) {
159 last if $l =~ m{Finished building the X Window System Consolidation}ms;
162 if (($l =~ m{^\#\# making \S+ in \S+\.\.\.$}ms) || # open-src pattern
163 ($l =~ m{^dmake: Warning: Target `subdirs' not remade because of errors}ms) ||
164 ($l =~ m{^\#\# [[:upper:]][[:lower:]]+ing }ms) || # pkg pattern
165 ($l =~ m{^\S+ing( \S+)* in \S+\.\.\.$}ms)) { # xc pattern
175 if (($#steplines >= 0) && ($steplines[$#steplines] =~ m{\\\Z}ms)) {
182 next if ($l =~ m{\\\Z}ms);
185 if (($l =~ m{\*\*\* }ms) || ($l =~ m{^(d)?make: Fatal error}ms)) {
203 if ($sl =~ m{\b(make|dmake|gmake)\b}ms) {
207 if ($sl =~ m{\breturned\b}ms) {
209 } elsif ($sl =~ m{\b(cc|gcc|CC|g\+\+|ld|gpatch|libtool|GEN|CCLD)\s+}ms) {
213 } elsif ($sl =~ m{^\+ }ms) {
264 $path_to_check =~ s{$default_logfile}{$default_ips_pkglogfile}ms;
274 $path_to_check =~ s{$default_logpath}{$default_svr4_pkglogpath}ms;
279 $path_to_check =~ s{($default_logpath).*$}{$default_svr4_pkglogpath}ms;
305 if ($l =~ m{^[*]+ Making the \S+ package [*]+$}ms) {
310 next if $l =~ m{^WARNING: parameter \<PSTAMP\> set}ms;
311 next if $l =~ m{^WARNING: parameter \<CLASSES\> set to "none"}ms;
315 if (($l =~ m{(Packaging was not successful.|was not found ; skipping)}ms)
316 || ($l =~ m{^WARNING: }ms)) {
361 if (($l =~ m{^\S+ .*:+$}ms) || ($l =~ m{^\#\# })) {