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

2
README.md

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

Loading…
Cancel
Save