vlan: Cannot be built in parallel.

This commit is contained in:
Michael Tremer
2013-03-21 12:28:08 +01:00
parent 431c0e69bc
commit 7f88a71f90

View File

@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && make $(MAKETUNING) purge vconfig
cd $(DIR_APP) && make purge vconfig
cd $(DIR_APP) && install -c -p -m 0755 vconfig /sbin
@rm -rf $(DIR_APP)
@$(POSTBUILD)