discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] git and automatically generated files


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] git and automatically generated files
Date: Sat, 19 Feb 2011 14:28:19 -0500

I am looking at the file Makefile.gen inside gr-trellis/src/lib
which says that is automatically generated.
This is indeed true since when i delete it and make
gr-trellis it correctly generates it with all additions, etc
that are implied by the file generate_trellis.py

However if I delete it and try to do ./bootstrap (on the whole project)
then automake reports an error
automake: cannot open < gr-trellis/src/lib/Makefile.gen: No such file
or directory

I came across this issue when i decided to put Makefile.gen in the
.gitignore and not track it
since it is machine generated...

What is the explanation of this behaviour?
Shouldn't all automatically generated files not be tracked by git?

thanks
Achilleas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]