Delete old version of target before generating new one
Perl 5 Porters [Wed, 10 Jul 1996 23:27:18 +0000 (23:27 +0000)]
writemain.SH
x2p/cflags.SH

index 4884a38..66d14a1 100644 (file)
@@ -21,6 +21,7 @@ echo "Extracting writemain (with variable substitutions)"
 : Move anything that needs config subs from !NO!SUBS! section to !GROK!THIS!.
 : Protect any dollar signs and backticks that you do not want interpreted
 : by putting a backslash in front.  You may delete these comments.
+rm -f writemain
 $spitshell >writemain <<!GROK!THIS!
 $startsh
 !GROK!THIS!
index 531ef65..a781a73 100755 (executable)
@@ -21,6 +21,7 @@ echo "Extracting x2p/cflags (with variable substitutions)"
 : Move anything that needs config subs from !NO!SUBS! section to !GROK!THIS!.
 : Protect any dollar signs and backticks that you do not want interpreted
 : by putting a backslash in front.  You may delete these comments.
+rm -f cflags
 $spitshell >cflags <<!GROK!THIS!
 !GROK!THIS!