summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authortero_niemela@yahoo.com <tero_niemela@yahoo.com>2005-01-31 22:44:43 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2005-01-31 22:44:43 +0100
commitd7107fa1d49412404ea5be4943b4a829da8d51fb (patch)
treeb9cfb6d886e2716edc1ae17001d6ac2e691d4f04 /include/linux
parentf9caf7466d6be1317b3285872ca93de64fce4fab (diff)
[PATCH] kbuild: skip depmod if not executable
I've cross-compiled Linux on i386-netbsdelf2.0 for arm-linux for quite some time now and everything seems to be working perfectly except for one minor glitch in the build process that halts module installation (needlessly, IMHO). Specifically, if System.map exists $(DEPMOD) is run ("for convenience" as the comment says in the Makefile). However, on NetBSD I don't have $(DEPMOD) available so the command fails and make exits with non-zero exit status. Please consider the attached patch to add a check for $(DEPMOD) so that missing $(DEPMOD) won't halt the whole build process. From: Tero Niemela <tero_niemela@yahoo.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions