pcmciautils -- pending patches?

Wolfram Sang w.sang at pengutronix.de
Tue Jan 5 07:28:27 EST 2010


> From 2a7642bf0607a31f08a8cda4b6babfaf639bcfb6 Mon Sep 17 00:00:00 2001
> From: Colin Watson <cjwatson at debian.org>
> Date: Tue, 5 Jan 2010 12:11:13 +0000
> Subject: [PATCH 3/3] Use architecture-specific config.opts if it exists
> 
> Originally by Per Olofsson <pelle at debian.org>.
> 
> Signed-off-by: Colin Watson <cjwatson at debian.org>
> ---
>  Makefile |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index f4acfb3..e7ff190 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -297,6 +297,9 @@ uninstall-tools:
>  install-config:
>  	$(INSTALL) -d $(DESTDIR)$(pcmciaconfdir)
>  	$(INSTALL_DATA)  -D config/config.opts $(DESTDIR)$(pcmciaconfdir)/config.opts
> +	if [ -f config/config.opts.$(ARCH) ]; then

Missing backslash? Or maybe better: add an arch-extension for the standard
config.opts and drop the above 'if' completely?

> +		$(INSTALL_DATA) -D config/config.opts.$(ARCH) $(DESTDIR)$(pcmciaconfdir)/config.opts; \
> +	fi
>  
>  uninstall-config:
>  #	- rm -f $(DESTDIR)$(pcmciaconfdir)/config.opts
> -- 
> 1.6.5.7
> 

Regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-pcmcia/attachments/20100105/f436eb42/attachment.sig>


More information about the linux-pcmcia mailing list