build: show make output in scripts/config when V=s
This should make debugging build errors in scripts/config a bit easier. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Petr Štetiar
					
				
			
			
				
	
			
			
			
						parent
						
							1f2539a1f4
						
					
				
				
					commit
					f827f947ae
				
			@@ -104,7 +104,8 @@ scripts/config/%onf: export PATH:=$(dir $(DISTRO_PKG_CONFIG)):$(PATH)
 | 
				
			|||||||
endif
 | 
					endif
 | 
				
			||||||
scripts/config/%onf: CFLAGS+= -O2
 | 
					scripts/config/%onf: CFLAGS+= -O2
 | 
				
			||||||
scripts/config/%onf:
 | 
					scripts/config/%onf:
 | 
				
			||||||
	@$(_SINGLE)$(SUBMAKE) -s -C scripts/config $(notdir $@) CC="$(HOSTCC_WRAPPER)"
 | 
						@$(_SINGLE)$(SUBMAKE) $(if $(findstring s,$(OPENWRT_VERBOSE)),,-s) \
 | 
				
			||||||
 | 
							-C scripts/config $(notdir $@) CC="$(HOSTCC_WRAPPER)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(eval $(call rdep,scripts/config,scripts/config/mconf))
 | 
					$(eval $(call rdep,scripts/config,scripts/config/mconf))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user