From: Jean Guyader Date: Fri, 6 Nov 2009 16:24:15 +0000 (+0000) Subject: [buildroot]: Makefile fix a typo. X-Git-Url: http://xenbits.xen.org/gitweb?a=commitdiff_plain;h=310d5e55156616241d470e518c190366f59ead25;p=xenclient%2Fbuild.git [buildroot]: Makefile fix a typo. --- diff --git a/Makefile b/Makefile index 9b02c25..344dd5f 100644 --- a/Makefile +++ b/Makefile @@ -329,7 +329,7 @@ endif $(TARGET_DIR): mkdir -p $(TARGET_DIR) rsync -avzr $(TARGET_SKELETON)/* $(TARGET_DIR)/; \ - touch $(STAGING_DIR)/.fakeroot.00000; \ + touch $(STAGING_DIR)/.fakeroot.00000; -find $(TARGET_DIR) -type d -name CVS -o -name .svn | xargs rm -rf -find $(TARGET_DIR) -type f -name .empty | xargs rm -rf touch $@