Changeset 1960
- Timestamp:
- 07/16/07 11:23:40 (18 months ago)
- Location:
- branches/minimal
- Files:
-
- 3 modified
-
Makefile (modified) (8 diffs)
-
packages/LFS-BOOK/Makefile (modified) (2 diffs)
-
packages/jhalfs/configuration (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/minimal/Makefile
r1954 r1960 56 56 export ROOT := /lfs-livecd 57 57 export SRC := /sources 58 export LFSSRC := /lfs-sources59 58 export PKG := packages 60 59 … … 116 115 mount -o loop root.ext2 $(MP) 117 116 mkdir -p $(MKTREE) $(MP)$(SRC) $(MP)$(WD) 118 mkdir -p $(MP)/boot $(MP)$(LFSSRC) $(MPBASE)/iso$(LFSSRC)117 mkdir -p $(MP)/boot 119 118 mkdir -p $(MP)/drivers $(MPBASE)/iso/drivers 120 119 mount --bind $(MPBASE)$(ROOT) $(MP)$(ROOT) … … 122 121 mount --bind $(MPBASE)$(SRC) $(MP)$(SRC) 123 122 mount --bind $(MPBASE)/iso/boot $(MP)/boot 124 mount --bind $(MPBASE)/iso$(LFSSRC) $(MP)$(LFSSRC)125 123 mount --bind $(MPBASE)/iso/drivers $(MP)/drivers 126 124 -ln -nsf $(MPBASE)$(WD) / … … 297 295 make -C $(PKG)/$* chroot 298 296 299 gvim: $(MKTREE)300 make -C $(PKG)/vim chroot3301 302 297 # The following takes the form 'make [package name]-clean' 303 298 # Cleans the build directory of a single package. … … 357 352 mandb -c 2>/dev/null 358 353 echo 'dummy / ext2 defaults 0 0' >/etc/mtab 359 updatedb --prunepaths='/sources /tools /lfs-livecd / lfs-sources /proc /sys /dev /tmp /var/tmp'354 updatedb --prunepaths='/sources /tools /lfs-livecd /proc /sys /dev /tmp /var/tmp' 360 355 echo >/etc/mtab 361 362 chroot-gvim:363 make -C $(PKG)/vim stage3364 356 365 357 # Targets to create the iso … … 393 385 -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \ 394 386 -V "lfslivecd-$(VERSION)" ./ 395 @cd $(MPBASE)/iso ; $(WD)/bin/mkisofs -z -R -l --allow-leading-dots -D -o \396 $(MPBASE)$(ROOT)/lfslivecd-$(VERSION)-nosrc.iso -b boot/isolinux/isolinux.bin \397 -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \398 -m lfs-sources -V "lfslivecd-$(VERSION)" ./399 387 400 388 # Targets to clean your tree. … … 431 419 -umount $(MP)/boot 432 420 -umount $(MP)/drivers 433 -umount $(MP)$(LFSSRC)434 421 -umount $(MP)$(SRC) 435 422 -umount $(MP)$(WD) 436 423 -umount $(MP)$(ROOT) 437 424 -rmdir $(MP)$(SRC) $(MP)$(WD) $(MP)$(ROOT) 438 -rmdir $(MP)/boot $(MP) $(LFSSRC) $(MP)/drivers425 -rmdir $(MP)/boot $(MP)/drivers 439 426 -umount $(MP) 440 427 … … 444 431 -make unmount 445 432 446 .PHONY: mount unmount clean_sources scrub clean iso chroot-gvimupdate-caches \433 .PHONY: mount unmount clean_sources scrub clean iso update-caches \ 447 434 final-environment re-adjust-toolchain ch-% ch-glibc-32 lfs-adjust-toolchain \ 448 435 lfs-%-scpt lfs-%-scpt-32 lfs-%-pass1 lfs-%-pass2 createfiles \ 449 gvim%-only-ch lfs-%-only lfs-%-only-pass1 lfs-%-only-pass2 lfs-wget \436 %-only-ch lfs-%-only lfs-%-only-pass1 lfs-%-only-pass2 lfs-wget \ 450 437 lfs-rm-wget blfs post-bash pre-bash tools pre-which zeroes -
branches/minimal/packages/LFS-BOOK/Makefile
r1945 r1960 15 15 16 16 URL= svn://svn.linuxfromscratch.org/LFS/trunk/BOOK 17 18 SEAMONKEY_CONFIG= $(ROOT)/root/.mozilla/default/79exklwh.slt/prefs.js19 17 20 18 # Targets … … 38 36 cd $(DIR) ; make BASEDIR=../$(HTMLDIR) 39 37 cp -av $(DIR) $(HTMLDIR) /usr/share 40 cd $(SRC) ; cp -v `sed 's@^.*/\([^/]*\)$$@\1@' /usr/share/$(HTMLDIR)/wget-list` $(LFSSRC)41 sed -i \42 's@file:///.*index.html@file:///usr/share/$(HTMLDIR)/index.html@' \43 $(SEAMONKEY_CONFIG)44 38 sed -i 's@WWW_HOME=\".*\"@WWW_HOME=\"/usr/share/$(HTMLDIR)/index.html\"@' \ 45 39 $(ROOT)/etc/profile -
branches/minimal/packages/jhalfs/configuration
r1778 r1960 79 79 BUILDDIR="/mnt/build_dir" 80 80 GETPKG=y 81 SRC_ARCHIVE="/lfs-sources" 81 # SRC_ARCHIVE is not set 82 82 SERVER="http://ftp.lfs-matrix.net/" 83 83 GETKERNEL=y
