[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] Permanent target in Makefile
From: |
Jean Delvare |
Subject: |
Re: [Quilt-dev] Permanent target in Makefile |
Date: |
Tue, 20 Sep 2005 12:15:31 +0200 (CEST) |
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] Permanent target in Makefile, Jean Delvare, 2005/09/19
- Re: [Quilt-dev] Permanent target in Makefile, Andreas Gruenbacher, 2005/09/19
- Re: [Quilt-dev] Permanent target in Makefile, Jean Delvare, 2005/09/19
- Re: [Quilt-dev] Permanent target in Makefile, Andreas Gruenbacher, 2005/09/19
- Re: [Quilt-dev] Permanent target in Makefile, John Vandenberg, 2005/09/19
- Re: [Quilt-dev] Permanent target in Makefile, John Vandenberg, 2005/09/19
- Re: [Quilt-dev] Permanent target in Makefile, Jean Delvare, 2005/09/20
- Re: [Quilt-dev] Permanent target in Makefile, John Vandenberg, 2005/09/20
- Re: [Quilt-dev] Permanent target in Makefile, Jean Delvare, 2005/09/20
- Re: [Quilt-dev] Permanent target in Makefile,
Jean Delvare <=
- Message not available
- Re: [Quilt-dev] Permanent target in Makefile, Jean Delvare, 2005/09/20
- Re: [Quilt-dev] Permanent target in Makefile, John Vandenberg, 2005/09/20
- Re: [Quilt-dev] Permanent target in Makefile, Jean Delvare, 2005/09/20