Hi again John,

Quoting myself:
> This additional patch triggers the following error message twice during
> build:
>
> /users/jdelvare/local/share/quilt/compat: No such file or directory

I have to correct this, the problem appears only when this patch is
applied on top of Andreas' one. Yours alone doesn't have it, nor does
Andreas ones alone.

I have noticed another problem with your patch though:

> +define COMPAT_SYMLINK_install
> +     ln -s $($(shell echo $(1) | $(AWK) '{print toupper($$1)}')) \
> +            $(BUILD_ROOT)$(COMPAT_DIR)/$(strip $(1))
> +endef
> (...-)
> +     $(foreach symlink, $(COMPAT_SYMLINKS), $(call COMPAT_SYMLINK_install, 
> $(symlink)))

This doesn't work for me, all "ln -s" commands end up on a single
line, it's a real mess. Adding a semi-colon at the end of the define
seems to do the trick. Really separate commands would be nicer but I
don't know how to do this.

--
Jean Delvare


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to