summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-27 16:58:42 -0300
committerRenato Botelho <renato@netgate.com>2016-05-27 17:27:30 -0300
commit97ab4f175f8bc8c4cb4039fa1df8dff7992b0b39 (patch)
tree5e7b162ae5a18e3af8d64f57d76528367b5998aa /build.sh
parent099570f2b28898f5f2d8c725c92add860fabfa0f (diff)
downloadpfsense-97ab4f175f8bc8c4cb4039fa1df8dff7992b0b39.zip
pfsense-97ab4f175f8bc8c4cb4039fa1df8dff7992b0b39.tar.gz
Retire print_flags
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/build.sh b/build.sh
index ea0ca20..a533c46 100755
--- a/build.sh
+++ b/build.sh
@@ -62,7 +62,6 @@ usage() {
echo " --setup - Install required repo and ports builder require to work"
echo " --update-sources - Refetch FreeBSD sources"
echo " --rsync-repos - rsync pkg repos"
- echo " --print-flags - Show current builder configuration"
echo " --clean-builder - clean all builder used data/resources"
echo " --build-kernels - build all configured kernels"
echo " --build-kernel argument - build specified kernel. Example --build-kernel KERNEL_NAME"
@@ -159,10 +158,6 @@ while test "$1" != ""; do
--update-sources)
BUILDACTION="updatesources"
;;
- --print-flags)
- BUILDACTION="printflags"
- _USE_OLD_DATESTRING=YES
- ;;
--clean-builder)
BUILDACTION="cleanbuilder"
;;
@@ -261,9 +256,6 @@ case $BUILDACTION in
cleanbuilder)
clean_builder
;;
- printflags)
- print_flags
- ;;
images)
# It will be handled below
;;
@@ -395,9 +387,6 @@ if [ -z "${_SKIP_REBUILD_PRESTAGE}" ]; then
# Ensure binaries are present that builder system requires
builder_setup
- # Output build flags
- print_flags
-
# Check to see if pre-staging will be hosted on ram
prestage_on_ram_setup
OpenPOWER on IntegriCloud