X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2FConfig;h=415766d123da4b2bbd5ab7c87fa8ffda8b4b906b;hp=b9c0fb68aa816f26aac6f6ad6cbe02a8ceed787e;hb=6f67c28d995d1dcf08cd2b874fa02aef6e5dba00;hpb=d7a3254acedb43995d6a6e769562576cc7ff8639 diff --git a/lfs/Config b/lfs/Config index b9c0fb68a..415766d12 100644 --- a/lfs/Config +++ b/lfs/Config @@ -57,8 +57,6 @@ DIR_CONF = $(LFS_BASEDIR)/config DIR_INFO = $(LFS_BASEDIR)/log DIR_TMP = /tmp -KGCC = gcc - ############################################################################### # Common Macro Definitions ############################################################################### @@ -68,7 +66,7 @@ KGCC = gcc # define FIND_FILES cd $(ROOT)/ && find -mount \ - -not -path './tools*' -not -path './tmp*' -not -path './usr/src*' \ + -not -path './tools*' -not -path './tmp*' -not -path './usr/src*' -not -path './run/*' \ -not -path './dev*' -not -path './proc*' -not -path './install*' | sort endef