HomeSort by: relevance | last modified time | path
    Searched refs:objs_grouped (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1977 my @objs_grouped;
1978 push @objs_grouped, join(" ", splice @objs, 0, $max_per_call) while @objs;
1980 join("\n\t", (map { "\$(AR) \$(ARFLAGS) $lib $_" } @objs_grouped));
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1888 my @objs_grouped;
1889 push @objs_grouped, join(" ", splice @objs, 0, $max_per_call) while @objs;
1891 join("\n\t", (map { "\$(AR) \$(ARFLAGS) $lib $_" } @objs_grouped));

Completed in 26 milliseconds