|
|
1.1 root 1:
2: all: patch compile
3:
4: patch:
5: sh patch.sh
6:
7: kernelconf: patch
8: sh conf.sh
9:
10: compile: kernelconf
11: make -C src
12:
1.1.1.2 ! root 13: install:
! 14: make -C src
1.1 root 15: make -C src install
1.1.1.2 ! root 16: make -C man install
1.1 root 17: sh magic.sh
18:
19: uninstall:
20: make -C src uninstall
1.1.1.2 ! root 21: make -C man uninstall
1.1 root 22:
23: mrproper:
24: rm -f *~
25: rm -f doc/*~
1.1.1.2 ! root 26: rm -f man/*~
! 27: rm -f patches/*~
1.1 root 28: make -C src mrproper
1.1.1.2 ! root 29:
! 30: dist:
! 31: sh mkdist.sh
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.