Changeset 119


Ignore:
Timestamp:
Jan 26, 2007, 5:30:27 PM (17 years ago)
Author:
presbrey
Message:
packaged sql-signup utility
Location:
server
Files:
6 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/Makefile

    r103 r119  
    2020
    2121upstream        = openafs krb5 httpd mit-zephyr
    22 oursrc          = execsys tokensys accountadm sqladm httpdmods
     22oursrc          = execsys tokensys accountadm httpdmods sql-signup
    2323allsrc          = $(upstream) $(oursrc)
    2424oursrcdir       = ${PWD}/../common/oursrc
     
    9090        for i in $$list; do \
    9191                pushd $$i; \
    92                 ./mrproper; \
    93                 autoconf; \
     92                if [ -x ./mrproper ]; then \
     93                        ./mrproper; \
     94                        autoconf; \
     95                fi; \
    9496                popd; \
    9597                tar -czf $(tmp_src)/$$i.tar.gz $$i; \
Note: See TracChangeset for help on using the changeset viewer.