Changeset 9c166cf for fedkit/Makefile


Ignore:
Timestamp:
Nov 5, 2008 1:38:10 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
2dafa0c
Parents:
2c6128f
Message:

Support for this as a real fedkit. Loads using fedd and establishes connectivity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/Makefile

    r2c6128f r9c166cf  
    1 BINARIES=fed_bootstrap federate.sh smbmount.FreeBSD.pl smbmount.Linux.pl \
     1BINARIES=federate.sh smbmount.FreeBSD.pl smbmount.Linux.pl \
    22         make_hosts fed-tun.pl fed-tun.ucb.pl fed_evrepeater
    33PATCHES=rc.accounts.patch
    44
    5 fedkit.tgz:
     5fedkit.tgz:     ${BINARIES} ${PATCHES}
    66        mkdir -p /tmp/fedkit/local/federation/bin
    77        mkdir -p /tmp/fedkit/local/federation/etc
     
    99        cp ${PATCHES} /tmp/fedkit/local/federation/etc
    1010        tar czf fedkit.tgz -C /tmp/fedkit local
    11         rm -rf /tmp/fedkit$$
     11        rm -rf /tmp/fedkit
     12
     13clean:
     14        rm -f fedkit.tgz
Note: See TracChangeset for help on using the changeset viewer.