Changeset dc803a7 for fedkit/Makefile
- Timestamp:
- Mar 12, 2010 2:37:32 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 7e50f69
- Parents:
- 310d419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/Makefile
r310d419 rdc803a7 3 3 config_from_tunnelip.pl active_config.pl combo.pl \ 4 4 prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \ 5 protogeni_routing.pl start_seer.pl5 gated_routing.pl start_seer.pl ospf_routing.pl 6 6 7 7 LIBRARIES=gateway_lib.pm 8 8 9 fedkit.tgz: ${LIBRARIES} ${BINARIES} ${PATCHES} 9 PACKAGES=libevent-1.3b.tbz openospfd-4.0.tbz 10 11 fedkit.tgz: ${LIBRARIES} ${BINARIES} ${PATCHES} ${PACKAGES} 10 12 mkdir -p /tmp/fedkit/local/federation/bin 11 13 mkdir -p /tmp/fedkit/local/federation/lib 12 14 mkdir -p /tmp/fedkit/local/federation/etc 15 mkdir -p /tmp/fedkit/local/federation/pkg 13 16 cp ${BINARIES} /tmp/fedkit/local/federation/bin 14 17 cp ${LIBRARIES} /tmp/fedkit/local/federation/lib 18 cp ${PACKAGES} /tmp/fedkit/local/federation/pkg 15 19 tar czf fedkit.tgz -C /tmp/fedkit local 16 20 rm -rf /tmp/fedkit
Note: See TracChangeset
for help on using the changeset viewer.