Remove BUILDDIR-specific code

This commit is contained in:
4577
2016-09-04 08:59:31 +02:00
parent d0f30547f8
commit 1f978de447
3 changed files with 0 additions and 18 deletions

View File

@@ -213,11 +213,7 @@ else
endif
endif
ifndef BUILDDIR
@cd samples && $(MAKE)
else
@cd samples && $(MAKE) BUILDDIR=$(BLDIR)
endif
endif
config:
@@ -337,10 +333,6 @@ ifeq (,$(findstring yes,$(UNICORN_BUILD_CORE_ONLY)))
endif
$(MAKE) -C tests/unit clean
ifdef BUILDDIR
rm -rf $(BUILDDIR)
endif
define generate-pkgcfg
echo 'Name: unicorn' > $(PKGCFGF)