Files
lfs-auto/script/clean.sh
2016-04-22 16:34:35 +07:00

22 lines
378 B
Bash
Executable File

#!/bin/bash
# using : clear all build file system
# warning : run this script in lfs user
# author : kevin.leptons@gmail.com
# locate location of this script
__dir__="$(dirname "$0")"
# libs
source configuration.sh
source util.sh
# clear tmp-sys directories
./tmp-sys.clear.sh
# clear system directories
./sys.clear.sh
# clear build directories
./build-dir.clear