• GNUmakefile

    661 662  
    1111 1111 apache_start: check_conf_installed
    1112 1112 @${call is_alive,${PROJ_VAR}/${PROJECT}/run/httpd.pid}; \
    1113 1113 FLAGS=`perl -e 'print " -DDEVELOPMENT" if lc "${DEVELOPMENT}" eq "yes";'`; \
    1114 FLAGS=$$FLAGS`perl -e 'print " -F" if lc "${FOREGROUND}" eq "yes";'`; \
    1114 1115 FLAGS=$$FLAGS`perl -e ' \
    1115 1116 if (lc "${RSYSLOG_ENABLE}" eq "yes") { print " -DRSYSLOG"; } \
    1116 1117 elsif (lc "${CRONOLOG_ENABLE}" eq "yes") { print " -DCRONOLOG"; } \