Add files that present in rootfile but not build to log

This commit is contained in:
Arne Fitzenreiter
2009-04-15 10:30:24 +02:00
parent e95065b3e0
commit 0f3c131182

View File

@@ -142,6 +142,10 @@ define POSTBUILD
else echo "+$$line" >> $(TARGET); \
fi; \
done; \
for line in `grep -v "^#" $(TARGET)_rootfile`; do \
if ! grep -qG "^$$line$$" $(TARGET)_diff ; then echo "-$$line" >> $(TARGET); \
fi; \
done; \
rm -f $(TARGET)_rootfile; \
else \
touch $(TARGET); \