make: pew pew pew

This commit is contained in:
Franco Fichtner 2020-07-23 15:23:08 +02:00
parent db2421cfb3
commit 464de02172
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2015-2019 Franco Fichtner <franco@opnsense.org> # Copyright (c) 2015-2020 Franco Fichtner <franco@opnsense.org>
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions # modification, are permitted provided that the following conditions
@ -54,7 +54,7 @@ lint: lint-steps lint-composite
TOOLSDIR?= /usr/tools TOOLSDIR?= /usr/tools
TOOLSBRANCH?= master TOOLSBRANCH?= master
SETTINGS?= 20.1 SETTINGS?= 20.7
CONFIG?= ${TOOLSDIR}/config/${SETTINGS}/build.conf CONFIG?= ${TOOLSDIR}/config/${SETTINGS}/build.conf

View File

@ -7,11 +7,11 @@ create sets, packages and images for the OPNsense project.
Setting up a build system Setting up a build system
========================= =========================
Install [FreeBSD](https://www.freebsd.org/) 11.2-RELEASE (i386 or amd64 Install [FreeBSD](https://www.freebsd.org/) 12.1-RELEASE for amd64
depending on your target) on a machine with at least 25GB of hard disk on a machine with at least 25GB of hard disk (UFS works better than ZFS)
(UFS works better than ZFS) and at least 4GB of RAM to successfully build and at least 4GB of RAM to successfully build all standard images.
all standard images. All tasks require a root user. Do the following to All tasks require a root user. Do the following to grab the repositories
grab the repositories (overwriting standard ports and src): (overwriting standard ports and src):
# pkg install git # pkg install git
# cd /usr # cd /usr