]> git.ozlabs.org Git - next-scripts/blobdiff - merge_akpm
remove references to (unused) pre-{merge,build} directories
[next-scripts] / merge_akpm
index dc8a88c232532ed717cb9cd7704174fcc71e600e..c1bb89d9544ceecb56b1d84b109c9a6af0172233 100755 (executable)
@@ -51,9 +51,6 @@ printf "%s\t%s\n" akpm-current $(git show-ref --hash akpm-current/current) >> $S
                }
        done
 }
-[ -x "../pre-build/akpm-current" ] && {
-       "../pre-build/akpm-current" || bash -i || exit
-}
 
 new_head=$(git rev-parse HEAD)
 
@@ -112,9 +109,6 @@ printf "%s\t\t%s\n" akpm $(git show-ref --hash akpm/master) >> $SHA1_FILE
                }
        done
 }
-[ -x "../pre-build/akpm" ] && {
-       "../pre-build/akpm" || bash -i || exit
-}
 
 new_head=$(git rev-parse HEAD)