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

/freebsd-11-stable/crypto/openssl/
H A DMakefile.org248 # BUILD_CMD is a generic macro to build a given target in a given
256 # exactly the same shell variables as BUILD_CMD.
261 BUILD_CMD= if [ -d "$$dir" ]; then \
266 RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done
269 $(BUILD_CMD); \
H A DMakefile250 # BUILD_CMD is a generic macro to build a given target in a given
258 # exactly the same shell variables as BUILD_CMD.
263 BUILD_CMD= if [ -d "$$dir" ]; then \ macro
268 RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done
271 $(BUILD_CMD); \

Completed in 119 milliseconds