ensure MOREFLAGS are not lost in root->tests Makefile invocation
This commit is contained in:
@@ -77,7 +77,7 @@ check: shortest
|
|||||||
|
|
||||||
.PHONY: test shortest
|
.PHONY: test shortest
|
||||||
test shortest:
|
test shortest:
|
||||||
$(MAKE) -C $(PRGDIR) allVariants MOREFLAGS="-g -DZSTD_DEBUG=1"
|
$(MAKE) -C $(PRGDIR) allVariants MOREFLAGS+="-g -DZSTD_DEBUG=1"
|
||||||
$(MAKE) -C $(TESTDIR) $@
|
$(MAKE) -C $(TESTDIR) $@
|
||||||
|
|
||||||
.PHONY: examples
|
.PHONY: examples
|
||||||
|
|||||||
+1
-1
@@ -98,7 +98,7 @@ zstd-nolegacy:
|
|||||||
$(MAKE) -C $(PRGDIR) $@ MOREFLAGS+="$(DEBUGFLAGS)"
|
$(MAKE) -C $(PRGDIR) $@ MOREFLAGS+="$(DEBUGFLAGS)"
|
||||||
|
|
||||||
gzstd:
|
gzstd:
|
||||||
$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS="$(DEBUGFLAGS)"
|
$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS+="$(DEBUGFLAGS)"
|
||||||
|
|
||||||
.PHONY:
|
.PHONY:
|
||||||
zstd-dll :
|
zstd-dll :
|
||||||
|
|||||||
Reference in New Issue
Block a user