Changeset 1702
- Timestamp:
- 08/12/06 04:23:23 (2 years ago)
- Files:
-
- 1 modified
-
branches/6.2/packages/lilo/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/packages/lilo/Makefile
r1700 r1702 2 2 3 3 NM= lilo 4 VRS= 22.7. 14 VRS= 22.7.3 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).src.tar.gz 8 URL-$(FILE)= http:// www.linuxfromscratch.org/~alexander/$(FILE)9 SHA-$(FILE)= b431bb0756e1f42c38fc4645063acaea7f2ddcc78 URL-$(FILE)= http://home.san.rr.com/johninsd/pub/linux/lilo/$(FILE) 9 SHA-$(FILE)= d6de449607dfca518ca4e0d5d3be5d7d98eab0e5 10 10 11 PATCH1= $(NM)-22.6.1-devmapper.patch12 URL-$(PATCH1)= http://www.saout.de/misc/$(PATCH1)13 SHA-$(PATCH1)= a4fca3ffb2d29c2866d2bfeb1e92fdbd048a3d3614 11 # Targets 15 12 … … 20 17 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 21 18 22 stage2: Makefile $(FILE) $(PATCH1) 23 ifneq ($(LFS-ARCH),ppc) 19 stage2: Makefile $(FILE) 24 20 $(std_build) 25 endif26 21 27 22 compile-stage2: 28 patch -Np1 -i ../$(PATCH1) 29 make ROOT="" $(PM) 23 # We don't set -DATARAID because it doesn't work (DM major is dynamic) 24 sed -i 's/-DMDPRAID/& -DDEVMAPPER -DAUTOAUTO/' Makefile 25 make ROOT="" all 30 26 make ROOT="" install 31 27
