continued...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 6 Aug 2008 18:00:21 +0000 (18:00 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 6 Aug 2008 18:00:21 +0000 (18:00 +0000)
factory/ADD_YOUR_SCRIPT_TO_THIS_FILE_OR_ELSE_IT_WONT_GET_DEPLOYED [new file with mode: 0644]
factory/Makefile

diff --git a/factory/ADD_YOUR_SCRIPT_TO_THIS_FILE_OR_ELSE_IT_WONT_GET_DEPLOYED b/factory/ADD_YOUR_SCRIPT_TO_THIS_FILE_OR_ELSE_IT_WONT_GET_DEPLOYED
new file mode 100644 (file)
index 0000000..e41e335
--- /dev/null
@@ -0,0 +1,9 @@
+comon_exec
+dcookie
+hide_netif
+pfmount
+pl-ps
+portsummary
+setup-link
+setup-nat
+vtop
index 20e4b76..f9f31a2 100644 (file)
@@ -1,6 +1,12 @@
 CC=gcc
 CFLAGS=-g -O2
 
+SCRIPT_LIST:=$(shell cat ADD_YOUR_SCRIPT_TO_THIS_FILE_OR_ELSE_IT_WONT_GET_DEPLOYED | sed 's/\n/ /g')
+
 all: dcookie
+       touch .done
+       cp $(SCRIPT_LIST) exec
+
 
-clean: rm -f exec/*
+clean: 
+       rm -f exec/*