From: Alex P. <pes...@ma...> - 2010-09-24 12:48:46
|
>> Yes, I see. I've supposed that preprocessed (converted by gpre from epp >> to cpp) files will remain here. > Unfortunately, it's not staying as before. Seems that some generic > makefile rule makes them to be generated as temporary targets. > > I even put something about secondary rules in the makefile that in a > first moment appeared to fix it. Later I see nothing probably was changed. > Adriano, appears we both do not understand something with .SECONDARY target in gmake. I've tried various uses of it, but... Looks like files stay when doing regular builds, but after first build in clean tree they are deleted. |