projects
/
profile
/
ivi
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa5d0e
)
Remove deprecated `svnstat' rule from Makefile
author
Giuseppe Scrivano
<gscrivano@gnu.org>
Mon, 21 Jun 2010 15:15:04 +0000
(17:15 +0200)
committer
Giuseppe Scrivano
<gscrivano@gnu.org>
Mon, 21 Jun 2010 15:17:56 +0000
(17:17 +0200)
build/make/Makefile
patch
|
blob
|
history
diff --git
a/build/make/Makefile
b/build/make/Makefile
index
931614f
..
2da8b47
100755
(executable)
--- a/
build/make/Makefile
+++ b/
build/make/Makefile
@@
-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