mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	build: remove duplicate variable definitions
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39981
This commit is contained in:
		
							parent
							
								
									51ae801ee3
								
							
						
					
					
						commit
						bb959c0f3e
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -20,10 +20,6 @@ world:
 | 
				
			|||||||
include $(TOPDIR)/include/host.mk
 | 
					include $(TOPDIR)/include/host.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifneq ($(OPENWRT_BUILD),1)
 | 
					ifneq ($(OPENWRT_BUILD),1)
 | 
				
			||||||
  # XXX: these three lines are normally defined by rules.mk
 | 
					 | 
				
			||||||
  # but we can't include that file in this context
 | 
					 | 
				
			||||||
  empty:=
 | 
					 | 
				
			||||||
  space:= $(empty) $(empty)
 | 
					 | 
				
			||||||
  _SINGLE=export MAKEFLAGS=$(space);
 | 
					  _SINGLE=export MAKEFLAGS=$(space);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  override OPENWRT_BUILD=1
 | 
					  override OPENWRT_BUILD=1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user