Commit 5912800
committed
Makefile.inc: put UROOT_ADDITIONAL_CMDS before UROOT_BASE_CMDS
Frequently, users may want to extend the uroot build with files
as well as u-root commands, by using the -files switch.
The way the Makefile.inc ordered the two variables made this impossible,
since UROOT_ADDITIONAL_CMDS was placed after UROOT_BASE_CMDS,
and hence it could not include switches.
Switch the order, and now users can add files as well as
commands, e.g., set
UROOT_ADDITIONAL_CMDS="-files /etc -files /bin/bash boot"
and get these extra commands.
Signed-off-by: Ronald G. Minnich <rminnich@google.com>1 parent 6b290d7 commit 5912800
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | 252 | | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments