Changeset dc803a7 for fedkit/Makefile


Ignore:
Timestamp:
Mar 12, 2010 2:37:32 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
7e50f69
Parents:
310d419
Message:

Set up all routing daemons from the fedkit and note interfaces we've added in a way that SEER's federated testbed will grok them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/Makefile

    r310d419 rdc803a7  
    33         config_from_tunnelip.pl active_config.pl combo.pl \
    44         prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \
    5          protogeni_routing.pl start_seer.pl
     5         gated_routing.pl start_seer.pl ospf_routing.pl
    66
    77LIBRARIES=gateway_lib.pm
    88
    9 fedkit.tgz:     ${LIBRARIES} ${BINARIES} ${PATCHES}
     9PACKAGES=libevent-1.3b.tbz openospfd-4.0.tbz
     10
     11fedkit.tgz:     ${LIBRARIES} ${BINARIES} ${PATCHES} ${PACKAGES}
    1012        mkdir -p /tmp/fedkit/local/federation/bin
    1113        mkdir -p /tmp/fedkit/local/federation/lib
    1214        mkdir -p /tmp/fedkit/local/federation/etc
     15        mkdir -p /tmp/fedkit/local/federation/pkg
    1316        cp ${BINARIES} /tmp/fedkit/local/federation/bin
    1417        cp ${LIBRARIES} /tmp/fedkit/local/federation/lib
     18        cp ${PACKAGES} /tmp/fedkit/local/federation/pkg
    1519        tar czf fedkit.tgz -C /tmp/fedkit local
    1620        rm -rf /tmp/fedkit
Note: See TracChangeset for help on using the changeset viewer.