summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-03 15:18:54 -0300
committerRenato Botelho <renato@netgate.com>2016-08-03 15:37:05 -0300
commit6ebd280c9f655225d918a2eb0d3d70d987165429 (patch)
tree048c93ec3ad06bf0f4efdb8229aba740d775b7ff /build.sh
parentda0f70ed65b2f0f7d8831d3743c3d0f3e6aac382 (diff)
downloadpfsense-6ebd280c9f655225d918a2eb0d3d70d987165429.zip
pfsense-6ebd280c9f655225d918a2eb0d3d70d987165429.tar.gz
Stop removing FreeBSD src, new clone script can detect if it's necessary
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 6bea434..fc5f200 100755
--- a/build.sh
+++ b/build.sh
@@ -26,7 +26,7 @@ usage() {
echo " [ options ]: "
echo " --flash-size|-f size(s) - a list of flash sizes to build with nanobsd i.e. '2g 4g'. Default: 2g"
echo " --no-buildworld|-c - Will set NO_BUILDWORLD NO_BUILDKERNEL to not build kernel and world"
- echo " --no-cleanobjdir|--no-cleanrepos|-d - Will not clean FreeBSD object built dir to allow restarting a build with NO_CLEAN"
+ echo " --no-cleanobjdir|-d - Will not clean FreeBSD object built dir to allow restarting a build with NO_CLEAN"
echo " --resume-image-build|-r - Includes -c -d and also will just move directly to image creation using pre-staged data"
echo " --setup - Install required repo and ports builder require to work"
echo " --update-sources - Refetch FreeBSD sources"
@@ -67,9 +67,8 @@ while test "$1" != ""; do
export NO_BUILDWORLD=YES
export NO_BUILDKERNEL=YES
;;
- --no-cleanobjdir|--no-cleanrepos|-d)
+ --no-cleanobjdir|-d)
export NO_CLEAN_FREEBSD_OBJ=YES
- export NO_CLEAN_FREEBSD_SRC=YES
;;
--flash-size|-f)
shift
@@ -84,7 +83,6 @@ while test "$1" != ""; do
export NO_BUILDWORLD=YES
export NO_BUILDKERNEL=YES
export NO_CLEAN_FREEBSD_OBJ=YES
- export NO_CLEAN_FREEBSD_SRC=YES
_SKIP_REBUILD_PRESTAGE=YES
_USE_OLD_DATESTRING=YES
;;
OpenPOWER on IntegriCloud