This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5477b9a
)
Add buildcustomize.pl to realclean target on VMS.
author
Craig A. Berry
<craigberry@mac.com>
Sat, 19 Feb 2011 03:23:52 +0000
(21:23 -0600)
committer
Craig A. Berry
<craigberry@mac.com>
Sat, 19 Feb 2011 04:35:29 +0000
(22:35 -0600)
vms/descrip_mms.template
patch
|
blob
|
blame
|
history
diff --git
a/vms/descrip_mms.template
b/vms/descrip_mms.template
index
3763783
..
d99e059
100644
(file)
--- a/
vms/descrip_mms.template
+++ b/
vms/descrip_mms.template
@@
-1964,6
+1964,7
@@
realclean : clean
- If F$Search("[.t.lib]vmsfspec.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsfspec.t;*
- If F$Search("[.t.lib]vmsish.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsish.t;*
- If F$Search("vmspipe.com").nes."" Then Delete/NoConfirm/Log vmspipe.com;*
+ - If F$Search("[.lib]buildcustomize.pl").nes."" Then Delete/NoConfirm/Log [.lib]buildcustomize.pl;*
cleansrc : clean
- If F$Search("*.c;-1").nes."" Then Purge/NoConfirm/Log *.c