mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	kbuild: add comment about grouped target
GNU Make commit 8c888d95f618 ("[SV 8297] Implement "grouped targets"
for explicit rules.") added the '&:' syntax.
I think '&:' is a perfect fit here, but we cannot use it any time
soon. Just add a TODO comment.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
			
			
This commit is contained in:
		
							parent
							
								
									735aab1e00
								
							
						
					
					
						commit
						f463c3510d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -677,6 +677,7 @@ $(KCONFIG_CONFIG): | |||
| #
 | ||||
| # This exploits the 'multi-target pattern rule' trick.
 | ||||
| # The syncconfig should be executed only once to make all the targets.
 | ||||
| # (Note: use the grouped target '&:' when we bump to GNU Make 4.3)
 | ||||
| %/auto.conf %/auto.conf.cmd: $(KCONFIG_CONFIG) | ||||
| 	$(Q)$(MAKE) -f $(srctree)/Makefile syncconfig | ||||
| else # !may-sync-config
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Masahiro Yamada
						Masahiro Yamada