102
by mattgiuca
Added: Makefile (temporary, until a real setup comes along). |
1 |
# Makefile - bin directory
|
2 |
# Do not commit
|
|
3 |
||
813
by William Grant
Merge jails-redux branch. We now use aufs rather than hardlinking tens |
4 |
all: bin/trampoline bin/timount |
102
by mattgiuca
Added: Makefile (temporary, until a real setup comes along). |
5 |
|
6 |
bin: |
|
7 |
mkdir -p bin |
|
8 |
||
103
by mattgiuca
Fix to Makefile. |
9 |
bin/trampoline: bin trampoline/trampoline.c |
102
by mattgiuca
Added: Makefile (temporary, until a real setup comes along). |
10 |
gcc -o bin/trampoline trampoline/trampoline.c |
11 |
sudo chown root bin/trampoline |
|
12 |
sudo chmod +s bin/trampoline |
|
813
by William Grant
Merge jails-redux branch. We now use aufs rather than hardlinking tens |
13 |
|
14 |
bin/timount: bin timount/timount.c |
|
15 |
gcc -o bin/timount timount/timount.c |