]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove 'make update'.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 Jun 2021 21:56:28 +0000 (14:56 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 Jun 2021 21:56:28 +0000 (14:56 -0700)
commite290182bcf3895ca659dff111bca6a077c4708b1
treec110e9894df35b3c534c10561967fa7ab6fb54eb
parentcd7de223769a5e7d3e27fe8b6d034ed9b041f8b0
Remove 'make update'.

In the CVS days this used be a wrapper around either CVS or CVSup and
used to support updating src, doc, and ports checkouts.  With the move
to subversion this only supported updating src and was itself a
wrapper around 'svn update'.  With Git, users are probably better off
using appropriate Git commands directly to update without needing an
explicit make target as a wrapper.

Reviewed by: bcr, imp, emaste
Differential Revision: https://reviews.freebsd.org/D30736
Makefile
Makefile.inc1
share/man/man5/make.conf.5