Revision: 6836 http://ipcop.svn.sourceforge.net/ipcop/?rev=6836&view=rev Author: gespinasse Date: 2012-11-07 17:51:24 +0000 (Wed, 07 Nov 2012) Log Message: ----------- Do not remove every module from the tree, only those we compile. This will allow to copy a few modules from running kernel inside the chroot. This is needed to run tests in mdadm.
Modified Paths: -------------- ipcop/trunk/lfs/linux Modified: ipcop/trunk/lfs/linux =================================================================== --- ipcop/trunk/lfs/linux 2012-11-07 17:35:53 UTC (rev 6835) +++ ipcop/trunk/lfs/linux 2012-11-07 17:51:24 UTC (rev 6836) @@ -102,7 +102,7 @@ $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) $(DIR_SRC)/config/kernel/kernel.config.$(MACHINE) # so list of installed files is always real, even if .config is changed and a module removed - @rm -rf /lib/modules /boot/System.map* /boot/vmlinuz* $(DIR_SRC)/lsalr $(TARGET) + @rm -rf /lib/modules/$(IPCOPKRELEASE) /boot/System.map* /boot/vmlinuz* $(DIR_SRC)/lsalr $(TARGET) @$(PREBUILD) @rm -rf $(DIR_APP) $(DIR_SRC)/$(THISAPP) && cd $(DIR_SRC) && tar --no-same-owner --no-same-permissions -xf $(DIR_DL)/$(DL_FILE) mv $(DIR_SRC)/$(THISAPP) $(DIR_APP) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn