tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: destdir: 'make package' inconsistency
Aleksey Cheusov schrieb:
> make target-pre . target1 target2 . target-post
> make clean . package
> make -j5 clean . all . install
The latter two still wouldn't work, since the internal steps would be as
follows:
1. load all the *.mk files
2. run the actions for "clean"
3. run the actions for "package"
Step 1 sets lots of variables depending on the existence of certain
files in WRKDIR. These files will be deleted in step 2. And then, step 3
assumes they are still there, but they aren't.
Roland
Home |
Main Index |
Thread Index |
Old Index