Home
last modified time | relevance | path

Searched refs:DRY_RUN (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-loader.sh28 if [ -z "$DRY_RUN" ]; then
40 [ "$DRY_RUN" ] || \
51 if [ "$DRY_RUN" ] || \
64 if [ "$DRY_RUN" ]; then
112 if [ "$DRY_RUN" ]; then
130 if [ -z "$DRY_RUN" ]; then
137 DRY_RUN=1 build_hook $@
H A Dbuild-helper32 if [ "$DRY_RUN" ]; then
52 if [ "$DRY_RUN" ]; then
95 DRY_RUN=${DRY_RUN:-${IS_DRY_RUN:+1}} \
183 if [ "$DRY_RUN" ]; then
185 unset DRY_RUN
189 export DRY_RUN=1
H A Dmk-kernel.sh36 if [ "$DRY_RUN" ]; then
48 if [ -z "$DRY_RUN" ]; then
159 if [ -z "$DRY_RUN" ]; then
189 if [ "$DRY_RUN" ]; then
203 DRY_RUN=1 build_hook $@
220 if [ "$DRY_RUN" ]; then
246 if [ -z "$DRY_RUN" ]; then
266 DRY_RUN=1 post_build_hook $@
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D70-loader.sh28 if [ -z "$DRY_RUN" ]; then
40 [ "$DRY_RUN" ] || \
51 if [ "$DRY_RUN" ] || \
64 if [ "$DRY_RUN" ]; then
112 if [ "$DRY_RUN" ]; then
130 if [ -z "$DRY_RUN" ]; then
137 DRY_RUN=1 build_hook $@
H A Dbuild-helper32 if [ "$DRY_RUN" ]; then
52 if [ "$DRY_RUN" ]; then
95 DRY_RUN=${DRY_RUN:-${IS_DRY_RUN:+1}} \
183 if [ "$DRY_RUN" ]; then
185 unset DRY_RUN
189 export DRY_RUN=1
H A D10-kernel.sh36 if [ "$DRY_RUN" ]; then
48 if [ -z "$DRY_RUN" ]; then
159 if [ -z "$DRY_RUN" ]; then
189 if [ "$DRY_RUN" ]; then
203 DRY_RUN=1 build_hook $@
220 if [ "$DRY_RUN" ]; then
246 if [ -z "$DRY_RUN" ]; then
266 DRY_RUN=1 post_build_hook $@
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/
H A Defuse.c17 #define DRY_RUN macro
19 #undef DRY_RUN
38 #ifndef DRY_RUN
57 #ifndef DRY_RUN in enable_efuse_program()
64 #ifndef DRY_RUN in disable_efuse_program()