Changeset e8d257 in git for omalloc/makeheader


Ignore:
Timestamp:
Jul 9, 2010, 3:21:14 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
07a5f8d7b7093c5094a5a44b2e3b77422b791e9d
Parents:
45945a262d8ca4e4d859a9967db621f41ed4c0b6
Message:
tr 241/ par. build of omalloc

git-svn-id: file:///usr/local/Singular/svn/trunk@12964 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/makeheader

    r45945a re8d257  
    6161
    6262infile="$1"
    63 outfile="$2"
     63outfile="makeheader.$$"
     64final_outfile="$2"
    6465
    6566# get basename of $infile
     
    8283fi
    8384
    84 echo "/* $outfile automatically generated by makeheader from $infile */" > "$outfile"
     85echo "/* $final_outfile automatically generated by makeheader from $infile */" > "$outfile"
    8586echo "#ifndef OMALLOC_H" >> "$outfile"
    8687echo "#define OMALLOC_H" >> "$outfile"
     
    144145
    145146done < "$infile" >> "$outfile"
     147mv $outfile $final_outfile
Note: See TracChangeset for help on using the changeset viewer.