When I do as below:
What's the proper way to rebuild?
Code:
cd /usr/ports/www/larbin
make fetch
make extract
make patch
cd work/larbin-2.6.3
// modify options.h
cd ../..
make
// the progress is showed
// then modify options.h and make again as above, but nothing is made,
// all the *.o and larbin in working/larbin-2.6.3/src stay the same
What's the proper way to rebuild?