Skip to content

Commit

Permalink
update clone repo makefile
Browse files Browse the repository at this point in the history
1. Updated clone repo makefiles to use only linux shell command

Signed-off-by: Chandrakant Minajigi <[email protected]>
  • Loading branch information
CMinajigi authored and mphalke committed Sep 14, 2023
1 parent 7296167 commit fcf1d01
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions clone-repos.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,9 @@ MBED_OS_LIB_FILE_PATH = $(ROOT_DRIVE)/mbed-os.lib
STM32F769_DISCO_BSP_LIB_FILE_PATH = $(LIBRARIES_PATH)/stm32_lvgl/BSP_DISCO_F769NI.lib
STM32F769_DISCO_LVGL_LIB_FILE_PATH = $(LIBRARIES_PATH)/stm32_lvgl/lv_port_stm32f769_disco.lib

ifeq ($(OS),Windows_NT)
LIB_FILES_IN_LIBRARIES_FOLDER := $(subst /,\,$(sort $(LIB_FILES_IN_LIBRARIES_FOLDER)))
read_a_file = type $(subst /,\,$1) 2> NUL
command_separator = &
HIDE_OUTPUT = > nul
else
read_a_file = cat $1 2> /dev/null
HIDE_OUTPUT = > /dev/null
command_separator = ;
endif

MUTE_COMMAND = @
HASH_SYMBOL = \#
Expand Down

0 comments on commit fcf1d01

Please sign in to comment.