Hi,
I have a source packet where the sources are uncompressed in
the local machine.
In ptxdist-1.0.2 this packet worked correctly, but it is not working
any more with ptxdist-trunk. It shows the following error after
ptxdist go:
--------------------------------------------
.../ptxdist-trunk/rules/post/export_src.make:25: warning: overriding
commands for target `/home/s/exutils'
/home/s/linux_x86/rootfs/x86/rules/exutils.make:33: warning: ignoring
old commands for target `/home/s/exutils'
make: Circular /home/s/exutils <- /home/s/exutils dependency dropped.
cp: cannot stat `/home/s/gnu/exutils': No such file or directory
--------------------------------------------
NOTE: /home/s/gnu is my SOURCES directory with compressed files.
Follows the beginning of the packet. Any idea of what is wrong ?
Best regards,
Claudio Leonel
=====================
#
# Paths and names
#
EXUTILS := exutils
EXUTILS_URL := file://home/s/$(EXUTILS)
EXUTILS_SOURCE := /home/s/$(EXUTILS)
EXUTILS_DIR := /home/s/$(EXUTILS)
#---------------------------------------------------------------------------
# Get
#---------------------------------------------------------------------------
exutils_get: $(STATEDIR)/exutils.get
$(STATEDIR)/exutils.get: $(exutils_get_deps_default)
@$(call touch, $@)
$(EXUTILS_SOURCE):
@$(call targetinfo, $@)
@$(call get, EXUTILS)
#---------------------------------------------------------------------------
# Extract
#---------------------------------------------------------------------------
exutils_extract: $(STATEDIR)/exutils.extract
$(STATEDIR)/exutils.extract: $(exutils_extract_deps_default)
@$(call touch, $@)
#---------------------------------------------------------------------------
# Prepare
#---------------------------------------------------------------------------
exutils_prepare: $(STATEDIR)/exutils.prepare
EXUTILS_PATH := PATH=$(CROSS_PATH)
EXUTILS_ENV := $(CROSS_ENV) PREFIX=$(SYSROOT)
$(STATEDIR)/exutils.prepare: $(exutils_prepare_deps_default)
@$(call targetinfo, $@)
cd $(EXUTILS_DIR) && $(EXUTILS_ENV) $(EXUTILS_PATH) make clean
@$(call touch, $@)
#---------------------------------------------------------------------------
# Compile
#---------------------------------------------------------------------------
exutils_compile: $(STATEDIR)/exutils.compile
$(STATEDIR)/exutils.compile: $(exutils_compile_deps_default)
@$(call targetinfo, $@)
cd $(EXUTILS_DIR) && $(EXUTILS_ENV) $(EXUTILS_PATH) make
@$(call touch, $@)
...
--
ptxdist mailing list
[email protected]