Still missing newlines in property file.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@15683 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
89bd487600
commit
c1bc8945f5
|
@ -70,9 +70,9 @@ idem-mkdir(dir) =
|
|||
propfile(file) =
|
||||
handle = $(fopen $(file), w)
|
||||
# Need to correctly generated date/time
|
||||
fprint($(handle), \# Generated at some time)
|
||||
fprint($(handle), copyright.string=$(COPYRIGHT_STRING))
|
||||
fprint($(handle), version.number=$(VERSION_NUMBER))
|
||||
fprint($(handle), \# Generated at some time\n)
|
||||
fprint($(handle), copyright.string=$(COPYRIGHT_STRING)\n)
|
||||
fprint($(handle), version.number=$(VERSION_NUMBER)\n)
|
||||
close($(handle))
|
||||
|
||||
# Compile the Scala files in the sequence args with the specified
|
||||
|
|
Loading…
Reference in New Issue