Afraid to run .\build clean

chunguy

Verified User
Joined
Nov 15, 2005
Messages
7
Hello everybody!

What's the really function of .\build clean?

I've been looking the script and make some changes on my apache...

Can I loose my apache configuration?

I'm a very newby :confused:
 
I have run it a bunch of times and never lost my apache configuration. Looking at the code, it just removes the build directories for all the versions of the software configured at the top.
 
build clean is the same as running make clean, except that it does it for all programs that customapache builds.

You should usually run it before building.
 
Back
Top