Re: make distclean problem with next-20141124?
From: Stephen Rothwell <hidden>
Date: 2014-11-24 21:10:11
Attachments
- (unnamed) [application/pgp-signature] 819 bytes
From: Stephen Rothwell <hidden>
Date: 2014-11-24 21:10:11
Hi Jim, On Mon, 24 Nov 2014 11:11:11 -0700 Jim Davis [off-list ref] wrote:
jim@krebstar:~/linux2$ git describe next-20141124 jim@krebstar:~/linux2$ git status HEAD detached at next-20141124 nothing to commit, working directory clean jim@krebstar:~/linux2$ make distclean ./scripts/Makefile.clean:17: drivers/staging/media/omap24xx/Makefile: No such file or directory make[4]: *** No rule to make target `drivers/staging/media/omap24xx/Makefile'. Stop. Though git log does show commit db85a0403be4a59cf536a25622fe110feefba8d3, which should have removed the line from drivers/staging/media/Makefile that make is tripping over: -obj-$(CONFIG_VIDEO_OMAP2) += omap24xx/
There is another line in drivers/staging/media/Makefile immediately below the one that was removed that was clearly missed: obj-$(CONFIG_VIDEO_TCM825X) += omap24xx/ -- Cheers, Stephen Rothwell sfr@canb.auug.org.au