Lines Matching full:pwd

7 # Assumes PWD is an out-of-tree build directory, and will create a
454 (idf.py reconfigure | grep "$PWD/main") || failure "Failed to verify original `main` directory"
459 … (idf.py reconfigure | grep "$PWD/main/main/main") || failure "Failed to set EXTRA_COMPONENT_DIRS"
490 … -C $IDF_PATH/examples/build_system/cmake/import_lib -B `pwd`/build -D SDKCONFIG_DEFAULTS="`pwd`/s…
516 echo ${PWD}
545 export PATH="$(pwd):$PATH"
605 …(export PATH=$PWD:$PATH && idf.py --ccache reconfigure | grep "ccache will be used") || failure "c…
607 (export PATH=$PWD:$PATH && idf.py reconfigure| grep -c "ccache will be used" | grep -wq 0) \
609 …(export PATH=$PWD:$PATH && idf.py --no-ccache reconfigure| grep -c "ccache will be used" | grep -w…
617 …grep "$PWD/components/bootloader/subproject/main/bootloader_start.c" build/bootloader/compile_comm…
624 …! grep "$PWD/components/esp32" $PWD/build/project_description.json || failure "Failed to build wi…
632 …! grep "$PWD/main/test" $PWD/build/project_description.json || failure "COMPONENT_DIRS has added c…
633 …grep "$PWD/main" $PWD/build/project_description.json || failure "COMPONENT_DIRS parent component d…
643 idf.py -DEXTRA_COMPONENT_DIRS=$PWD/mycomponents/mycomponent reconfigure
644 …! grep "$PWD/mycomponents/esp32" $PWD/build/project_description.json || failure "EXTRA_COMPONENT_D…
645 …grep "$PWD/mycomponents/mycomponent" $PWD/build/project_description.json || failure "EXTRA_COMPONE…
650 idf.py -DEXTRA_COMPONENT_DIRS=$PWD/mycomponents reconfigure
651 …! grep "$PWD/esp32" $PWD/build/project_description.json || failure "EXTRA_COMPONENT_DIRS has added…
652 …grep "$PWD/mycomponents/mycomponent" $PWD/build/project_description.json || failure "EXTRA_COMPONE…
808 …(idf.py reconfigure | grep "$PWD/extra_dir/my_component") || failure "Unable to find component sp…
811 …(idf.py reconfigure | grep "$PWD/components/my_component") || failure "Project components should …
906 TESTDIR=${PWD}/build_system_tests_$$