C chunguy Verified User Joined Nov 15, 2005 Messages 7 Nov 15, 2005 #1 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
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
T toml Verified User Joined Oct 3, 2003 Messages 1,259 Location Scottsdale, AZ Nov 15, 2005 #2 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.
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.
jmstacey Verified User Joined Feb 12, 2004 Messages 3,888 Location Colorado Nov 15, 2005 #3 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.
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.