Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198642 - linux-mod.eclass - relative directories
Summary: linux-mod.eclass - relative directories
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Kernel Miscellaneous
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-10 11:14 UTC by Alon Bar-Lev (RETIRED)
Modified: 2008-10-31 22:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alon Bar-Lev (RETIRED) gentoo-dev 2007-11-10 11:14:15 UTC
Hello,

A minor issue...

If you replace the order in linux-mod_src_compile of:
            touch ${srcdir}/.built
            cd ${OLDPWD}
into:
            cd ${OLDPWD}
            touch ${srcdir}/.built

srcdir may be relative to WORKDIR, with full backward compatibility...

So, for example:
    bc_3des(block:"${S}/mod":mod/3des)
Maybe written as:
    bc_3des(block:mod:mod/3des)

Thanks!
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2008-10-31 22:31:18 UTC
I hope you're right about the full backwards compatibility thing :)
committed, thanks!