initrd: Refactor Makefile and introduce quick{rescue,initrd}
authorAaron LI <aly@aaronly.me>
Wed, 4 Jul 2018 03:14:27 +0000 (11:14 +0800)
committerAaron LI <aly@aaronly.me>
Wed, 4 Jul 2018 09:46:38 +0000 (17:46 +0800)
commit4cdf70c73fa40ced4546c8254c224d10069cb3d5
tree083ec615549a0ac598cfef3e2d741f768838b27a
parentf49b0938800d0170e99b108b9e0b2cb458a6c93e
initrd: Refactor Makefile and introduce quick{rescue,initrd}

Refactor the Makefile by splitting the original targets into smaller
ones.

Introduce targets quick{rescue,initrd} which skip the clean step.
Such similar behavior was achieved by passing '-DNO_CLEAN' to make.
(suggested-by: swildner)
Makefile
initrd/Makefile