summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-09 19:27:38 +0000
committergjb <gjb@FreeBSD.org>2016-02-09 19:27:38 +0000
commit99ec5cddaa010894228843005d9b850ecc018588 (patch)
tree38af021a58dedb27533d19b36942aeae07c0877b /Makefile
parentee23b7758fb2d08839bf3f0b636605bf68b40011 (diff)
downloadFreeBSD-src-99ec5cddaa010894228843005d9b850ecc018588.zip
FreeBSD-src-99ec5cddaa010894228843005d9b850ecc018588.tar.gz
Add logic to rotate the package repository, keyed on PKG_VERSION,
and create a 'latest' symlink to the PKG_VERSION repository path. Suggested by: des Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b0ee63..95a2a9b 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
xdev-links native-xtools stageworld stagekernel stage-packages \
create-world-packages create-kernel-packages create-packages \
- packages installconfig sign-packages
+ packages installconfig real-packages sign-packages
TGTS+= ${SUBDIR_TARGETS}
OpenPOWER on IntegriCloud