mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
warning about silent output
This commit is contained in:
parent
f6faf817c6
commit
8a4e9b6783
1 changed files with 3 additions and 0 deletions
|
|
@ -725,6 +725,9 @@ $(BUILDDIR)/config.status: $(GA_DIR)/configure $(STAMP_FC) $(STAMP_CC) $(STAMP_D
|
|||
@echo '*** Configuring Parallel Tools ****'
|
||||
@echo ''
|
||||
@(test -d $(BUILDDIR)) || mkdir $(BUILDDIR);
|
||||
@echo ' '
|
||||
@if [ "$V" != "1" ]]; then echo '*** autoconf output redirected to config.log ****' ; echo '*** type make V=1 to get verbose output ***'; fi
|
||||
@echo ' '
|
||||
@(cd $(BUILDDIR) && echo $(CONFIGURE_PATH) $(CONFIGURE_ARGS) && $(CONFIGURE_PATH) $(CONFIGURE_ARGS)) || exit 1
|
||||
$(GA_DIR)/Makefile.in:
|
||||
@echo "No Global Arrays found: Attempting running ./get-tools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue