]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New environment variables for the code checker
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 24 Feb 2003 11:05:34 +0000 (11:05 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 24 Feb 2003 11:05:34 +0000 (11:05 +0000)
Makefile

index 9555672ddb9d3bdf7278167d4b4a7c59350a2f92..7119dd88c66269c541c82924407c717cdcd9d99e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,9 @@ endif
 
 # IRST coding rule check
 IRST_INSTALLDIR=$(ALICE)/local/IRST
+IRST_CONFIG_DIR=$(IRST_INSTALLDIR)/userConfig/ALICE
 CLASSPATH=$(IRST_INSTALLDIR)
-export CLASSPATH IRST_INSTALLDIR
+export CLASSPATH IRST_INSTALLDIR IRST_CONFIG_DIR
 CODE_CHECK=java rules.ALICE.ALICERuleChecker
 REV_ENG=$(IRST_INSTALLDIR)/scripts/revEng.sh