components/rsync/Makefile
author Danek Duvall <danek.duvall@oracle.com>
Mon, 07 Apr 2014 12:48:54 -0700
branchs11-update
changeset 3071 b3248af1296a
parent 2708 0671d3e048aa
child 3661 47545fb8aed4
permissions -rw-r--r--
18414592 update rsync to 3.1.0 15660906 SUNBT6974910 RFE: Build rsync with extended attribute support 16973738 Deliver 64-bit binaries for the rsync command 16973753 Enable ASLR support for rsync command
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     1
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     3
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     7
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    12
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    18
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    20
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    21
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    22
#
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    23
# Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    24
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    25
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    27
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		rsync
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    29
COMPONENT_VERSION=	3.1.0
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 296
diff changeset
    31
COMPONENT_PROJECT_URL=	http://rsync.samba.org/
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 609
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	\
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    34
    sha256:81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    36
COMPONENT_BUGDB=	utility/rsync
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    37
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    38
include ../../make-rules/prep.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    39
include ../../make-rules/configure.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    40
include ../../make-rules/ips.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    41
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    42
CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    43
CONFIGURE_OPTIONS  +=		SHELL_PATH=/bin/sh
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    44
CONFIGURE_OPTIONS  +=		--bindir=$(CONFIGURE_BINDIR.32)
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    45
CONFIGURE_OPTIONS  +=		--with-included-popt
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    46
CONFIGURE_OPTIONS  +=		--enable-xattr-support
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    47
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    48
# Enable ASLR for this component
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    49
ASLR_MODE =	$(ASLR_ENABLE)
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    50
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    51
# common targets
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    52
build:		$(BUILD_64)
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    53
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    54
install:	$(INSTALL_64)
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    55
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    56
test:		$(TEST_64)
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    57
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    58
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    59
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    60
include ../../make-rules/depend.mk