Browse Source

- fix local-files target at very first start

master
vanhofen 8 years ago
parent
commit
48d0164220
  1. 3
      Makefile
  2. 2
      README.md

3
Makefile

@ -7,7 +7,8 @@ warn:
@echo "Refusing to build. Good bye."
else
local-files:
# workaround unset variables at first start
local-files: $(eval BOXMODEL = nevis)
@test -e config.local || cp config.example config.local
@touch Makefile.local
@mkdir -p local/root

2
README.md

@ -28,7 +28,7 @@ ln -s $HOME/src/Archive download
# 3) Buildsystem konfigurieren #
```
#!bash
make local-files BOXSERIES=hd2
make local-files
```
config.local auf die eigenen Bedürfnisse anpassen

Loading…
Cancel
Save