Changeset 466 for main/linuxmuster-linbo/trunk/debian/rules
- Timestamp:
- 03/16/09 15:32:35 (3 years ago)
- File:
-
- 1 edited
-
main/linuxmuster-linbo/trunk/debian/rules (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/debian/rules
r450 r466 17 17 KVERS=$(shell echo $(KERNEL_ARCHIVE) | sed -e 's/linux-//' | sed -e 's/.tar.bz2//') 18 18 KERNEL_DIR=kernel/linux-$(KVERS) 19 KERNEL_URL=http://www.kernel.org/pub/linux/kernel/v2.6/testing 19 #KERNEL_URL=http://www.kernel.org/pub/linux/kernel/v2.6/testing 20 KERNEL_URL=$(LML_URL) 20 21 21 22 # cloop … … 47 48 # grub4dos 48 49 GRUB4DOS_ARCHIVE=$(shell grep grub4dos- debian/md5sums.src | awk '{ print $$2 }') 50 #GRUB4DOS_DIR=src/grub4dos-$(shell echo $(GRUB4DOS_ARCHIVE) | awk -F\- '{ print $$2 }') 49 51 GRUB4DOS_DIR=src/$(shell echo $(GRUB4DOS_ARCHIVE) | sed -e 's/.zip//') 50 52 GRUB4DOS_URL=http://nufans.net/grub4dos … … 206 208 echo "[1mUnpacking $(CLOOP_ARCHIVE)...[0m" ; \ 207 209 tar xf cache/$(CLOOP_ARCHIVE) -C kernel; \ 208 #echo "[1mPatching cloop sources...[0m" ; \209 #( cd $(CLOOP_DIR) && for i in ../../patches/cloop/*; do patch -p1 <$$i; done ); \210 210 ln -sf ../$(CLOOP_DIR) kernel/cloop; \ 211 fi 211 212 212 213 # kernel … … 216 217 echo "[1mUnpacking $(KERNEL_ARCHIVE)...[0m" ; \ 217 218 tar xf cache/$(KERNEL_ARCHIVE) -C kernel; \ 218 #echo "[1mPatching kernel sources...[0m" ; \219 #( cd $(KERNEL_DIR) && for i in ../../patches/linux/*; do patch -p1 <$$i; done ); \220 219 cp conf/kernel.conf $(KERNEL_DIR)/.config; \ 221 220 fi
Note: See TracChangeset
for help on using the changeset viewer.
