Searched refs:BUILDROOT_CONFIG (Results 1 – 3 of 3) sorted by relevance
30 BUILDROOT_CONFIG_FAKE = /tmp/deprecated/The-BUILDROOT_CONFIG-environment-variable-was-renamed-to-BR…33 ifneq ($(BUILDROOT_CONFIG),)34 ifneq ($(BUILDROOT_CONFIG),$(BR2_CONFIG))35 ifneq ($(BUILDROOT_CONFIG),$(BUILDROOT_CONFIG_FAKE))41 BUILDROOT_CONFIG = $(BUILDROOT_CONFIG_FAKE)42 export BUILDROOT_CONFIG
8712 renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
13 BUILDROOT_CONFIG="$BUILDROOT_OUTPUT_DIR/.config"20 if [ ! -r "$BUILDROOT_CONFIG" ]; then54 if [ -r "$BUILDROOT_CONFIG" ] && [ ! -r "$BUILDROOT_CONFIG_ORIG" ]; then55 cp "$BUILDROOT_CONFIG" "$BUILDROOT_CONFIG_ORIG"62 if ! diff "$BUILDROOT_CONFIG" "$BUILDROOT_CONFIG_ORIG"; then