summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-25 11:01:27 -0300
committerRenato Botelho <renato@netgate.com>2015-08-25 14:49:57 -0300
commit2abc3e80248a26214c17d2a62d122b0870e13204 (patch)
tree5a072639440029875166964ded99ac3f0bf6656a /build.sh
parent3b5bba5c14322c42d12e59acff2dfccc9f744ab2 (diff)
downloadpfsense-2abc3e80248a26214c17d2a62d122b0870e13204.zip
pfsense-2abc3e80248a26214c17d2a62d122b0870e13204.tar.gz
Rename NO_CLEANFREEBSDOBJDIR -> NO_CLEAN_FREEBSD_OBJ and NO_CLEANREPOS -> NO_CLEAN_FREEBSD_SRC
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 1fb01f8..3b7bed2 100755
--- a/build.sh
+++ b/build.sh
@@ -95,8 +95,8 @@ while test "$1" != ""; do
export NO_BUILDKERNEL=YES
;;
--no-cleanobjdir|--no-cleanrepos|-d)
- export NO_CLEANFREEBSDOBJDIR=YES
- export NO_CLEANREPOS=YES
+ export NO_CLEAN_FREEBSD_OBJ=YES
+ export NO_CLEAN_FREEBSD_SRC=YES
;;
--flash-size|-f)
shift
@@ -110,8 +110,8 @@ while test "$1" != ""; do
--resume-image-build|-r)
export NO_BUILDWORLD=YES
export NO_BUILDKERNEL=YES
- export NO_CLEANFREEBSDOBJDIR=YES
- export NO_CLEANREPOS=YES
+ export NO_CLEAN_FREEBSD_OBJ=YES
+ export NO_CLEAN_FREEBSD_SRC=YES
_SKIP_REBUILD_PRESTAGE=YES
_USE_OLD_DATESTRING=YES
;;
OpenPOWER on IntegriCloud