chiark / gitweb /
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>
Thu, 2 Oct 2014 15:30:22 +0000 (16:30 +0100)
commit8607c2f37c532b8ab1b7fafc48dcccfd5c252423
tree22a5cd2e90fef27a44a9c014212e2e097acdf0e7
parentc6c710b3177cf76bc76db5dac477a109517ce416
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