Inform user when reproduce works
This commit is contained in:
parent
8027bcc0b5
commit
26ad161faf
3
Makefile
3
Makefile
|
@ -96,7 +96,8 @@ reproduce: toolchain-clean
|
|||
mkdir -p $(OUT_DIR)
|
||||
cp $(DIST_DIR)/release.env $(OUT_DIR)/release.env
|
||||
$(MAKE) TARGET=$(TARGET) VERSION=$(VERSION)
|
||||
diff -q $(OUT_DIR)/manifest.txt $(DIST_DIR)/manifest.txt;
|
||||
diff -q $(OUT_DIR)/manifest.txt $(DIST_DIR)/manifest.txt \
|
||||
&& echo "Success: $(OUT_DIR) and $(DIST_DIR) are identical"
|
||||
|
||||
.PHONY: $(DIST_DIR)
|
||||
$(DIST_DIR):
|
||||
|
|
Loading…
Reference in New Issue