hello all,

It's been annoying every time I do a "make distclean" in the top level of the uClinux release it calls kernel(I'm using linux-2.6.x) Makefile:distclean and in turn it calls net/ipsec/Makefile which has never worked, instead of cleaning up it creates all the links:
    $(obj)/.linked:
        ln -fs $(OPENSWANSRCDIR)/linux/net/ipsec/*.[cS] $(obj)/.
        touch $(obj)/.linked

Do you guys know how to clean this up properly? I mean:
[1] Why it does this way? Is it a problem of "make" itself? (I'm using GNU Make 3.80) [2] Can Makefile in linux-2.6.x/net/ipsec be changed for it working properly?

If kernel ipsec build relays on something outside kernel control then it should be handled by whatever controller. Maybe need to fix the top level Makefile.


Thanks,

--
David
[EMAIL PROTECTED]
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to