Makefile: ensure that BIN_DIR exists for diffconfig
Ensure that BIN_DIR exists when the diffconfig target needs it. Otherwise 'make diffconfig' fails after 'make clean' Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
		 Hannu Nyman
					Hannu Nyman
				
			
				
					committed by
					
						 Felix Fietkau
						Felix Fietkau
					
				
			
			
				
	
			
			
			 Felix Fietkau
						Felix Fietkau
					
				
			
						parent
						
							d4ce3e8692
						
					
				
				
					commit
					c1b12aa838
				
			
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							| @@ -88,6 +88,7 @@ checksum: FORCE | |||||||
| 	$(call sha256sums,$(BIN_DIR)) | 	$(call sha256sums,$(BIN_DIR)) | ||||||
|  |  | ||||||
| diffconfig: FORCE | diffconfig: FORCE | ||||||
|  | 	mkdir -p $(BIN_DIR) | ||||||
| 	$(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed | 	$(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed | ||||||
|  |  | ||||||
| prepare: .config $(tools/stamp-install) $(toolchain/stamp-install) | prepare: .config $(tools/stamp-install) $(toolchain/stamp-install) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user