Move config.mk to config.def.mk

When using mk, cp config.def.mk to config.mk if it doesn't exist.

Easier to pull changes to the tree, when config.mk doesn't all the time
complain about changes.
This commit is contained in:
Daniel Bainton 2014-03-10 13:52:48 +00:00
parent d8f16181cf
commit 817a34ef0b
2 changed files with 1 additions and 0 deletions

1
mkfile
View File

@ -1,4 +1,5 @@
top = `{pwd}
`{ test -e config.mk || cp config.def.mk config.mk }
<config.mk
allpkgs = `{ls -d pkgs/*}