Anton Shepelev
2017-06-21 20:47:32 UTC
Hello, all
Contextual diff-files a very good means of collabo-
rative development whenever they are used with
source code, but I have a problem with .am files.
If two patches should add new source files to the
same directory, they will also have to modify ac-
cordingly the Makefile.am that lists the sources for
that location, and that is *very* likely to cause a
conflict.
What should you recommend to prevent Makefile.am
from becoming the bottleneck of collaborative devel-
opment and patch isolation?
I am especially interested in this file:
https://sourceforge.net/p/dosbox/code-0/HEAD/tree/dosbox/trunk/src/gui/Makefile.am
How can two (or more) patches add new files to
libgui_a_SOURCES independently of one another?
Contextual diff-files a very good means of collabo-
rative development whenever they are used with
source code, but I have a problem with .am files.
If two patches should add new source files to the
same directory, they will also have to modify ac-
cordingly the Makefile.am that lists the sources for
that location, and that is *very* likely to cause a
conflict.
What should you recommend to prevent Makefile.am
from becoming the bottleneck of collaborative devel-
opment and patch isolation?
I am especially interested in this file:
https://sourceforge.net/p/dosbox/code-0/HEAD/tree/dosbox/trunk/src/gui/Makefile.am
How can two (or more) patches add new files to
libgui_a_SOURCES independently of one another?
--
Please, do not forward replies to my e-mail.
Please, do not forward replies to my e-mail.