make/javax/crypto/Makefile

Print this page

        

*** 156,166 **** # be able to build "all" for them. Check here to see if the sources were # available. If not, then we don't need to continue this rule. # ifdef OPENJDK ! all: build-jar install-jar build-policy install-limited else # OPENJDK ifeq ($(strip $(FILES_java)),) all: $(no-source-warning) else # FILES_java/policy files available --- 156,171 ---- # be able to build "all" for them. Check here to see if the sources were # available. If not, then we don't need to continue this rule. # ifdef OPENJDK ! ifdef UNLIMITED_CRYPTO ! POLICY = install-unlimited ! else ! POLICY = install-limited ! endif ! all: build-jar install-jar build-policy $(POLICY) else # OPENJDK ifeq ($(strip $(FILES_java)),) all: $(no-source-warning) else # FILES_java/policy files available