Actions
Bug #4683
openoi-userland: gmake download does not work
Start date:
2014-03-12
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
$ cd components $ gmake download ... download autoconf gmake[1]: Entering directory `/scratch/oi-userland/components/autoconf' gmake[1]: *** No rule to make target `download'. Stop. gmake[1]: Leaving directory `/scratch/oi-userland/components/autoconf' gmake: *** [autoconf.nosetup] Error 2 $
Updated by Marcel Telka over 8 years ago
Workaround:
rm components.mk && rm depends.mk
There seems to be missing some rule to update (or remove) those two files when something changes.
Actions