* [patch] 2.4.1-pre11 remove pcmcia compatibility from Makefile
@ 2001-01-29 6:34 Keith Owens
2001-02-16 1:09 ` Ping-Pong, the lists are dead? John Anthony Kazos Jr.
0 siblings, 1 reply; 2+ messages in thread
From: Keith Owens @ 2001-01-29 6:34 UTC (permalink / raw)
To: Linus Torvalds; +Cc: David Hinds, linux-kernel
The _modinst_post_pcmcia target was added to Makefile in 2.4.0-test6-pre3,
August 5 2000. It was a compatibility aid until people upgraded to a
version of pcmcia-cs that used modprobe instead of insmod. Five months
later, it is time to remove _modinst_post_pcmcia.
Linus, please apply at any convenient time, no hurry.
Index: 1-pre11.1/Makefile
--- 1-pre11.1/Makefile Mon, 29 Jan 2001 10:00:50 +1100 kaos (linux-2.4/T/c/50_Makefile 1.1.2.10 644)
+++ 1-pre11.1(w)/Makefile Mon, 29 Jan 2001 17:10:07 +1100 kaos (linux-2.4/T/c/50_Makefile 1.1.2.10 644)
@@ -372,17 +372,8 @@ else
depmod_opts := -b $(INSTALL_MOD_PATH) -r
endif
.PHONY: _modinst_post
-_modinst_post: _modinst_post_pcmcia
+_modinst_post:
if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
-
-# Backwards compatibilty symlinks for people still using old versions
-# of pcmcia-cs with hard coded pathnames on insmod. Remove
-# _modinst_post_pcmcia for kernel 2.4.1.
-.PHONY: _modinst_post_pcmcia
-_modinst_post_pcmcia:
- cd $(MODLIB); \
- mkdir -p pcmcia; \
- find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
.PHONY: $(patsubst %, _modinst_%, $(SUBDIRS))
$(patsubst %, _modinst_%, $(SUBDIRS)) :
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-02-16 1:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-29 6:34 [patch] 2.4.1-pre11 remove pcmcia compatibility from Makefile Keith Owens
2001-02-16 1:09 ` Ping-Pong, the lists are dead? John Anthony Kazos Jr.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox