Make the develop makefile target the default.
Why do ./configure && make && sudo make install if the second one make installs, amirite? ;) Generally I just think install should not be a default make target. This commit sponsored by Ron Ursem. Thank you!
This commit is contained in:
parent
ae51a0f0bd
commit
345b958871
@ -51,7 +51,7 @@ pkgpythondir = @pkgpythondir@
|
|||||||
pkgpyexecdir = @pkgpyexecdir@
|
pkgpyexecdir = @pkgpyexecdir@
|
||||||
PYTHONPATH = $(pythondir)$(PATH_SEPARATOR)$(DESTDIR)$(pythondir)
|
PYTHONPATH = $(pythondir)$(PATH_SEPARATOR)$(DESTDIR)$(pythondir)
|
||||||
|
|
||||||
all: install
|
all: develop
|
||||||
|
|
||||||
.PHONY: all install develop uninstall distclean info install-html html \
|
.PHONY: all install develop uninstall distclean info install-html html \
|
||||||
install-pdf pdf install-dvi dvi install-ps ps clean dist check \
|
install-pdf pdf install-dvi dvi install-ps ps clean dist check \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user