Author: jhuntwork
Date: 2005-05-15 15:59:09 -0600 (Sun, 15 May 2005)
New Revision: 182
Modified:
trunk/Makefile
Log:
Removed unloadmodule target - no longer used
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-05-15 19:09:44 UTC (rev 181)
+++ trunk/Makefile 2005-05-15 21:59:09 UTC (rev 182)
@@ -1426,7 +1426,7 @@
# "scrub" also removes all sources and the uname modules - basically
# returning the tree to the condition it was in when it was unpacked
-clean: unloadmodule unmount
+clean: unmount
@-rm -rf $(WD) $(MP)$(WD)
@-userdel lfs
@-groupdel lfs
@@ -1446,9 +1446,6 @@
@-rm -rf $(SRC) $(MP)$(SRC)
@-for i in `ls $(PKG)` ; do rm -rf $(PKG)/$$i/{*.gz,*.bz2,*.zip,*.tgz}
; done
-unloadmodule:
- @-rmmod uname_i486
-
unmount:
@-umount $(MP)/dev/shm
@-umount $(MP)/dev/pts
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page