From 2ac48f5341b2a6b23458d9b7bbbe8143996b308f Mon Sep 17 00:00:00 2001 From: Viktor <35473052+viktorxda@users.noreply.github.com> Date: Thu, 8 Jun 2023 08:34:01 +0200 Subject: [PATCH] [no ci] Workflow: remove redundant info command --- .github/workflows/build.yml | 5 ++--- Makefile | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c4c1624..7492fcee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -228,17 +228,16 @@ jobs: echo BR2_CCACHE=y >> ${CONFIG} mkdir -p /tmp/ccache ln -s /tmp/ccache ${HOME}/.buildroot-ccache - SECONDS=0 echo ------------------------------------------------------------ - make BOARD=${CONFIG} info + echo ${CONFIG} echo ------------------------------------------------------------ cat ${CONFIG} echo ------------------------------------------------------------ make BOARD=${CONFIG} all echo ------------------------------------------------------------ - TIME=$(date -d @$SECONDS +%M:%S) + TIME=$(date -d @${SECONDS} +%M:%S) echo TIME=${TIME} >> ${GITHUB_ENV} echo Build time: ${TIME} diff --git a/Makefile b/Makefile index 280ba02f..d03cd6a3 100644 --- a/Makefile +++ b/Makefile @@ -47,9 +47,5 @@ clean: distclean: @rm -rf buildroot-$(BR_VER) $(BR_FILE) $(TARGET) -info: - @echo $(CONFIG): - @cat $(CONFIG) | grep BR2_OPENIPC | tr -d '"' | sed "s|BR2_OPENIPC_||g" - list: @ls -1 br-ext-chip-*/configs