This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via d06da205068f4261fd6d5864ec4eb38c6fcee034 (commit) from 1854dfab2a7eae43135ccd11037e51c8585877d0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d06da205068f4261fd6d5864ec4eb38c6fcee034 Author: Arne Fitzenreiter arne_f@git.ipfire.org Date: Thu Sep 8 17:35:32 2011 +0200
usb-modeswitch-data: don't reload udev rules while build.
-----------------------------------------------------------------------
Summary of changes: lfs/usb_modeswitch_data | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Difference in files: diff --git a/lfs/usb_modeswitch_data b/lfs/usb_modeswitch_data index 9afafad..486aa2d 100644 --- a/lfs/usb_modeswitch_data +++ b/lfs/usb_modeswitch_data @@ -70,6 +70,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + # don't reload udev rules + cd $(DIR_APP) && sed -i -e "s|/issue|&-off|g" Makefile cd $(DIR_APP) && make clean cd $(DIR_APP) && make all $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install
hooks/post-receive -- IPFire 2.x development tree