Skip to content

Commit 12caaa3

Browse files
authored
Merge pull request #22 from mithro/spam-fix
Remove output spam from Makefile.
2 parents 1530e58 + d54fc23 commit 12caaa3

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

conda.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ endif
5757

5858
CONDA_ENV_NAME := $(strip $(patsubst name:%,,$(CONDA_ENV_NAME_LINE)))
5959

60-
$(info '$(CONDA_ENV_NAME_LINE)' '$(CONDA_ENV_NAME)')
61-
6260
# Read the conda environment name from the environment.yml file.
6361
ENV_DIR := $(TOP_DIR)$(SEP)env
6462
CONDA_DIR := $(ENV_DIR)$(SEP)conda

os.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,3 @@ TOUCH := touch
9393
MKDIR := mkdir -p
9494
WGET := wget
9595
endif
96-
97-
$(info OS_TYPE=$(OS_TYPE) CPU_TYPE=$(CPU_TYPE))

0 commit comments

Comments
 (0)