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

Comparing COMP/SCRAM/src/BuildSystem/BuildFile.pm (file contents):
Revision 1.1.2.13 by williamc, Wed Jun 7 12:01:09 2000 UTC vs.
Revision 1.1.2.14 by williamc, Wed Jun 7 15:13:07 2000 UTC

# Line 327 | Line 327 | sub Build_start {
327              # -- write target to make makefile for each directory
328              print $fh "# -- Build target directories\n";
329              print $fh "make_$dirname:\n";
330 <            print $fh "\t\@if [ ! -e \"$makefile\" ]; then \\\n";
330 >            print $fh "\t\@if [ ! -f \"$makefile\" ]; then \\\n";
331              print $fh "\t if [ ! -d \"$here\" ]; then \\\n";
332              print $fh "\t  mkdir $here; \\\n";
333              print $fh "\t fi;\\\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines