summaryrefslogtreecommitdiffstats
path: root/solenv/bin/macosx-create-bundle
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-19 21:34:16 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-19 21:34:16 +0100
commit37c9d580e4ef1e538771cef7d6423211b161903c (patch)
treee3267520b15453fd7c88e1ecc641341921cf22fb /solenv/bin/macosx-create-bundle
parentgnumake2: fixes for linking on OSX (diff)
downloadcore-37c9d580e4ef1e538771cef7d6423211b161903c.tar.gz
core-37c9d580e4ef1e538771cef7d6423211b161903c.zip
gnumake2: making macosx-create-bundle a good unix citizen and shut up on success
Diffstat (limited to 'solenv/bin/macosx-create-bundle')
-rwxr-xr-xsolenv/bin/macosx-create-bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/macosx-create-bundle b/solenv/bin/macosx-create-bundle
index ba7d624e68f3..4b03e076f3ae 100755
--- a/solenv/bin/macosx-create-bundle
+++ b/solenv/bin/macosx-create-bundle
@@ -96,7 +96,7 @@ while [ $# != 0 ]; do
# Link jnilib
ln -sf "$inputfilename" "$outputdir/$inputjnilibname"
- printf "macosx-create-bundle: $outputdir/$inputjnilibname successfully created\n"
+ #printf "macosx-create-bundle: $outputdir/$inputjnilibname successfully created\n"
fi
else
printf "macosx-create-bundle: error: file is not an executable or shared library.\n" >&2