]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: Fix spaces at the end of lines
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 15 Jun 2012 18:02:11 +0000 (14:02 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 15 Jun 2012 18:02:11 +0000 (14:02 -0400)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Makefile

index 7da18b218288fe63d565a56fc7c887f6d664445e..0cbf5029664842a4da55764707f5e65f97e29fa3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ help:
        @echo '  clean     - remove compiled files'
        @echo '  distclean - remove all generated files'
        @echo ''
-COMPONENTS = root_image linux syslinux 
+COMPONENTS = root_image linux syslinux
 
 TOP= .
 include sources.mk
@@ -79,6 +79,7 @@ export INSTALL INSTALL_DIR INSTALL_DATA INSTALL_SCRIPT INSTALL_PROG
 
 LINUX_SRC = $(PWD)/linux
 LINUX_DST = $(PWD)/linux-build
+ROOTIMAGE_DST = $(PWD)/root_image
 
 linux-DISTRIB_TARGET=dist/common/vmlinuz
 
@@ -99,7 +100,7 @@ endif
 .PHONY: linux-dist
 linux-dist: linux-dist-nodep
 
-$(LINUX_DST)/usr/gen_init_cpio: 
+$(LINUX_DST)/usr/gen_init_cpio:
        $(MAKE) -C $(LINUX_SRC) O=$(LINUX_DST) usr
 
 .PHONY: linux-config
@@ -115,7 +116,7 @@ $(LINUX_DST)/.config: linux.config
        yes "" | $(MAKE) -C $(LINUX_SRC) O=$(LINUX_DST) oldconfig
 
 .PHONY:        linux-modules
-linux-modules: linux-config 
+linux-modules: linux-config
        @mkdir -p $(LINUX_DST)/modulespace
        $(MAKE) -j$$(($(NCPUS) * 2)) -C $(LINUX_SRC) O=$(LINUX_DST) modules
        $(MAKE) -j$$(($(NCPUS) * 2)) -C $(LINUX_SRC) O=$(LINUX_DST) \
@@ -269,13 +270,13 @@ endif
 NEB_TARGETS = linux-dist xen-dist root_image-dist
 
 .PHONY:        xtt-common
-xtt-common:  $(NEB_TARGETS) 
+xtt-common:  $(NEB_TARGETS)
        $(INSTALL_DATA) syslinux/com32/modules/*.c32 dist/common/
        $(INSTALL_DATA) syslinux/com32/mboot/*.c32 dist/common/
        $(INSTALL_DATA) syslinux/com32/menu/*.c32 dist/common/
 
 .PHONY:        xtt-iso
-xtt-iso: xtt-common 
+xtt-iso: xtt-common
        $(INSTALL_DIR)                              dist/iso/isolinux/
        $(INSTALL_DATA) dist/common/*         dist/iso/isolinux/
        rm -f dist/iso/isolinux/{modules,userspace}.cpio.gz
@@ -287,7 +288,7 @@ xtt-iso: xtt-common
                -o dist/root_image.iso dist/iso
 
 .PHONY:        xtt-fat
-xtt-fat: xtt-common 
+xtt-fat: xtt-common
        $(INSTALL_DIR)                                dist/fat/
        rm -f dist/fat/{modules,userspace}.cpio.gz
        $(INSTALL_DATA) dist/common/*           dist/fat/
@@ -328,7 +329,7 @@ xtt-fat-image-nodeps: $(MTOOLSRC)
        MTOOLSRC=$(MTOOLSRC) mcopy -v -p dist/fat/* z:
 
 .PHONY:        xtt-pxe
-xtt-pxe: xtt-common 
+xtt-pxe: xtt-common
        $(INSTALL_DIR)                              dist/pxe/
        $(INSTALL_DATA) dist/common/*         dist/pxe/
        rm -f dist/pxe/{modules,userspace}.cpio.gz