mirror of
https://github.com/tailix/kernel.git
synced 2025-03-31 17:25:14 -04:00
Rewrite current config
This commit is contained in:
parent
8daba7581f
commit
4ac835fdcc
1 changed files with 0 additions and 5 deletions
5
configure
vendored
5
configure
vendored
|
@ -13,9 +13,4 @@ if [ ! -f "$CONFIG" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ -f 'config.mk' ]; then
|
||||
echo >&2 "ERROR: file 'config.mk' already exist"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cp "$CONFIG" 'config.mk'
|
||||
|
|
Loading…
Add table
Reference in a new issue