All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove the cvscompile file
@ 2012-02-18 15:23 Vikram Narayanan
  2012-02-20 14:36 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Vikram Narayanan @ 2012-02-18 15:23 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel

package: alsa-utils

Removed the cvscompile file.

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
---
 cvscompile |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)
 delete mode 100755 cvscompile

diff --git a/cvscompile b/cvscompile
deleted file mode 100755
index 64ade4f..0000000
--- a/cvscompile
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-
-if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then
-  alsa_m4_flags="-I ../alsa-lib/utils"
-fi
-aclocal $alsa_m4_flags $ACLOCAL_FLAGS
-# save original files to avoid stupid modifications by gettextize
-cp Makefile.am Makefile.am.ok
-cp configure.in configure.in.ok
-gettextize -c -f --no-changelog
-echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am
-cp Makefile.am.ok Makefile.am
-cp configure.in.ok configure.in
-autoheader
-automake --foreign --copy --add-missing
-touch depcomp		# for older automake
-autoconf
-export CFLAGS='-O2 -Wall -pipe -g'
-echo "CFLAGS=$CFLAGS"
-echo "./configure $@"
-./configure $@ || exit 1
-unset CFLAGS
-if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
-  make
-fi
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Remove the cvscompile file
  2012-02-18 15:23 [PATCH] Remove the cvscompile file Vikram Narayanan
@ 2012-02-20 14:36 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2012-02-20 14:36 UTC (permalink / raw)
  To: Vikram Narayanan; +Cc: alsa-devel

At Sat, 18 Feb 2012 20:53:56 +0530,
Vikram Narayanan wrote:
> 
> package: alsa-utils
> 
> Removed the cvscompile file.
> 
> Signed-off-by: Vikram Narayanan <vikram186@gmail.com>

Applied.  Thanks.


Takashi


> ---
>  cvscompile |   25 -------------------------
>  1 files changed, 0 insertions(+), 25 deletions(-)
>  delete mode 100755 cvscompile
> 
> diff --git a/cvscompile b/cvscompile
> deleted file mode 100755
> index 64ade4f..0000000
> --- a/cvscompile
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -#!/bin/bash
> -
> -if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then
> -  alsa_m4_flags="-I ../alsa-lib/utils"
> -fi
> -aclocal $alsa_m4_flags $ACLOCAL_FLAGS
> -# save original files to avoid stupid modifications by gettextize
> -cp Makefile.am Makefile.am.ok
> -cp configure.in configure.in.ok
> -gettextize -c -f --no-changelog
> -echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am
> -cp Makefile.am.ok Makefile.am
> -cp configure.in.ok configure.in
> -autoheader
> -automake --foreign --copy --add-missing
> -touch depcomp		# for older automake
> -autoconf
> -export CFLAGS='-O2 -Wall -pipe -g'
> -echo "CFLAGS=$CFLAGS"
> -echo "./configure $@"
> -./configure $@ || exit 1
> -unset CFLAGS
> -if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
> -  make
> -fi
> -- 
> 1.7.4.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-20 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-18 15:23 [PATCH] Remove the cvscompile file Vikram Narayanan
2012-02-20 14:36 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.