From 82b2da3a56680b43df00ed31837b8650b5971656 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 20 Sep 2017 15:47:04 -0600 Subject: Makefile: No longer look for yaml files in obsolete ./bin/. The bin/ dir was deleted some time ago, but the Makefile was still searching for files down it. This didn't cause any problems other Than a wierd looking error message in a build log. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e7f4ee7..7feea400 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PYVER ?= $(shell for p in python3 python2; do \ noseopts ?= -v -YAML_FILES=$(shell find cloudinit bin tests tools -name "*.yaml" -type f ) +YAML_FILES=$(shell find cloudinit tests tools -name "*.yaml" -type f ) YAML_FILES+=$(shell find doc/examples -name "cloud-config*.txt" -type f ) PIP_INSTALL := pip install -- cgit v1.2.3