X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2FConfig;h=01b9cf1c92bb7661fa2ad17135936230a00e7709;hp=c6ccd037850f2cd323c176b4686fe7d54cff7e20;hb=a4aae93d9616aff917de21317a917246f9417b07;hpb=26c1cc7153a627400de3902c0e569cf6100a4b51 diff --git a/lfs/Config b/lfs/Config index c6ccd03785..01b9cf1c92 100644 --- a/lfs/Config +++ b/lfs/Config @@ -75,7 +75,7 @@ KGCC = gcc define FIND_FILES cd $(ROOT)/ && find -mount \ -not -path './tools*' -not -path './tmp*' -not -path './usr/src*' \ - -not -path './dev*' -not -path './proc*' -not -path './install*' + -not -path './dev*' -not -path './proc*' -not -path './install*' | sort endef # This is common starting logic for builds. @@ -112,7 +112,7 @@ ifeq "$(ROOT)" "" define POSTBUILD @echo "Install done; saving file list to $(TARGET) ..." @$(FIND_FILES) > $(DIR_SRC)/lsalrnew - @diff $(DIR_SRC)/lsalr $(DIR_SRC)/lsalrnew | grep '^> ' | sed 's/^> //' | sort > $(TARGET)_diff + @diff $(DIR_SRC)/lsalr $(DIR_SRC)/lsalrnew | grep '^> ' | sed 's/^> //' > $(TARGET)_diff @cp -f $(DIR_SRC)/lsalrnew $(DIR_SRC)/lsalr @rm -f $(DIR_SRC)/lsalrnew sed -i -e 's+.\/++' $(TARGET)_diff