[ET Trac] [Einstein Toolkit] #586: Syntax errors in make/make.config.rules.in

Einstein Toolkit trac-noreply at einsteintoolkit.org
Wed Sep 28 09:03:04 CDT 2011


#586: Syntax errors in make/make.config.rules.in
-----------------------+----------------------------------------------------
  Reporter:  eschnett  |       Owner:  knarf   
      Type:  defect    |      Status:  reopened
  Priority:  critical  |   Milestone:          
 Component:  Cactus    |     Version:          
Resolution:            |    Keywords:          
-----------------------+----------------------------------------------------
Changes (by eschnett):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 This statement

         VERBOSE=`echo $VERBOSE | tr '[:upper:]' '[:lower:]'`; \
         if test "$(VERBOSE)" = "yes"; then echo Preprocessing $<; fi

 checks an empty shell variable $VERBOSE first, and the make variable
 $(VERBOSE) later. That is, the conversion to lower case doesn't happen.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/586#comment:7>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list