Changeset 7 for server/fedora/Makefile


Ignore:
Timestamp:
Sep 30, 2006, 5:45:08 PM (17 years ago)
Author:
jbarnold
Message:
removed unnecessary step from create-tarballs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/Makefile

    r6 r7  
    7878# 1. use the package's Makefile to delete leftover files and run autoconf
    7979# 2. create a tarball (we want it to contain the autoconf output)
    80 # 3. use the package's Makefile to delete leftover files
    81 
    8280create-tarballs: mkdir-tree
    8381        @cd ${oursrcdir}; \
     
    9088                popd; \
    9189                tar -czf $(tmp_src)/$$i.tar.gz $$i; \
    92                 pushd $$i; \
    93                 autoconf; \
    94                 ./configure; \
    95                 make preauto; \
    96                 popd; \
    9790        done;
    9891
Note: See TracChangeset for help on using the changeset viewer.