octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[forge] octclip & octproj build loop


From: Marco Atzeri
Subject: [forge] octclip & octproj build loop
Date: Mon, 15 Jun 2015 17:41:32 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

I was trying to build & package on cygwin these two old (2012) packages
but they produce a build loop (a build plus clean loop, I assume)
with hundreds on mkoctfile process explosion.

I presume that calling "compile and clean" is confusing a bit my Make


.PHONY: all
all: compile clean

.PHONY: compile
compile:
        $(CC) -c -v projwrap.c -o projwrap.o
        $(CC) -s -v _op_transform.cc projwrap.o $(LDFLAGS)
        $(CC) -s _op_fwd.cc projwrap.o $(LDFLAGS)
        $(CC) -s _op_inv.cc projwrap.o $(LDFLAGS)
        $(CC) -s _op_geod2geoc.cc $(LDFLAGS)
        $(CC) -s _op_geoc2geod.cc $(LDFLAGS)

.PHONY: clean
clean:
        rm -rf *.o



$ make --version
GNU Make 4.1

Can someone confirm it on other systems before I open a
bug and prepare the patches ?
I assume is not a make bug.

Regards
Marco




reply via email to

[Prev in Thread] Current Thread [Next in Thread]