Hi all,
as I have already skrewed up my proper 9.2 installation by upgrading to 10.0 (too much beer yesterday :beergrin ), I'd like to setup a fresh 10.0 this weekend.
The release notes point out that make has been replaced by bmake. So does this mean when installing a port (e.g. gnome2-lite) I have to use
instead of
?
Thx.
as I have already skrewed up my proper 9.2 installation by upgrading to 10.0 (too much beer yesterday :beergrin ), I'd like to setup a fresh 10.0 this weekend.
The release notes point out that make has been replaced by bmake. So does this mean when installing a port (e.g. gnome2-lite) I have to use
Code:
bmake config-recursive install clean
Code:
make config-recursive install clean
Thx.