Autotools: how to cleanup files created by "./configure" in lighttpd project?
Posted
by Andi
on Stack Overflow
See other posts from Stack Overflow
or by Andi
Published on 2010-05-29T18:17:43Z
Indexed on
2010/05/29
18:22 UTC
Read the original article
Hit count: 253
Hi all,
I'm starting to try out lighttpd for an embedded linux project. I got the curret source package and and started writing a master makefile ecapsulating all configer, compile, install (for testing) etc stuff. And vice-versa I want to cleanup every step. This cleanup should be 100%, i.e. there should be no generated files anymore after cleanup. This is important for repetitive tests.
I wonder, is there a way to cleanup all the stuff "./configure" generated? And is make uninstall, make clean, etc. 100%? I don't know the autotools in detail, I'm a beginner in using them.
Any hints? Thanx, Andi
© Stack Overflow or respective owner