This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univnautes-old/Makefile

27 lines
574 B
Makefile
Raw Permalink Normal View History

2011-04-01 14:22:38 +02:00
PF_HOME = /home/pfsense/
2011-04-01 14:31:15 +02:00
PF_PROFILES = $(PF_HOME)/tools/builder_scripts/builder_profiles/
2011-04-01 14:22:38 +02:00
PF_FS = /usr/local/pfsense-fs
2011-04-01 14:37:08 +02:00
.sinclude "Makefile.local"
2011-04-01 14:22:38 +02:00
2011-01-17 14:30:30 +01:00
all:
@echo ""
2011-07-21 12:51:44 +02:00
@echo " make ve rebuilt univnautes virtualenv"
@echo " make iso build ISO, IMG, updates"
@echo " make clean clean build dirs -- WARNING: next build will be very long (1 hour min)"
@echo " make pull pull pfSense git clones"
2011-01-17 14:30:30 +01:00
@echo ""
ve: pull
2011-07-21 12:21:21 +02:00
cd builder && ./build_virtualenv.sh
2011-07-21 12:51:44 +02:00
iso: pull
2011-07-21 12:21:21 +02:00
cd builder && ./build.sh
2011-01-17 14:30:30 +01:00
clean:
2011-04-01 16:31:56 +02:00
cd builder && ./clean.sh
2011-01-17 14:30:30 +01:00
2011-07-21 12:51:44 +02:00
pull:
cd builder && ./git_pull_all.sh