components/gtar/Makefile
changeset 4038 2a17b7c43b1e
parent 4037 70491668438d
child 4339 6501cf9c29f9
equal deleted inserted replaced
4037:70491668438d 4038:2a17b7c43b1e
    36 
    36 
    37 include $(WS_MAKE_RULES)/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    41 # workaround for CR 6998994
       
    42 sparc_COPTFLAG = -xO2
       
    43 
       
    44 # Enforce tar binary to standard path
    41 # Enforce tar binary to standard path
    45 CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
    42 CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
    46 
    43 
    47 # Use ssh (rather than rsh) for remote commands.
    44 # Use ssh (rather than rsh) for remote commands.
    48 CONFIGURE_ENV += "RSH=/usr/bin/ssh"
    45 CONFIGURE_ENV += "RSH=/usr/bin/ssh"
    50 CONFIGURE_OPTIONS +=	--with-rmt=/usr/sbin/rmt
    47 CONFIGURE_OPTIONS +=	--with-rmt=/usr/sbin/rmt
    51 CONFIGURE_OPTIONS +=	--libexecdir=/usr/sbin
    48 CONFIGURE_OPTIONS +=	--libexecdir=/usr/sbin
    52 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
    49 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
    53 
    50 
    54 COMPONENT_BUILD_TARGETS = all
    51 COMPONENT_BUILD_TARGETS = all
       
    52 
       
    53 # Remove differences between 'gmake test' and 'gmake build test'.
       
    54 COMPONENT_TEST_TRANSFORMS += \
       
    55 	'-e "/make  genfile/,/Leaving directory/d"'
    55 
    56 
    56 ASLR_MODE = $(ASLR_ENABLE)
    57 ASLR_MODE = $(ASLR_ENABLE)
    57 
    58 
    58 configure:	$(CONFIGURE_64)
    59 configure:	$(CONFIGURE_64)
    59 
    60