diff scripts/setup-mit-6.375-bmark-audio-core @ 40:7ac38b0f93fa pygar svn.41

[svn r41] made perl build script automatically generate program.vmh
author rlm
date Tue, 04 May 2010 19:53:09 -0400
parents 1a21b4cd85ee
children 97d1959f7c5c
line wrap: on
line diff
     1.1 --- a/scripts/setup-mit-6.375-bmark-audio-core	Tue May 04 19:32:25 2010 -0400
     1.2 +++ b/scripts/setup-mit-6.375-bmark-audio-core	Tue May 04 19:53:09 2010 -0400
     1.3 @@ -104,8 +104,12 @@
     1.4          my $dst_prog = basename($src_prog);
     1.5  
     1.6          unlink($dst_prog);
     1.7 +
     1.8 +	print "\n\nRLM: putting $src_prog in $dst_prog, and also program.vmh\n";
     1.9 +
    1.10          symlink($src_prog, $dst_prog) or ErrorExit("Failed to symlink $dst_prog => $src_prog");
    1.11 -
    1.12 +	symlink($src_prog, "program.vmh") or ErrorExit("Failed to symlink $dst_prog => $src_prog");
    1.13 +	
    1.14  	# Copy input data files
    1.15  	if (defined($data)) {
    1.16  	    # No trailing slash. Just link to a single object
    1.17 @@ -176,6 +180,7 @@
    1.18  }
    1.19  if (defined($compare)) {
    1.20      print ENV "compare=\"${compare}\"\n";
    1.21 +    #print ENV  "compare=\"ls\"\n";
    1.22  }
    1.23  close(ENV);
    1.24