axis_examplecompt_changesinfo-opsversion-3.01version-3.02
Last change
on this file since dd3e38b was
0b66338,
checked in by Ted Faber <faber@…>, 15 years ago
|
whoops: write it!
|
-
Property mode set to
100644
|
File size:
663 bytes
|
Line | |
---|
1 | BINARIES=federate.sh federate.pl smbmount.FreeBSD.pl smbmount.Linux.pl \ |
---|
2 | make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \ |
---|
3 | config_from_tunnelip.pl active_config.pl combo.pl \ |
---|
4 | prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \ |
---|
5 | protogeni_routing.pl |
---|
6 | |
---|
7 | LIBRARIES=gateway_lib.pm |
---|
8 | |
---|
9 | fedkit.tgz: ${LIBRARIES} ${BINARIES} ${PATCHES} |
---|
10 | mkdir -p /tmp/fedkit/local/federation/bin |
---|
11 | mkdir -p /tmp/fedkit/local/federation/lib |
---|
12 | mkdir -p /tmp/fedkit/local/federation/etc |
---|
13 | cp ${BINARIES} /tmp/fedkit/local/federation/bin |
---|
14 | cp ${LIBRARIES} /tmp/fedkit/local/federation/lib |
---|
15 | tar czf fedkit.tgz -C /tmp/fedkit local |
---|
16 | rm -rf /tmp/fedkit |
---|
17 | |
---|
18 | clean: |
---|
19 | rm -f fedkit.tgz |
---|
Note: See
TracBrowser
for help on using the repository browser.