Skip to content

Commit

Permalink
cleaning up temp files; making tools run from other locations
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@987 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Apr 4, 2011
1 parent 3a75bb6 commit 7160e92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shared/tools/checkbgf
Expand Up @@ -8,4 +8,4 @@ SLPS=${PWD}
cd ${LOCAL1}

python ${SLPS}/shared/python/bgf_check.py $1

rm -f TMP-res
2 changes: 1 addition & 1 deletion topics/investigation/subgrammar/subgrammar.py
@@ -1,7 +1,7 @@
#!/usr/local/bin/python
import os,sys
import elementtree.ElementTree as ET
sys.path.append(os.getcwd().split('slps')[0]+'slps/shared/python')
sys.path.append(os.getcwd().split('projects')[0]+'projects/slps/shared/python')
import BGF
import metrics

Expand Down
4 changes: 3 additions & 1 deletion topics/testing/gbtf/tests/samples/Makefile
Expand Up @@ -12,7 +12,9 @@ show:
%.show:
showt $*.btf

check:
ls -1 *.btf | xargs -n1 validate btf

clean:
rm -f *~
rm -f *.btf
rm -f TMP-res

0 comments on commit 7160e92

Please sign in to comment.