[cleaning] builder separation

This commit is contained in:
Thomas NOËL 2011-04-01 14:31:15 +02:00
parent 2bbfc24ece
commit 5883409a81
70 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
PF_HOME = /home/pfsense/
PF_PROFILES = $(PF_HOME)/tools/builder_scripts/builder_profiles/
PF_FS = /usr/local/pfsense-fs
include Makefile.local
@ -23,6 +24,9 @@ iso: virtual
cd $(PF_HOME)/pfSenseGITREPO/pfSenseGITREPO/ && git pull || true
./setup_overlay.sh
install:
test -e $(PF_PROFILES)/univnautes || ln -sf . $(PF_PROFILES)/univnautes
Makefile.local:
touch Makefile.local