Re: rpki-client: improve the distclean target

2019-12-10 Thread Jeremie Courreges-Anglas
On Mon, Dec 09 2019, "Marco d'Itri" wrote: > Without this patch distclean may leave around some *.old files generated > by configure. The portable build system is not used or maintained within the OpenBSD source tree*. You'll be better off reporting this to Kristaps at

rpki-client: improve the distclean target

2019-12-09 Thread Marco d'Itri
Without this patch distclean may leave around some *.old files generated by configure. --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ clean: rm -f $(BINS) $(ALLOBJS) rpki-client.install.8 distclean: clean - rm -f config.h config.log Makefile.configure + rm -f config.h