X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FConfig;h=415766d123da4b2bbd5ab7c87fa8ffda8b4b906b;hb=364452506fcc7170c000d2ac7fe7ae67351a6241;hp=b9c0fb68aa816f26aac6f6ad6cbe02a8ceed787e;hpb=fc992179a15a53c920d8f18e276624c0ace6a6ec;p=ipfire-2.x.git diff --git a/lfs/Config b/lfs/Config index b9c0fb68aa..415766d123 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