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

/solaris-userland/make-rules/
H A Dprep-unpack.mk26 UNPACK = $(WS_TOOLS)/userland-unpack
29 # Anything that we downloaded and want to unpack must have a
51 define unpack-variables
60 define unpack-rules
62 # RUBY_VERSION is passed on to ensure userland-unpack uses the
71 unpack:: $$(UNPACK_STAMP$(1))
86 $(eval $(call unpack-variables,))
87 $(foreach suffix, $(PCK_SUFFIXES), $(eval $(call unpack-variables,_$(suffix))))
90 define eval-unpack-rules
91 $(eval $(call unpack
[all...]

Completed in 602 milliseconds