ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/scram
(Generate patch)

Comparing COMP/SCRAM/src/scram (file contents):
Revision 1.7 by williamc, Thu Mar 18 08:01:59 1999 UTC vs.
Revision 1.10 by williamc, Mon Mar 22 18:08:50 1999 UTC

# Line 1 | Line 1
1 < #!/usr/local/bin/perl5 -I$SCRAM_HOME/src -I/afs/cern.ch/user/w/williamc/public/SCRAM/src
2 <
1 > #!/usr/local/bin/perl5
2   #
3   # User Interface
4   #
# Line 24 | Line 23 | sub build {
23          # is this a based or free release?
24          FullEnvInit();
25          use BuildSetup;
26 +        $ENV{MAKETARGETS}=join ' ',@ARGV;
27          BuildSetup($ENV{THISDIR},@ARGV);
28   #       system("$ENV{TOOL_HOME}/BuildSetup",$ENV{THISDIR},@ARGV);
29   }
# Line 89 | Line 89 | sub environmentinit {
89          $ENV{INTlog}="logs";
90  
91          if ( ! ( exists $ENV{SCRAM_HOME}) ){
92 <         $ENV{SCRAM_HOME}="/afs/cern.ch/user/w/williamc/public/SCRAM";
92 >         $ENV{SCRAM_HOME}="/afs/cern.ch/cms/Releases";
93           print "Warning : Environment Variable SCRAM_HOME not set.\n";
94           print "Defaulting to $ENV{SCRAM_HOME}\n";
95          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines