components/rsyslog/Makefile
changeset 7054 9dc4a34f1c26
parent 6379 d9146784951c
child 7687 1093e2a9adbd
equal deleted inserted replaced
7053:6416ca905309 7054:9dc4a34f1c26
    47 # It was working in the previous version, but not sure why
    47 # It was working in the previous version, but not sure why
    48 # it breaks now. Leaving it at no tests for now.
    48 # it breaks now. Leaving it at no tests for now.
    49 TEST_TARGET= $(NO_TESTS)
    49 TEST_TARGET= $(NO_TESTS)
    50 
    50 
    51 # Requires mysql-57 not available on S11.
    51 # Requires mysql-57 not available on S11.
    52 ifeq ($(BUILD_TYPE), evaluation)
    52 # Also, syslog is required to be disabled, only in S12.
    53 BUILD_64=
    53 include $(WS_MAKE_RULES)/no-evaluation.mk
    54 INSTALL_64=
       
    55 PUBLISH_STAMP=
       
    56 endif
       
    57 
    54 
    58 include $(WS_MAKE_RULES)/common.mk
    55 include $(WS_MAKE_RULES)/common.mk
    59 
    56 
    60 # Automake fix, regenerates configure file to get rid of the
    57 # Automake fix, regenerates configure file to get rid of the
    61 # automake 'probably too old' error. This fixes gmake test
    58 # automake 'probably too old' error. This fixes gmake test