summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-25 10:55:32 -0300
committerRenato Botelho <renato@netgate.com>2015-08-25 14:49:57 -0300
commitdde49befe732ded4f5ed62c1ffd469e38f31dfd9 (patch)
treeeddc1729af6c48070a7a70334ae74bbbc1cc8eb4 /build.sh
parentf36b26f8bc25ac9832d1ceeea207f46657482893 (diff)
downloadpfsense-dde49befe732ded4f5ed62c1ffd469e38f31dfd9.zip
pfsense-dde49befe732ded4f5ed62c1ffd469e38f31dfd9.tar.gz
Remove ensure_source_directories_present() and call update_freebsd_sources() direct
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 00a92ad..1fb01f8 100755
--- a/build.sh
+++ b/build.sh
@@ -236,7 +236,7 @@ case $BUILDACTION in
# It will be handled below
;;
updatesources)
- ensure_source_directories_present
+ update_freebsd_sources
;;
enablememorydisk)
prestage_on_ram_setup
@@ -301,7 +301,7 @@ if [ -z "${_SKIP_REBUILD_PRESTAGE}" ]; then
clean_builder
# Make sure source directories are present.
- ensure_source_directories_present
+ update_freebsd_sources
git_last_commit
# Ensure binaries are present that builder system requires
OpenPOWER on IntegriCloud