Messages in this thread |  | | Date | Sun, 15 Dec 1996 21:49:07 +0000 | From | Klaus Kudielka <> | Subject | Re: Compiling from read-only source |
| |
A nice feature would be the possibility to enter "make modules_install" from a read-only NFS-mounted volume (kernel compiled on another machine). Two changes need to be made:
* In $TOPLEVEL/Makefile: move .allmods and .misc to /tmp (possibly include the PID in the filename to avoid conflicts)
* In $TOPLEVEL/drivers/sound/Makefile: change the modules rule to:
PDWN=$(shell $(CONFIG_SHELL) $(TOPDIR)/scripts/pathdown.sh) modules: local.h sound.o cd $$TOPDIR/modules ; ln -sf ../$(PDWN)/sound.o .
-- Klaus Kudielka OE1KIB Peter Jordanstr. 165, A-1180 Wien, AUSTRIA oe1kib@oe1xtu.ampr.org http://oe1xtu.ampr.org/~oe1kib/ http://asterix.nt.tuwien.ac.at/~oe1kib/
|  |