Skip to content
Snippets Groups Projects
Commit 3d5cd513 authored by John Koleszar's avatar John Koleszar Committed by Code Review
Browse files

Merge "Remove deprecated `svnstat' rule from Makefile"

parents a08df455 cee8f9f9
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ dist:
fi
svnstat: ALL_TARGETS:=$(firstword $(ALL_TARGETS))
endif
ifneq ($(target),)
......@@ -363,12 +362,3 @@ INSTALL_TARGETS += .install-docs .install-srcs .install-libs .install-bins
all-$(target): $(BUILD_TARGETS)
install:: $(INSTALL_TARGETS)
dist: $(INSTALL_TARGETS)
#
# Development helper targets
#
ifneq ($(SRC_PATH_BARE),)
.PHONY: svnstat
svnstat:
svn stat $(SRC_PATH_BARE)
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment