File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def make_version_header(filename):
9999
100100 # Only write the file if we need to
101101 if write_file :
102- print ("Generating %s" % filename )
102+ print ("GEN %s" % filename )
103103 with open (filename , 'w' ) as f :
104104 f .write (file_data )
105105
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ $(HEADER_BUILD):
9797
9898ifneq ($(FROZEN_DIR ) ,)
9999$(BUILD ) /frozen.c : $(wildcard $(FROZEN_DIR ) /* ) $(HEADER_BUILD ) $(FROZEN_EXTRA_DEPS )
100- $(ECHO ) " Generating $@ "
100+ $(ECHO ) " GEN $@ "
101101 $(Q )$(MAKE_FROZEN ) $(FROZEN_DIR ) > $@
102102endif
103103
@@ -118,7 +118,7 @@ $(BUILD)/frozen_mpy/%.mpy: $(FROZEN_MPY_DIR)/%.py $(TOP)/mpy-cross/mpy-cross
118118
119119# to build frozen_mpy.c from all .mpy files
120120$(BUILD ) /frozen_mpy.c : $(FROZEN_MPY_MPY_FILES ) $(BUILD ) /genhdr/qstrdefs.generated.h
121- @$(ECHO ) " Creating $@ "
121+ @$(ECHO ) " GEN $@ "
122122 $(Q )$(MPY_TOOL ) -f -q $(BUILD ) /genhdr/qstrdefs.preprocessed.h $(FROZEN_MPY_MPY_FILES ) > $@
123123endif
124124
You can’t perform that action at this time.
0 commit comments