tg-create.sh: prevent existing "clean" .topfiles from aborting creation
commitd1ab5ab0b5fe40f801fddb4bbacf9343fa8d4d5b
authorKyle J. McKay <mackyle@gmail.com>
Mon, 27 Mar 2017 23:18:45 +0000 (27 16:18 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 27 Mar 2017 23:18:45 +0000 (27 16:18 -0700)
tree0d6b26240600cd3f7c7bd1b464eee9ee327d15e3
parent1102fcea66a0d92ee67a3f9daffb247c255505a5
tg-create.sh: prevent existing "clean" .topfiles from aborting creation

Make sure that any pre-existing .topdeps and/or .topmsg files are blown
away (provided they are "clean" of course) before attempting to write
the new ones or add them to the index.

Also make sure that the new branch starts out with a "clean" slate.

This prevents unexpected errors from occurring and is primarily of a
preventative nature, but it doesn't hurt to be careful.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg-create.sh