summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
parentf36b26f8bc25ac9832d1ceeea207f46657482893 (diff)
downloadpfsense-dde49befe732ded4f5ed62c1ffd469e38f31dfd9.zip
pfsense-dde49befe732ded4f5ed62c1ffd469e38f31dfd9.tar.gz
Remove ensure_source_directories_present() and call update_freebsd_sources() direct
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 8624334..fe431cd 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1060,12 +1060,6 @@ clean_builder() {
echo ">>> Cleaning of builder environment has finished."
}
-# This routine ensures that the $FREEBSD_SRC_DIR has sources
-# and is ready for action / building.
-ensure_source_directories_present() {
- update_freebsd_sources
-}
-
clone_directory_contents() {
if [ ! -d "$1" -o ! -d "$2" ]; then
if [ -z "${LOGFILE}" ]; then
OpenPOWER on IntegriCloud