[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] patch for ft2demos - parallel make
From: |
Ryan Hill |
Subject: |
[ft-devel] patch for ft2demos - parallel make |
Date: |
Wed, 09 May 2007 12:05:43 -0600 |
User-agent: |
Thunderbird 2.0.0.4pre (X11/20070508) |
One of our users also found a parallel make issue building with distcc
and MAKEOPTS="-j11". Fix attached.
--
where to now? if i had to guess
dirtyepic gentoo org i'm afraid to say antarctica's next
9B81 6C9F E791 83BB 3AB3 5B2D E625 A073 8379 37E8 (0x837937E8)
diff -Naur ft2demos-2.3.3-orig/Makefile ft2demos-2.3.3/Makefile
--- ft2demos-2.3.3-orig/Makefile 2007-05-09 12:03:07.000000000 -0600
+++ ft2demos-2.3.3/Makefile 2007-05-09 12:03:25.000000000 -0600
@@ -438,7 +438,7 @@
$(BIN_DIR_2)/ftvalid$E: $(OBJ_DIR_2)/ftvalid.$(SO) $(FTLIB) $(COMMON_OBJ)
$(LINK_COMMON)
- $(BIN_DIR_2)/ftdump$E: $(OBJ_DIR_2)/ftdump.$(SO) $(FTLIB)
+ $(BIN_DIR_2)/ftdump$E: $(OBJ_DIR_2)/ftdump.$(SO) $(FTLIB) $(COMMON_OBJ)
$(LINK_COMMON)
$(BIN_DIR_2)/fttry$E: $(OBJ_DIR_2)/fttry.$(SO) $(FTLIB)
- [ft-devel] patch for ft2demos - parallel make,
Ryan Hill <=