Просмотр исходного кода

comment all the building back in, except for APT the script still needs to be adjusted for that

Kevin Bradley лет назад: 3
Родитель
Сommit
2a507859bf
1 измененных файлов с 11 добавлено и 11 удалено
  1. 11 11
      the_memo2.sh

+ 11 - 11
the_memo2.sh

@@ -992,21 +992,21 @@ buildDpkg() {
 
 
 buildDPKGAndDependencies() {
 buildDPKGAndDependencies() {
 	notifyProgress "Building zlib"
 	notifyProgress "Building zlib"
-	#buildZLib
+	buildZLib
 	notifyProgress "Building xz"
 	notifyProgress "Building xz"
-	#buildXZ
+	buildXZ
 	notifyProgress "Building bzip2"
 	notifyProgress "Building bzip2"
-	#buildBZip2
+	buildBZip2
 	notifyProgress "Building lz4"
 	notifyProgress "Building lz4"
-	#buildLZ4
+	buildLZ4
 	notifyProgress "Building openSSL"
 	notifyProgress "Building openSSL"
-	#buildOpenSSL
+	buildOpenSSL
 	notifyProgress "Building curl"
 	notifyProgress "Building curl"
-	#buildCurl
+	buildCurl
 	notifyProgress "Building BerkeleyDB"
 	notifyProgress "Building BerkeleyDB"
-	#buildBerkeleyDB
+	buildBerkeleyDB
 	notifyProgress "Building tar"
 	notifyProgress "Building tar"
-	#buildTar
+	buildTar
 	notifyProgress "Building dpkg"
 	notifyProgress "Building dpkg"
 	buildDpkg
 	buildDpkg
 }
 }
@@ -1316,7 +1316,7 @@ mkdirIfNecessary $ROOT_LOG_FOLDER
 # Ensure our SDK has all the required "extras" installed/setup
 # Ensure our SDK has all the required "extras" installed/setup
 prepSDK
 prepSDK
 
 
-#buildBashAndFriends
-#buildBasicUtils
+buildBashAndFriends
+buildBasicUtils
 buildDPKGAndDependencies
 buildDPKGAndDependencies
-#buildAPTAndDependencies
+buildAPTAndDependencies