2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-21 17:35:55 +01:00

docs - write a newline in example file to remove warning with solaris compilers

This commit is contained in:
Thomas Nagy 2015-10-10 08:52:58 +02:00
parent a306e30027
commit ec0263f47c
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -13,7 +13,7 @@ bld.program(
def r1(self):
import time
time.sleep(1)
self.outputs[0].write(' ')
self.outputs[0].write('\n')
bld(rule=r1, target='foo.h', before=['c'])
# the default scanner may enforce the build order on generated headers, but it is just