# HG changeset patch # User diego # Date 1211905480 0 # Node ID 626865450a91af5c5e24a927235310b342f202fc # Parent 8f3a1caf0e9af02bf1851b470b4e3616ea773c02 Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created simultaneously by the same command. diff -r 8f3a1caf0e9a -r 626865450a91 Makefile --- a/Makefile Tue May 27 14:33:16 2008 +0000 +++ b/Makefile Tue May 27 16:24:40 2008 +0000 @@ -790,6 +790,9 @@ $(VIDIX_PCI_FILES): vidix/pci.db LC_ALL=C awk -f vidix/pci_db2c.awk $< $(VIDIX_PCIDB) +# Make sure that the awk processes do not step on each other's toes. +.NOTPARALLEL: $(VIDIX_PCI_FILES) + VIDIX_DEPS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.d)) VIDIX_OBJS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.o))