X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autoMakefile.am;h=8438cdb4d5534e78595e0e8503dd9eadbe106716;hp=5d1d839525dbb308bc3ef5367a0bfedeffcc7b26;hb=45ec57b73eb3426db7b997c88d49e18eb52a8f4f;hpb=dfc07ccedbfb1a6ab8417919568cc392faf485d4 diff --git a/autoMakefile.am b/autoMakefile.am index 5d1d839..8438cdb 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -55,15 +55,3 @@ module-dist-hook: echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugzilla.lustre.org/"; \ exit 1; \ fi - if [ -d .git ]; then \ - build/extract_patches $(distdir); \ - if grep -e "^--- .*\/autoconf" -e "^--- .*\/Makefile\.am" -e ".*\/configure\.ac" -e ".*\/configure\.in" $(distdir)/debian/patches/*; then \ - cp build/autogen.sh $(distdir)/build; \ - cp libsysio/autogen.sh $(distdir)/libsysio; \ - cp lustre-iokit/autogen.sh $(distdir)/lustre-iokit; \ - fi; \ - mkdir empty; \ - diff -urN empty $(distdir)/debian > debian.diff; \ - rm -rf $(distdir)/debian; \ - rmdir empty; \ - fi