> -----Original Message----- > From: Paul Wouters [mailto:[email protected]] > Subject: Re: [Swan-dev] algparse makefile build fail > > On Tue, 4 Jul 2017, Ilan Tayari wrote: > > > I am trying to build libreswan master on a CentOS 7.1 system. > > > > I have the following in Makefile.inc.local: > > USE_DNSSEC=false > > USE_SYSTEMD_WATCHDOG=false > > > > I do 'make all', it builds pluto and others, and then I get this error: > > > > make[2]: Leaving directory `/net/gen-l-vrt- > 103/images/ipsec/libreswan/programs/_import_crl' > > make[2]: Entering directory `/net/gen-l-vrt- > 103/images/ipsec/libreswan/programs/algparse' > > make[2]: *** No rule to make target > `../../OBJ.linux.x86_64/programs/algparse/Makefile', needed by `local- > all'. Stop. > > make[2]: Leaving directory `/net/gen-l-vrt- > 103/images/ipsec/libreswan/programs/algparse' > > make[1]: *** [recursive-all] Error 2 > > make[1]: Leaving directory `/net/gen-l-vrt- > 103/images/ipsec/libreswan/programs' > > make: *** [recursive-all] Error 2 > > I cannot reproduce this. can you run make clean or rm -rf OBJ*
'make clean' didn't fix it. But 'rm -rf OBJ*' did. So it's a clean-related issue? I see it generates the OBJ/Makefiles as the first few steps. Thanks, Paul! > > Paul _______________________________________________ Swan-dev mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan-dev
