TEST_OBJS is a dependency for compiliation. This only broke during parallel builds

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent f9167ea9f5
commit b8755d1def
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -51,7 +51,7 @@ run: ${BIN_DIR}/${BIN_FILE}
${BIN_DIR}/${BIN_FILE}: ${TEST_OBJS} ${BIN_DIR}/${BIN_FILE}: ${TEST_OBJS}
# We force sketch recompiliation because otherwise, make won't pick up changes to...anything on the arduino side # We force sketch recompiliation because otherwise, make won't pick up changes to...anything on the arduino side
compile-sketch: compile-sketch: ${TEST_OBJS}
@install -d "${BIN_DIR}" "${LIB_DIR}" @install -d "${BIN_DIR}" "${LIB_DIR}"
env LIBONLY=yes VERBOSE=${VERBOSE} LOCAL_CFLAGS="'-I$(shell pwd)'" \ env LIBONLY=yes VERBOSE=${VERBOSE} LOCAL_CFLAGS="'-I$(shell pwd)'" \
OUTPUT_PATH="${LIB_DIR}" \ OUTPUT_PATH="${LIB_DIR}" \

Loading…
Cancel
Save