nrelease: Reorder and clean up the "srcs" target
authorAaron LI <aly@aaronly.me>
Sun, 3 Mar 2019 12:39:35 +0000 (20:39 +0800)
committerAaron LI <aly@aaronly.me>
Mon, 28 Oct 2019 22:10:39 +0000 (06:10 +0800)
commit699b6cdc9e08e831c5d9b75120c1a96d922d5b34
treefd1c9ca28bbe4b05d1a72ec65ecb67971da53aba
parentaac6f66e3264dcf46d2146b19429f954b8d2b24b
nrelease: Reorder and clean up the "srcs" target

In the "customizeiso" target, ${ISOROOT}/usr/dports will be removed
after installing packages, this conflicts with its creation in the
"srcs" target.  So reorder the "srcs" target to be after the
"customizeiso" target.

Simplify and clean up the "srcs" target by using the the
"{dports,src}-create-shadow" targets in usr/Makefile.  This greatly
saves space and "git gc --aggressive" has little effects in this case.
nrelease/Makefile