Skip to content

Commit 8036736

Browse files
committed
Fix 2nd name clash
1 parent 305e8c1 commit 8036736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faults/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ extract:
4646
mkdir -p v$(VER)
4747
cd results/linuxes/ ; find -name "Linux_*.new.org" -exec $(HERODOTOS) extract --orgfile \{} --tag linux-$(VER) --prefix /scratch/linuxes/ -o ../../v$(VER)/\{} \;
4848

49-
UPDATEDB=$(PATTERNS:%=update-%)
49+
UPDATEDB=$(PATTERNS:%=update-db-%)
5050
update-db: $(UPDATE)
5151
$(UPDATEDB): $(NEW)
5252
mkdir -p sql
5353
$(HERODOTOS) export-reports --prefix /fast_scratch/linuxes/ \
54-
--orgfile results/linuxes/Linux_$(@:update-%=%).new.org \
54+
--orgfile results/linuxes/Linux_$(@:update-db-%=%).new.org \
5555
--to-sql-update linux-$(MINVER) > sql/$@.$(MINVER).sql
5656

5757
EXPORT=$(PATTERNS:%=export-%)

0 commit comments

Comments
 (0)