]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/Config
make.sh: Remove KGCC variable.
[people/teissler/ipfire-2.x.git] / lfs / Config
index b9c0fb68aa816f26aac6f6ad6cbe02a8ceed787e..415766d123da4b2bbd5ab7c87fa8ffda8b4b906b 100644 (file)
@@ -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