Changeset 104

Show
Ignore:
Timestamp:
01/08/08 22:46:20 (4 years ago)
Author:
rharmon
Message:

hanged PWD to shell pwd

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/hightest/GNUmakefile

    r98 r104  
    1 HT=$(PWD
     1HT=$(shell pwd
    22CC=gcc 
    33PROFILE=-pg -fprofile-arcs -ftest-coverage 
     
    1313 
    1414getobjs=$(patsubst %.cpp,%.o,$(filter-out $(1)/test.cpp,$(wildcard $(1)/*.cpp))) 
     15 
     16iew: 
     17        echo: pwd $(HT) 
    1518 
    1619all: env modules runtest octane