Searched defs:PERL (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/subversion/
H A DMakefile86 PERL.32 = none
87 PERL.64 = $(USRDIR)/perl5/$(PERL_VERSION)/bin/perl
88 PERL=$(PERL.$(BITS)) macro
155 CONFIGURE_ENV += PERL="$(PERL)"
156 CONFIGURE_ENV += ac_cv_path_PERL="$(PERL)"
186 COMPONENT_BUILD_ENV += PERL="$(PERL)"
187 COMPONENT_BUILD_ENV += ac_cv_path_PERL="$(PERL)"
[all...]
/solaris-userland/make-rules/
H A Dshared-macros.mk329 '-e "s|$(PERL)|\\$$(PERL)|g" ' \
617 PERL.5.22 = /usr/perl5/5.22/bin/perl
621 PERL = $(PERL.$(PERL_VERSION)) macro
625 PERL_ARCH := $(shell $(PERL) -e 'use Config; print $$Config{archname}')
631 #PERL_CC := $(shell $(PERL) -e 'use Config; print $$Config{cc}')
632 PERL_OPTIMIZE :=$(shell $(PERL) -e 'use Config; print $$Config{optimize}')
644 # BUILD's $(PERL).
647 -e '1s@/usr/bin/perl@$(PERL)
[all...]

Completed in 23 milliseconds