make/autoconf/build-aux/install.sh
author goetz
Mon, 25 Sep 2017 23:42:58 -0400
changeset 47264 8b5ed0358b3a
parent 47216 71c04702a3d5
permissions -rw-r--r--
8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack Reviewed-by: ihse, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44991
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     1
#!/bin/bash
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     2
#
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     3
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     5
#
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     8
# published by the Free Software Foundation.  Oracle designates this
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    10
# by Oracle in the LICENSE file that accompanied this code.
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    11
#
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    16
# accompanied this code).
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    17
#
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    18
# You should have received a copy of the GNU General Public License version
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    21
#
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    22
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    23
# or visit www.oracle.com if you need additional information or have any
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    24
# questions.
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    25
#
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    26
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    27
# This file is empty on purpose. It's a placeholder which is required by
f87535f0217d 8179879: Clarify install.sh
ihse
parents: 27595
diff changeset
    28
# autoconf, but it serves no purpose for us.