Changeset 763 for server/fedora
- Timestamp:
 - Jun 3, 2008, 2:46:00 PM (17 years ago)
 - Location:
 - server/fedora
 - Files:
 - 
          
- 2 added
 - 1 edited
 
- 
          Makefile (modified) (3 diffs)
 - 
          meta-patches (added)
 - 
          specs/whoisd.spec (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
server/fedora/Makefile
r760 r763 20 20 21 21 upstream = openafs krb5 httpd mit-zephyr openssh 22 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 22 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd 23 23 allsrc = $(upstream) $(oursrc) 24 24 oursrcdir = ${PWD}/../common/oursrc … … 87 87 # 1. use the package's Makefile to delete leftover files and run autoconf 88 88 # 2. create a tarball (we want it to contain the autoconf output) 89 create-tarballs: mkdir-tree89 tarballs: mkdir-tree 90 90 @cd ${oursrcdir}; \ 91 91 list=`find -mindepth 1 -maxdepth 1 -type d | grep -v ".svn"`; \ … … 100 100 done; 101 101 102 #setup: install-srpms copy-patches copy-specs patch-specs create-tarballs103 setup: c reate-tarballs102 #setup: install-srpms copy-patches copy-specs patch-specs tarballs 103 setup: copy-patches copy-specs tarballs 104 104 105 105 oursrc: 106 106 make $(oursrc) 107 107 108 upstream: 108 upstream: mkdir-tree download 109 109 make $(upstream) 110 110  
Note: See TracChangeset
          for help on using the changeset viewer.
      