Commit a08f4f75 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] Update post-halloween doc url.

I did a s/2.5/2.6/ a while ago, as it made more sense when 2.6 appeared.
The old URL will continue to work (symlink to the new file).  If I move
this again, whack me.
parent 345c8739
...@@ -690,7 +690,7 @@ modules_install: _modinst_ _modinst_post ...@@ -690,7 +690,7 @@ modules_install: _modinst_ _modinst_post
_modinst_: _modinst_:
@if [ -z "`$(DEPMOD) -V | grep module-init-tools`" ]; then \ @if [ -z "`$(DEPMOD) -V | grep module-init-tools`" ]; then \
echo "Warning: you may need to install module-init-tools"; \ echo "Warning: you may need to install module-init-tools"; \
echo "See http://www.codemonkey.org.uk/post-halloween-2.5.txt";\ echo "See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt";\
sleep 1; \ sleep 1; \
fi fi
@rm -rf $(MODLIB)/kernel @rm -rf $(MODLIB)/kernel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment