mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Update linker cache after each package build and toolchain build.
This commit is contained in:
@@ -96,6 +96,8 @@ endif
|
||||
#
|
||||
ifeq "$(ROOT)" ""
|
||||
define POSTBUILD
|
||||
@echo "Updating linker cache..."
|
||||
@type -p ldconfig >/dev/null && ldconfig || :
|
||||
@echo "Install done; saving file list to $(TARGET) ..."
|
||||
@$(FIND_FILES) > $(DIR_SRC)/lsalrnew
|
||||
@diff $(DIR_SRC)/lsalr $(DIR_SRC)/lsalrnew | grep '^> ' | sed 's/^> //' > $(TARGET)_diff
|
||||
|
||||
Reference in New Issue
Block a user