Browse Source

improve cleanup after using "rc ${RIG_FILE} -c"

Kyle P Davis 10 years ago
parent
commit
6a196e998a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rigsc.446/src/rc_.c

+ 2 - 0
rigsc.446/src/rc_.c

@@ -773,6 +773,8 @@ _L97:
       fprintf(V.batfile, "rm -f xcrg_%ld.c  xcrg_%ld.o \n", i, i);
     fprintf(V.batfile, "rm -f xcrg.c  xcrg.o xcrga.h xcrg.h\n");
     fprintf(V.batfile, "rm -f *.RC2 *.RC4  RIGCOMP.TMP N.TMP\n");
+    fprintf(V.batfile, "rm -f check_tmp.out $0\n");
+    fprintf(V.batfile, "rm -fr %s.dSYM\n", main_name);
 
 _L99:
     /*