|
|
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: ! 13: install: compile ! 14: make -C src install ! 15: sh magic.sh ! 16: ! 17: uninstall: ! 18: make -C src uninstall ! 19: ! 20: mrproper: ! 21: rm -f *~ ! 22: rm -f doc/*~ ! 23: make -C src mrproper
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.