Changeset 1197

Show
Ignore:
Timestamp:
12/17/2012 07:08:05 AM (5 months ago)
Author:
moo
Message:

devel: better output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/devel/prepare.mak

    r1103 r1197  
    9090ifeq (${PHP_DEVEL_DIR},) 
    9191tags: 
    92     echo "* Making tags without php source files" 
     92    @echo "* Making tags without php source files" 
    9393    "$(CTAGS)" -R . 
    9494else 
    9595tags: 
    96     echo "* Making tags with ${PHP_DEVEL_DIR}" 
     96    @echo "* Making tags with ${PHP_DEVEL_DIR}" 
    9797    "$(CTAGS)" -R . "${PHP_DEVEL_DIR}/main" "${PHP_DEVEL_DIR}/Zend" "${PHP_DEVEL_DIR}/TSRM" "${PHP_DEVEL_DIR}/ext/standard" 
    9898endif