On Wed, 2001-10-17 at 02:47, Bjarne Hansen wrote: > 0. fast install guide.. > type: > ./configure > make clean > make > make install-strip > > > Is this correct way of building qmailadmin? I can not understand what this make >clean statment is doing here? I belive make clean is an old make command you use >after building to get away with the sorce?
make clean is there to reduce the amount of email questions to the mailing list for folks who already configured thier qmailadmin and are attempting to reconfigure. make clean won't hurt. It can only help. Ken Jones
