Searched refs:RECURSIVE_BUILD_CMD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/
H A DMakefile.org251 # This macro shouldn't be used directly, use RECURSIVE_BUILD_CMD or
258 # RECURSIVE_BUILD_CMD is a macro to build a given target in all
266 RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done
417 @set -e; target=clean; $(RECURSIVE_BUILD_CMD)
441 @set -e; target=files; $(RECURSIVE_BUILD_CMD)
446 @set -e; target=links; $(RECURSIVE_BUILD_CMD)
454 @set -e; target=dclean; $(RECURSIVE_BUILD_CMD)
478 @set -e; target=update; $(RECURSIVE_BUILD_CMD)
481 @set -e; target=depend; $(RECURSIVE_BUILD_CMD)
484 @set -e; target=lint; $(RECURSIVE_BUILD_CMD)
[all...]
H A DMakefile253 # This macro shouldn't be used directly, use RECURSIVE_BUILD_CMD or
260 # RECURSIVE_BUILD_CMD is a macro to build a given target in all
268 RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done macro
419 @set -e; target=clean; $(RECURSIVE_BUILD_CMD)
443 @set -e; target=files; $(RECURSIVE_BUILD_CMD)
448 @set -e; target=links; $(RECURSIVE_BUILD_CMD)
456 @set -e; target=dclean; $(RECURSIVE_BUILD_CMD)
480 @set -e; target=update; $(RECURSIVE_BUILD_CMD)
483 @set -e; target=depend; $(RECURSIVE_BUILD_CMD)
486 @set -e; target=lint; $(RECURSIVE_BUILD_CMD)
[all...]

Completed in 110 milliseconds