mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Add files that present in rootfile but not build to log
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user