Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux 5.0: 'SUBDIRS' will be removed after Linux 5.3 #8257

Closed
bunder2015 opened this issue Jan 9, 2019 · 1 comment
Closed

Linux 5.0: 'SUBDIRS' will be removed after Linux 5.3 #8257

bunder2015 opened this issue Jan 9, 2019 · 1 comment
Assignees
Labels
Type: Building Indicates an issue related to building binaries

Comments

@bunder2015
Copy link
Contributor

System information

Type Version/Name
Distribution Name fedora rawhide
Distribution Version fc30
Linux Kernel 5.0.0-0.rc1.git0.1.fc30.x86_64
Architecture x86_64
ZFS Version master
SPL Version master

Describe the problem you're observing

http://build.zfsonlinux.org/builders/Fedora%20Rawhide%20x86_64%20%28TEST%29/builds/1682/steps/shell_1/logs/make

make[4]: Entering directory '/tmp/spl-build-buildbot-Cu6g0KeK/BUILD/spl-kmod-0.7.12/_kmod_build_5.0.0-0.rc1.git0.1.fc30.x86_64/module'
make -C /usr/src/kernels/5.0.0-0.rc1.git0.1.fc30.x86_64 SUBDIRS=`pwd`  CONFIG_SPL=m modules
make[5]: Entering directory '/usr/src/kernels/5.0.0-0.rc1.git0.1.fc30.x86_64'
Makefile:189: ================= WARNING ================
Makefile:190: 'SUBDIRS' will be removed after Linux 5.3
Makefile:191: Please use 'M=' or 'KBUILD_EXTMOD' instead
Makefile:192: ==========================================

Describe how to reproduce the problem

run the bots

Include any warning/errors/backtraces from the system logs

see above

@bunder2015 bunder2015 added the Type: Building Indicates an issue related to building binaries label Jan 9, 2019
@tonyhutter
Copy link
Contributor

I can reproduce this on a rawhide VM. Assigning to myself.

@tonyhutter tonyhutter self-assigned this Jan 9, 2019
@tonyhutter tonyhutter changed the title 'SUBDIRS' will be removed after Linux 5.3 Linux 5.0: 'SUBDIRS' will be removed after Linux 5.3 Jan 10, 2019
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 15, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 15, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 15, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 15, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
behlendorf pushed a commit to behlendorf/zfs that referenced this issue Jan 16, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 17, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 17, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 22, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 22, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 22, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 23, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 25, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Jan 30, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#8257
tonyhutter added a commit to tonyhutter/zfs that referenced this issue Feb 12, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#8257
tonyhutter added a commit that referenced this issue Mar 4, 2019
SUBDIRs has been deprecated for a long time, and was finally removed in
the 5.0 kernel.  Use "M=" instead.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #8257
janev94 added a commit to janev94/TCP-LEDBAT that referenced this issue Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Building Indicates an issue related to building binaries
Projects
None yet
Development

No branches or pull requests

2 participants