Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(594)

Unified Diff: ports/FreeImage/build.sh

Issue 132343007: Add top level build script for building packages. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/DevIL/build.sh ('k') | ports/ImageMagick/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/FreeImage/build.sh
diff --git a/ports/FreeImage/build.sh b/ports/FreeImage/build.sh
old mode 100755
new mode 100644
index ba1314e2b3501595987a04c10aa2a0c73737715d..b2be137d8190f8992507286452403a965525c1c7
--- a/ports/FreeImage/build.sh
+++ b/ports/FreeImage/build.sh
@@ -16,14 +16,12 @@ readonly -a CRLF_TRANSLATE_FILES=(
"Source/OpenEXR/Imath/ImathMatrix.h"
"Source/Utilities.h")
-source pkg_info
# The FreeImage zipfile, unlike other naclports contains a folder
# called FreeImage rather than FreeImage-X-Y-Z, so we set a customr
# PACKAGE_DIR here.
PACKAGE_DIR=FreeImage
-source ../../build_tools/common.sh
ExtractStep() {
@@ -68,7 +66,3 @@ InstallStep() {
# assumes pwd has makefile
make OS=nacl install
}
-
-
-PackageInstall
-exit 0
« no previous file with comments | « ports/DevIL/build.sh ('k') | ports/ImageMagick/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698