Skip to content

Commit

Permalink
Makefile: enable debug output buildrpm target
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab50 committed Sep 9, 2019
1 parent 0337702 commit 779ac79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ buildrpm: clean ## Build Redhat distribution (.rpm) os package
@echo "Building RPM package format of $(PROJECT)"; \
if [ ! -f $(VENV_DIR) ]; then $(MAKE) setup-venv; fi; \
if [ $(VERSION) ]; then cd $(CUR_DIR) && . $(VENV_DIR)/bin/activate && \
$(PYTHON3_PATH) $(SCRIPT_DIR)/buildrpm.py --build --set-version $(VERSION); else \
$(PYTHON3_PATH) $(SCRIPT_DIR)/buildrpm.py --debug --build --set-version $(VERSION); else \
cd $(CUR_DIR) && . $(VENV_DIR)/bin/activate && $(PYTHON3_PATH) $(SCRIPT_DIR)/buildrpm.py --build; fi


Expand Down

0 comments on commit 779ac79

Please sign in to comment.