mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Done a whole review of the lfs to make building more paralell
you may need to clean your ccache
This commit is contained in:
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
#cd $(DIR_APP)/doc && docbook2html rsync.sgml
|
||||
cd $(DIR_APP) && make install
|
||||
#cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/rsync-$(VER) &&
|
||||
|
||||
Reference in New Issue
Block a user