Resolve ambiguity of the clean operation
commiteb0c5f21c3e5cf5077fe6b49f569e52af8dce266
authorVojtech Horky <vojtech.horky@gmail.com>
Tue, 4 Dec 2018 08:07:26 +0000 (4 09:07 +0100)
committerVojtech Horky <vojtech.horky@gmail.com>
Tue, 4 Dec 2018 08:07:26 +0000 (4 09:07 +0100)
treee1f5d2aa4a3e57bac41b7c41037c92cc358b741e
parent280095ee01ca462795e127d21551e11677d48b1d
Resolve ambiguity of the clean operation

Now, clean only removes the build directory but preserves the flag files
that the package was already built (and packed).

Action distclean also removes the flag files, thus forcing complete
recompilation.

Note that distclean is needed for recompilation, clean should be used to
save disk space.
hsct.sh