Changeset 763


Ignore:
Timestamp:
Jun 3, 2008, 2:46:00 PM (16 years ago)
Author:
presbrey
Message:
whoisd packaged
Location:
server
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/Makefile

    r760 r763  
    2020
    2121upstream        = openafs krb5 httpd mit-zephyr openssh
    22 oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386
     22oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd
    2323allsrc          = $(upstream) $(oursrc)
    2424oursrcdir       = ${PWD}/../common/oursrc
     
    8787# 1. use the package's Makefile to delete leftover files and run autoconf
    8888# 2. create a tarball (we want it to contain the autoconf output)
    89 create-tarballs: mkdir-tree
     89tarballs: mkdir-tree
    9090        @cd ${oursrcdir}; \
    9191        list=`find -mindepth 1 -maxdepth 1 -type d | grep -v ".svn"`; \
     
    100100        done;
    101101
    102 #setup: install-srpms copy-patches copy-specs patch-specs create-tarballs
    103 setup: create-tarballs
     102#setup: install-srpms copy-patches copy-specs patch-specs tarballs
     103setup: copy-patches copy-specs tarballs
    104104
    105105oursrc:
    106106        make $(oursrc)
    107107
    108 upstream:
     108upstream: mkdir-tree download
    109109        make $(upstream)
    110110
Note: See TracChangeset for help on using the changeset viewer.