Changeset 1931
- Timestamp:
- 06/26/07 08:57:29 (19 months ago)
- Location:
- trunk
- Files:
-
- 11 added
- 4 modified
-
Makefile (modified) (5 diffs)
-
packages/initramfs/init.in (modified) (1 diff)
-
packages/linux/Makefile (modified) (3 diffs)
-
packages/linux/fakes-for-fglrx (added)
-
packages/linux/fakes-for-fglrx/arch (added)
-
packages/linux/fakes-for-fglrx/makepkg (added)
-
packages/linux/fakes-for-fglrx/uname.in (added)
-
packages/linux64/Makefile (modified) (3 diffs)
-
packages/linux64/fakes-for-fglrx (added)
-
packages/linux64/fakes-for-fglrx/arch (added)
-
packages/linux64/fakes-for-fglrx/gcc (added)
-
packages/linux64/fakes-for-fglrx/ld (added)
-
packages/linux64/fakes-for-fglrx/makepkg (added)
-
packages/linux64/fakes-for-fglrx/objdump (added)
-
packages/linux64/fakes-for-fglrx/uname.in (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1930 r1931 115 115 mkdir -p $(MP) $(MPBASE)$(SRC) $(MPBASE)$(WD)/bin $(MPBASE)/iso/boot 116 116 mount -o loop root.ext2 $(MP) 117 -rm -f $(MP)/boot118 117 mkdir -p $(MKTREE) $(MP)$(SRC) $(MP)$(WD) 119 118 mkdir -p $(MP)/boot $(MP)$(LFSSRC) $(MPBASE)/iso$(LFSSRC) 119 mkdir -p $(MP)/drivers $(MPBASE)/iso/drivers 120 120 mount --bind $(MPBASE)$(ROOT) $(MP)$(ROOT) 121 121 mount --bind $(MPBASE)$(WD) $(MP)$(WD) … … 123 123 mount --bind $(MPBASE)/iso/boot $(MP)/boot 124 124 mount --bind $(MPBASE)/iso$(LFSSRC) $(MP)$(LFSSRC) 125 mount --bind $(MPBASE)/iso/drivers $(MP)/drivers 125 126 -ln -nsf $(MPBASE)$(WD) / 126 127 -ln -nsf $(MPBASE)$(SRC) / … … 273 274 ch-vbetool ch-bin86 ch-grub ch-lilo ch-syslinux \ 274 275 ch-binutils64 ch-gcc64 ch-linux64 ch-scsi-firmware ch-net-firmware \ 275 ch-initramfs 276 # Proprietary drivers disabled - NVIDIA crashes, ATI is too fat 277 # make ch-gcc33 ch-proprietary-drivers 276 ch-initramfs ch-gcc33 278 277 make update-caches 279 278 … … 438 437 -umount $(MP)/sys 439 438 -umount $(MP)/boot 439 -umount $(MP)/drivers 440 440 -umount $(MP)$(LFSSRC) 441 441 -umount $(MP)$(SRC) … … 443 443 -umount $(MP)$(ROOT) 444 444 -rmdir $(MP)$(SRC) $(MP)$(WD) $(MP)$(ROOT) 445 -rmdir $(MP)/boot $(MP)$(LFSSRC) 446 -ln -s /dev/shm/.cdrom/boot $(MP) 445 -rmdir $(MP)/boot $(MP)$(LFSSRC) $(MP)/drivers 447 446 -umount $(MP) 448 447 -
trunk/packages/initramfs/init.in
r1927 r1931 157 157 if [ "$cdtype" = "fullcd" ] ; then 158 158 ln -sf /dev/shm/.cdrom/lfs-sources /.root/lfs-sources 159 ln -sf /dev/shm/.cdrom/drivers /.root/drivers 159 160 fi 160 161 if [ "$nodhcp" = "1" ] ; then -
trunk/packages/linux/Makefile
r1924 r1931 11 11 PATCH3= tulip-is-not-a-proper-driver-for-dm910x.patch 12 12 13 FILE1= ati-driver-installer-8.38.6-x86.x86_64.run 14 URL-$(FILE1)= http://www2.ati.com/drivers/linux/$(FILE1) 15 SHA-$(FILE1)= a4320c6d3c6716740971c18bbd5e62b0b452cc67 16 13 17 # Targets 14 18 … … 19 23 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 20 24 21 stage2: Makefile $(FILE) 25 stage2: Makefile $(FILE) $(FILE1) 22 26 $(std_build) 23 27 … … 30 34 make modules_install 31 35 cp -v arch/i386/boot/bzImage /boot/isolinux/linux 36 sed 's/VERSION/$(VRS)/' ../fakes-for-fglrx/uname.in >../fakes-for-fglrx/uname 37 chmod 755 ../fakes-for-fglrx/uname 38 PATH=$$PWD/../fakes-for-fglrx:$$PATH sh ../$(FILE1) --buildpkg Slackware/All 39 mv *.tgz /drivers 32 40 cd .. ; ./debian-style-headers.sh $(DIR) 33 41 34 42 clean: 35 43 -rm -rf $(DIR) 44 -rm fakes-for-fglrx/uname 36 45 37 46 .PHONY: clean chroot compile-stage2 -
trunk/packages/linux64/Makefile
r1924 r1931 11 11 PATCH3= tulip-is-not-a-proper-driver-for-dm910x.patch 12 12 13 FILE1= ati-driver-installer-8.38.6-x86.x86_64.run 14 URL-$(FILE1)= http://www2.ati.com/drivers/linux/$(FILE1) 15 SHA-$(FILE1)= a4320c6d3c6716740971c18bbd5e62b0b452cc67 16 13 17 # Targets 14 18 … … 19 23 'cd $(ROOT) && make ch-$(NM)64 $(chbash-post-bash)' 20 24 21 stage2: Makefile $(FILE) 25 stage2: Makefile $(FILE) $(FILE1) 22 26 $(std_build) 23 27 … … 28 32 PATH=$$PATH:$(WD)/bin make ARCH=x86_64 CROSS_COMPILE=x86_64-unknown-linux-gnu- 29 33 PATH=$$PATH:$(WD)/bin make modules_install ARCH=x86_64 CROSS_COMPILE=x86_64-unknown-linux-gnu- 34 sed 's/VERSION/$(VRS)/' ../fakes-for-fglrx/uname.in >../fakes-for-fglrx/uname 35 chmod 755 ../fakes-for-fglrx/uname 36 PATH=$$PWD/../fakes-for-fglrx:$$PATH sh ../$(FILE1) --buildpkg Slackware/Only_Module 37 mv *.tgz /drivers 30 38 rm /lib/modules/*-64bit/{source,build} 31 39 cp -v arch/x86_64/boot/bzImage /boot/isolinux/linux64
