[sr-dev] make appears to be in infinite loop

Juha Heinanen jh at tutpro.com
Fri Dec 9 13:58:16 CET 2016


Daniel-Constantin Mierla writes:
> 
> Anyhow, it guess you try to build deb packages. In this case the rules
> are from the debian specs, not from kamailio Makefiles, and they were
> not updated, hopefully Victor Seva (or someone else with deb packaging
> experience) will get the time to work on them very soon.

If I comment out in pkg/kamailio/deb/jessie/rules:

clean:
	dh_testdir
	dh_testroot
	rm -f build-stamp configure-stamp
	# Add here commands to clean up after the build process.
	$(MAKE) maintainer-clean
	dh_clean

'$(MAKE) maintainer-clean' line, the loop does not occur.

-- Juha



More information about the sr-dev mailing list