Changeset 1613
- Timestamp:
- 07/12/06 12:51:12 (2 years ago)
- Location:
- branches/cross/packages
- Files:
-
- 1 removed
- 1 modified
- 1 moved
-
clfs-bootscripts (moved) (moved from branches/cross/packages/lfs-bootscripts)
-
clfs-bootscripts/Makefile (modified) (2 diffs)
-
lfs-bootscripts/lfs-bootscripts-20060417-livecd-1.patch (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/cross/packages/clfs-bootscripts/Makefile
r1508 r1613 1 1 # LFS-Bootscripts Makefile 2 2 3 NM= lfs-bootscripts4 VRS= 200604173 NM= bootscripts-cross-lfs 4 VRS= 0.2 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 URL-$(FILE)= http://www.linuxfromscratch.org/~dj/bootscripts/$(FILE) 9 SHA-$(FILE)= df32cc670d88a42fb46036fad488c251dc0c89f0 10 11 PATCH1= $(DIR)-livecd-1.patch 8 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 9 SHA-$(FILE)= 8a10f76788e39d75d87d474bef83b56c6dac7dc3 12 10 13 11 # Targets … … 24 22 25 23 compile-stage2: 26 patch -Np1 -i ../$(PATCH1) 27 make install-livecd 24 make install 28 25 29 26 clean:
