components/quilt/Makefile
branchs11-update
changeset 3976 a3684fed4b1f
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3971:6eb9cb342fe8 3976:a3684fed4b1f
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH = /usr/gnu/bin:/usr/bin
    28 PATH = /usr/gnu/bin:/usr/bin
    53 
    53 
    54 # without this, some make messages end up in the
    54 # without this, some make messages end up in the
    55 # generated README and man pages.
    55 # generated README and man pages.
    56 COMPONENT_BUILD_ARGS+=	--no-print-directory
    56 COMPONENT_BUILD_ARGS+=	--no-print-directory
    57 
    57 
    58 # Quilt will need this option until Solaris has GNU getopt.
       
    59 CONFIGURE_OPTIONS += --without-getopt
       
    60 
       
    61 CONFIGURE_OPTIONS += --with-cp=/usr/gnu/bin/cp
    58 CONFIGURE_OPTIONS += --with-cp=/usr/gnu/bin/cp
    62 CONFIGURE_OPTIONS += --with-date=/usr/gnu/bin/date
    59 CONFIGURE_OPTIONS += --with-date=/usr/gnu/bin/date
    63 CONFIGURE_OPTIONS += --with-grep=/usr/gnu/bin/grep
    60 CONFIGURE_OPTIONS += --with-grep=/usr/gnu/bin/grep
    64 CONFIGURE_OPTIONS += --with-tail=/usr/gnu/bin/tail
    61 CONFIGURE_OPTIONS += --with-tail=/usr/gnu/bin/tail
    65 CONFIGURE_OPTIONS += --with-tr=/usr/gnu/bin/tr
    62 CONFIGURE_OPTIONS += --with-tr=/usr/gnu/bin/tr