| Summary: | [PATCH] installkernel fails if DESTDIR is empty | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | k <k> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.1-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
k
2000-07-31 21:30:01 UTC
Responsible Changed From-To: freebsd-bugs->marcel In current this will not fail any more due to changes in the src/sys/module/*/Makefile, where David changes the install target to only install programs if the destdir exists. (eg. src/sys/modules/svr4/Makefile rev 1.19) However I belive this only hides the problem since some programs will be missing if one only do: # make buildworld # make buildkernel # make DESTDIR=foo installkernel # make DESTDIR=foo installworld One still has to run the installkernel again after the installworld to get all the programs. In 4-Stable it will still fail. /Johan K Responsible Changed From-To: marcel->ru After mentioning this PR to Ruslan, he replied that he has been using a similar patch for a while. Re-assign to Ruslan at his invitation. State Changed From-To: open->patched Fixed in 5.2-CURRENT, in src/Makefile.inc1,v 1.416. State Changed From-To: patched->closed Fixed in 4.9-STABLE, in src/Makefile.inc1,v 1.141.2.66. Responsible Changed From-To: ru->freebsd-bugs |