mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	Don't print out full object file paths in the build system when cleaning object files.
This commit is contained in:
		
							parent
							
								
									79ee9e755f
								
							
						
					
					
						commit
						276eb35d68
					
				| @ -202,7 +202,7 @@ lss: $(TARGET).lss | |||||||
| 	$(CROSS)objdump -h -S -z $< > $@ | 	$(CROSS)objdump -h -S -z $< > $@ | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
| 	@echo $(MSG_REMOVE_CMD) Removing object files \"$(OBJECT_FILES)\" | 	@echo $(MSG_REMOVE_CMD) Removing object files \"$(notdir $(OBJECT_FILES))\" | ||||||
| 	rm -f $(OBJECT_FILES) | 	rm -f $(OBJECT_FILES) | ||||||
| 	@echo $(MSG_REMOVE_CMD) Removing output files \"$(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss\" | 	@echo $(MSG_REMOVE_CMD) Removing output files \"$(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss\" | ||||||
| 	rm -f $(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss | 	rm -f $(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera