mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	Kbuild: append missing-syscalls to the default target list
This avoid an extra make invocation on `prepare0'. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
		
							parent
							
								
									0359de7dd5
								
							
						
					
					
						commit
						5f7efb4c6d
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								Kbuild
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Kbuild
									
									
									
									
									
								
							| 
						 | 
					@ -88,11 +88,13 @@ $(obj)/$(offsets-file): arch/$(SRCARCH)/kernel/asm-offsets.s Kbuild
 | 
				
			||||||
# 3) Check for missing system calls
 | 
					# 3) Check for missing system calls
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					always += missing-syscalls
 | 
				
			||||||
 | 
					targets += missing-syscalls
 | 
				
			||||||
 | 
					
 | 
				
			||||||
quiet_cmd_syscalls = CALL    $<
 | 
					quiet_cmd_syscalls = CALL    $<
 | 
				
			||||||
      cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags)
 | 
					      cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PHONY += missing-syscalls
 | 
					missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
 | 
				
			||||||
missing-syscalls: scripts/checksyscalls.sh FORCE
 | 
					 | 
				
			||||||
	$(call cmd,syscalls)
 | 
						$(call cmd,syscalls)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Keep these two files during make clean
 | 
					# Keep these two files during make clean
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							| 
						 | 
					@ -983,7 +983,6 @@ archprepare: prepare1 scripts_basic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
prepare0: archprepare FORCE
 | 
					prepare0: archprepare FORCE
 | 
				
			||||||
	$(Q)$(MAKE) $(build)=.
 | 
						$(Q)$(MAKE) $(build)=.
 | 
				
			||||||
	$(Q)$(MAKE) $(build)=. missing-syscalls
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# All the preparing..
 | 
					# All the preparing..
 | 
				
			||||||
prepare: prepare0
 | 
					prepare: prepare0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue