[MPlayer-cvslog] r26904 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue May 27 18:46:31 CEST 2008


Author: diego
Date: Tue May 27 18:46:30 2008
New Revision: 26904

Log:
Revert declaration .NOTPARALLEL. Unfortunately this special target does not
have the expected sane semantics, but has a global effect instead...


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue May 27 18:46:30 2008
@@ -790,9 +790,6 @@ VIDIX_PCI_FILES = vidix/pci_dev_ids.c vi
 $(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))
 



More information about the MPlayer-cvslog mailing list