Changeset 1745
- Timestamp:
- 10/31/06 22:17:53 (2 years ago)
- Location:
- branches/6.2/packages/lfs-bootscripts
- Files:
-
- 1 added
- 1 modified
-
Makefile (modified) (2 diffs)
-
lfs-bootscripts-6.2-functions-1.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/packages/lfs-bootscripts/Makefile
r1687 r1745 10 10 11 11 PATCH1= $(DIR)-livecd-1.patch 12 PATCH2= $(DIR)-functions-1.patch 12 13 13 14 # Targets … … 25 26 compile-stage2: 26 27 patch -Np1 -i ../$(PATCH1) 28 patch -Np1 -i ../$(PATCH2) 27 29 make install-livecd 28 30
