Author: alexander
Date: 2005-06-05 08:37:57 -0600 (Sun, 05 Jun 2005)
New Revision: 217
Modified:
trunk/packages/unionfs/Makefile
Log:
Recompile unionfs module automatically after kernel rebuilds.
Modified: trunk/packages/unionfs/Makefile
===================================================================
--- trunk/packages/unionfs/Makefile 2005-06-05 10:38:25 UTC (rev 216)
+++ trunk/packages/unionfs/Makefile 2005-06-05 14:37:57 UTC (rev 217)
@@ -19,7 +19,7 @@
@echo "=====> Building $(NM) in chroot"
@echo ""
@if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
- @if [ ! -f /usr/sbin/unionctl ] ; then tar xzvf $(FILE) && cd $(DIR) &&
\
+ @if [ ! -f /lib/modules/$(KVERS)/kernel/fs/unionfs.ko ] ; then tar xzvf
$(FILE) && cd $(DIR) && \
make KVERS=$(KVERS) PREFIX=/usr EXTRACFLAGS=-DNODEBUG && \
make KVERS=$(KVERS) PREFIX=/usr EXTRACFLAGS=-DNODEBUG install && \
strip --strip-debug /lib/modules/$(KVERS)/kernel/fs/unionfs.ko ; fi
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page