mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	build: cleanup leftover qconf files
``make xconfig`` toplevel target will invoke ``make qconf`` inside ./scripts/config directory, which results a ``qconf`` executable. This commit removes leftover ``qconf`` executable during ``make config-clean``. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
This commit is contained in:
		
							parent
							
								
									8dd455e3c4
								
							
						
					
					
						commit
						02a1a8af95
					
				@ -33,7 +33,7 @@ lxdialog-objs := \
 | 
			
		||||
 | 
			
		||||
clean-files	:= zconf.tab.c lex.zconf.c zconf.hash.c
 | 
			
		||||
# Remove qconf junk files
 | 
			
		||||
clean-files	+= $(qconf-cxxobjs) qconf.moc .tmp_qtcheck
 | 
			
		||||
clean-files	+= $(qconf-cxxobjs) qconf.moc .tmp_qtcheck qconf
 | 
			
		||||
 | 
			
		||||
all: conf mconf
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user