Skip to content

Commit

Permalink
one more tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
andycarle committed May 14, 2020
1 parent ff80a82 commit 279e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mcconfig/nmake.esp32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ PARTITIONS_FILE = $(PROJ_DIR_TEMPLATE)\partitions.csv
PARTITIONS_BIN = partition-table.bin
PARTITIONS_PATH = $(IDF_BUILD_DIR)\partition_table\$(PARTITIONS_BIN)

!IF [fc $(PARTITIONS_FILE) $(PROJ_DIR)\partitions.csv > nul] >= 1
!IF [fc $(PARTITIONS_FILE) $(PROJ_DIR)\partitions.csv > nul] == 1
!IF [copy /Y $(PARTITIONS_FILE) $(PROJ_DIR)\partitions.csv] == 0
!IF [copy /b $(PROJ_DIR)\partitions.csv+,, $(PROJ_DIR)\partitions.csv] == 0
!ENDIF
Expand Down

0 comments on commit 279e3c1

Please sign in to comment.