lkml.org 
[lkml]   [1997]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjectsound Makefile glitch
Date
The 'modules:' line in drivers/sound/Makefile uses `pwd` to generate
the modules link. This builds a link with an absolute path, all the
other links in $(TOPDIR)/modules are relative, they are built with
scripts/pathdown.sh.

The explicit link causes a problem if you rename TOPDIR between make
modules and make modules_install, say testing multiple versions of
Linux and you want to make sure you have the right set of modules
installed. Either sound.o is not installed or you get a sound.o from
another TOPDIR entirely.



\
 
 \ /
  Last update: 2005-03-22 13:38    [W:1.034 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site