summaryrefslogtreecommitdiff
path: root/lib/command_py.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-05-18 19:10:31 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-05-18 19:35:24 +0000
commit9eb51ce3610a3228d8473e420863d0ce88090c5a (patch)
tree2bcf7ca8a9f645e3a754a7c53f6d078721e2851c /lib/command_py.c
parent29be7d92cc65e685bf3e543b1033729fc7b39235 (diff)
doc: fix distclean
Apparently Automake has some undocumented logic somewhere that makes it so any Makefile generated from an Automake Makefile.am is removed from its secret list of things to delete that it deletes when performing a recursive distclean before actually performing the recursive distclean and since the secret list is automatically generated from the list of things that Autoconf should generate in configure.ac we can't remove the Makefile from that list or it will break Automake's list of things to automatically generate that it generates from Autoconf's list of things to automatically generate. Thus, to prevent Automake from deleting Makefiles and then immediately trying to use the Makefiles it just deleted to delete said Makefiles, we must remove ourselves from the secret list, which is accomplished by changing the file extension to '.am' instead of '.in'. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command_py.c')
0 files changed, 0 insertions, 0 deletions