CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Makefile: Fixed config copy.
authorVictor Martinez <pitillo@ono.com>
Mon, 1 Mar 2010 14:19:54 +0000 (14:19 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 1 Mar 2010 14:19:54 +0000 (14:19 +0000)
Makefile

index 103bcf47bf70140180b451b3f065798d41a89ebe..c04fc8c2cdd0a83b63153e23a441cf3f602f5127 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ distclean: clean image-distclean modules-distclean map-distclean
 $(WORK)/linux-$(KERNEL_VERSION): config-$(KERNEL_VERSION)
        git clone $(GIT_REPOSITORY) $(WORK)/linux-$(KERNEL_VERSION)
        cd $(WORK)/linux-$(KERNEL_VERSION) && \
-               cp -v $(TOPDIR)/config-$(KERNEL_VERSION) .config && \
                make mrproper && \
+               cp -v $(TOPDIR)/config-$(KERNEL_VERSION) .config && \
        touch $(WORK)/linux-$(KERNEL_VERSION)
 
 $(WORK)/zImage-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION)