Skip to content

Commit c44fb33

Browse files
committed
dependencies: remove mergeLib.pl after proving .py identical
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d528d9e commit c44fb33

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

flow/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ $(DONT_USE_LIBS): $$(filter %$$(@F) %$$(@F).gz,$(LIB_FILES))
207207
$(PYTHON_EXE) $(UTILS_DIR)/preprocessLib.py -i $^ -o $@
208208

209209
$(OBJECTS_DIR)/lib/merged.lib: $(DONT_USE_LIBS)
210-
$(UTILS_DIR)/mergeLib.pl $(PLATFORM)_merged $(DONT_USE_LIBS) > $@.old
211210
$(PYTHON_EXE) $(UTILS_DIR)/merge_lib.py $(PLATFORM)_merged $(DONT_USE_LIBS) > $@
212-
diff -u $@.old $@ || (echo "Merged library differs from original!"; exit 1)
213211

214212
# Pre-process KLayout tech
215213
# ==============================================================================

flow/util/mergeLib.pl

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)