edia - development & use
Subject: Re: [Live-devel] Replace old Makefile rules
Sorry, but no. The existing Makefiles appear to work OK for all current
versions of both “make” and “gmake”.
However, with your patch applied, while “gmake” works OK, “make” (at least on
FreeBSD 10.1) does not:
> Well, I get exactly the same error with GNU make 4.1 without the patch (since
> it won't use the old-style rule).
Sorry, but I have no problem at all with “gmake” version 3.82 or “gmake”
version 4.1 (nor with “make” (unsure of the version)) with the existing
Makefiles. Maybe something else i
On Thursday 23 April 2015, 12:45:03, Ross Finlayson wrote:
> Sorry, but no. The existing Makefiles appear to work OK for all current
> versions of both “make” and “gmake”.
>
> However, with your patch applied, while “gmake” works OK, “make” (at least
> on FreeBSD 10.1) does not: %make
> mak
Sorry, but no. The existing Makefiles appear to work OK for all current
versions of both “make” and “gmake”.
However, with your patch applied, while “gmake” works OK, “make” (at least on
FreeBSD 10.1) does not:
%make
make: “liveMedia/Makefile" line 40: warning: duplicate script
Hi,
the attached patch is necessary to compile live with newer versions of make.
Ole--- a/liveMedia/Makefile.tail 2015-04-23 20:26:00.397211169 +0200
+++ b/liveMedia/Makefile.tail 2015-04-23 20:27:05.165974550 +0200
@@ -5,9 +5,9 @@
ALL = $(LIVEMEDIA_LIB)
all: $(ALL)
-.$(C).$(OBJ):
+%.$(OBJ) :