mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Parallelized build for several packages
Added $(MAKETUNING) to several packages. Marked packages that do not support parallel build. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
ea9cb48ae7
commit
23164efba5
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--disable-tcl \
|
||||
--disable-ruby \
|
||||
--disable-python
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
-mkdir -p /srv/web/ipfire/html/graphs/
|
||||
chmod 777 /srv/web/ipfire/html/graphs/
|
||||
|
||||
Reference in New Issue
Block a user