diff options
Diffstat (limited to 'src/bin')
| -rwxr-xr-x | src/bin/am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/bin/am b/src/bin/am index 44a091c1c..91ad8dd26 100755 --- a/src/bin/am +++ b/src/bin/am @@ -423,14 +423,14 @@ NOTES : "; } system("indent -kr -nut $prefix/*.c"); system("rm -f $prefix/*~"); - if (-d "src/core") { - system("indent -kr -nut src/core/*.c"); - system("rm -f src/core/*~"); - } - if (-d "src/protocol") { - system("indent -kr -nut src/protocol/*.c"); - system("rm -f src/protocol/*~"); - } +# if (-d "src/core") { +# system("indent -kr -nut src/core/*.c"); +# system("rm -f src/core/*~"); +# } +# if (-d "src/protocol") { +# system("indent -kr -nut src/protocol/*.c"); +# system("rm -f src/protocol/*~"); +# } print "*** Bumping the revision number...\n"; # Re-write the control file |
