Remove BUILDDIR-specific code
This commit is contained in:
8
Makefile
8
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user