Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23, Sun Oct 4 17:28:54 2009 UTC revision 25, Sun Oct 4 17:28:55 2009 UTC
# Line 11  Line 11 
11    
12  COLLECTIONS       = core opt xorg  COLLECTIONS       = core opt xorg
13  KERNEL_MIRROR     = ftp://ftp.eu.kernel.org  KERNEL_MIRROR     = ftp://ftp.eu.kernel.org
14  KERNEL_VERSION    = 2.6.27.5  KERNEL_VERSION    = 2.6.27.6
15  KERNEL_PATCHES    = cruxppc-logo.diff  KERNEL_PATCHES    = cruxppc-logo.diff
16  FAKE_ROOT_DIR     = $(PWD)/tmp/fake_root  FAKE_ROOT_DIR     = $(PWD)/tmp/fake_root
17  ISO_ROOT_DIR      = $(PWD)/tmp/iso_root  ISO_ROOT_DIR      = $(PWD)/tmp/iso_root
# Line 210  releasenotes: Line 210  releasenotes:
210          @if [ -e doc/releasenotes.txt ]; then rm -f doc/releasenotes.txt; fi          @if [ -e doc/releasenotes.txt ]; then rm -f doc/releasenotes.txt; fi
211          @(cd doc; ../scripts/get_wiki_release_notes)          @(cd doc; ../scripts/get_wiki_release_notes)
212    
213  iso: check-root handbook releasenotes dependencies-check  iso: check-root
214            #handbook releasenotes dependencies-check
215          @#kernel          @#kernel
216          @echo "Creating ISO image ($(ISO_FILENAME))"          @echo "Creating ISO image ($(ISO_FILENAME))"
217          @if [ -e $(ISO_ROOT_DIR) ]; then rm -rf $(ISO_ROOT_DIR); fi          @if [ -e $(ISO_ROOT_DIR) ]; then rm -rf $(ISO_ROOT_DIR); fi

Legend:
Removed from v.23  
changed lines
  Added in v.25