You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make bootstrap
make: 'bootstrap' is up to date.
$ touch bootstrap.bpf.c
$ make bootstrap
BPF .output/bootstrap.bpf.o
GEN-SKEL .output/bootstrap.skel.h
CC .output/bootstrap.o
BINARY bootstrap
$ touch bootstrap.c
$ make bootstrap
CC .output/bootstrap.o
BINARY bootstrap
# working as expected till now
$ touch bootstrap.h
$ make bootstrap
make: 'bootstrap' is up to date.
# change in bootstrap.h doesn't trigger a rebuild
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: