Author: justin
Date: 2006-07-12 01:16:01 -0600 (Wed, 12 Jul 2006)
New Revision: 1600
Modified:
branches/cross/Makefile
Log:
Fixed some wrong variables from a sed mixup.
Modified: branches/cross/Makefile
===================================================================
--- branches/cross/Makefile 2006-07-12 07:06:53 UTC (rev 1599)
+++ branches/cross/Makefile 2006-07-12 07:16:01 UTC (rev 1600)
@@ -125,11 +125,11 @@
mount --bind $(MPBASE)$(WD) $(MP)$(WD)
mount --bind $(MPBASE)$(SRC) $(MP)$(SRC)
mount --bind $(MPBASE)/iso/boot $(MP)/boot
- mkdir -p $(MP)$(CLFSSRC)
+ mkdir -p $(MP)$(LFSSRC)
-ln -nsf $(MPBASE)$(WD) /
-ln -nsf $(MPBASE)$(SRC) /
-ln -nsf $(MPBASE)$(ROOT) /
- -ln -nsf $(MP)$(CLFSSRC) /
+ -ln -nsf $(MP)$(LFSSRC) /
mkdir -p $(MPBASE)$(CROSS_WD)/bin $(MP)$(CROSS_WD)
mount --bind $(MPBASE)$(CROSS_WD) $(MP)$(CROSS_WD)
-ln -nsf $(MP)$(CROSS_WD) /
@@ -178,7 +178,7 @@
#==============================================================================
clfs-base: $(MP)$(ROOT) clfsuser
@-chown -R clfs $(WD) $(MP)$(WD) $(WD)/bin $(CROSS_WD) $(MP)$(CROSS_WD)
$(CROSS_WD)/bin \
- $(CLFSSRC) $(MP)$(CLFSSRC) $(SRC) $(MP)$(SRC) $(MKTREE)
+ $(LFSSRC) $(MP)$(LFSSRC) $(SRC) $(MP)$(SRC) $(MKTREE)
@cp $(ROOT)/scripts/unpack $(WD)/bin
@cp $(ROOT)/scripts/unpack $(CROSS_WD)/bin
@su - clfs -c "$(crossenv) '$(clfsbash) && $(MAKE) cross-tools'"
@@ -473,14 +473,14 @@
@echo find $(PKG)/binutils/* ! -path '$(PKG)/binutils/vars*' -xtype d
-exec rm -rf \{} \;
@rm -f $(PKG)/wget/prebuild
@rm -f $(PKG)/binutils/{a.out,dummy.c,.spectest}
- @-rm -f $(SRC) $(ROOT) $(CLFSSRC)
+ @-rm -f $(SRC) $(ROOT) $(LFSSRC)
scrub: clean
@-rm root.ext2
@-rm clfslivecd-$(VERSION).iso
clean_sources:
- @-rm $(SRC) ; rm -rf $(CLFSSRC) $(MP)$(CLFSSRC)
+ @-rm $(SRC) ; rm -rf $(LFSSRC) $(MP)$(LFSSRC)
@find packages/* -xtype l -exec rm -f \{} \;
unmount:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page