[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why is thee now "world" target in /usr/src/Makefile?
Making, drinking tea and reading an opus magnum from Stan Brown:
> I have downloaded all the sources, and wish to rebuild my system.
>
> When I cd to /usr/src, I find no "world" target in the Makefile there.
>
> What am I doing wrong?
cd /usr/src/etc
make DETSDIR=<destdir> distrib-dirs
cd /usr/src
make DESTDIR=<destdir> build
i'm not sure how good this way is, ppl will correct me plz
cu