2008-07-28 Pavel Roskin <proski@gnu.org>
* genmk.rb: Add a warning to the beginning of the output that it's a generated file and should not be edited.
This commit is contained in:
parent
96cdbeff6a
commit
cfd0b4e6fa
10 changed files with 17 additions and 0 deletions
4
genmk.rb
4
genmk.rb
|
@ -286,6 +286,10 @@ pmodules = []
|
|||
programs = []
|
||||
scripts = []
|
||||
|
||||
l = gets
|
||||
print l
|
||||
print "# Generated by genmk.rb, please don't edit!\n"
|
||||
|
||||
cont = false
|
||||
s = nil
|
||||
while l = gets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue