Python IP addresses: Check for and maybe delete stale ipaddr.py
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Sep 2014 23:47:13 +0000 (00:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 6 Oct 2014 16:53:12 +0000 (17:53 +0100)
commite250348a36edbf9b92d548770b03aad364c29dce
tree83ff162d94ea39aa8788e9641b963fbd9052a1ee
parent71d65e4c65572e2ef14c58e9c3a2aa32952b2b41
Python IP addresses: Check for and maybe delete stale ipaddr.py

If ipaddr.py (or .pyc) from a previous secnet installation still
exists in /usr/share/secnet or /usr/local/share/secnet, this version
won't work.  Check for this situation in `make install' and bomb out.
Provide a `make install-force' which deletes the spurious files.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in