Damyan Ivanov <[EMAIL PROTECTED]> wrote:
> > So I use use `unset -e' prior to the egrep and `set -e' right afterwards?
>
> No, this is ugly :-)
>
> > The warnings aren't fatal. I just prefer to display them.
>
> Now I see.
>
> In this case use `egrep -e "pattern" ${LOG} || /bin/true'. This wa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter S Galbraith wrote:
> Damyan Ivanov <[EMAIL PROTECTED]> wrote:
>
>>Peter S Galbraith wrote:
>>>---
>>>echo ${FLAVOR} ${FLAGS} ${FILES} >> ${LOG}
>>>"${FLAVOR}" ${FLAGS} ${FILES} >> ${LOG} 2>&1
>>>egrep -s -e "While compiling|\*\*" ${LOG}
>>>echo
Damyan Ivanov <[EMAIL PROTECTED]> wrote:
> Peter S Galbraith wrote:
> > Hi all,
> >
> > I'd appreciate some shell-script help.
> >
> > I'm trying to add a `grep' for byte-compilation warnings to
> > emacs-install scripts.
> >
> > The file /usr/lib/emacsen-common/packages/install/emacs-goodies-e
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter S Galbraith wrote:
> Hi all,
>
> I'd appreciate some shell-script help.
>
> I'm trying to add a `grep' for byte-compilation warnings to
> emacs-install scripts.
>
> The file /usr/lib/emacsen-common/packages/install/emacs-goodies-el
> would end
Hi all,
I'd appreciate some shell-script help.
I'm trying to add a `grep' for byte-compilation warnings to
emacs-install scripts.
The file /usr/lib/emacsen-common/packages/install/emacs-goodies-el
would end with:
---
echo ${FLAVOR} ${FLAGS} ${FILES} >> ${LOG}
"${FLAVOR}" ${FLAGS} ${FILES} >> ${
On Sun, 20 Jun 1999, Brian May wrote:
> >%_On Sat, Jun 19, 1999 at 08:02:37PM -0700, Jim Lynch wrote:
> > your makefile install target has to have a DESTDIR variable (well, I don't
> > think the name is so important, however debhelper I think does use this name
> > for this concept).
>
> I believ
On Sat, Jun 19, 1999 at 08:02:37PM -0700, Jim Lynch wrote:
> your makefile install target has to have a DESTDIR variable (well, I don't
> think the name is so important, however debhelper I think does use this name
> for this concept).
I believe Makefiles created with automake already have this c
Hi,
> Date:Sat, 19 Jun 1999 11:45:26 BST
> To: debian-mentors@lists.debian.org
> From:John Travers <[EMAIL PROTECTED]>
> Subject: install script...
>
> Right, I'm getting there..
>
> anyway, I use a configure script and do
>
>./configur
On Sat, Jun 19, 1999 at 11:45:26AM +0100, John Travers wrote:
> anyway, I use a configure script and do ./configure --with-datadir=/usr/lib
> in
> my rules file, (under commands to compile the package ).
> and have:
> $(MAKE) install prefix='pwd'/debian/tmp/usr (under commands to install the
> pa
On Sat, Jun 19, 1999 at 11:45:26AM +0100, John Travers wrote:
> anyway, I use a configure script and do ./configure --with-datadir=/usr/lib
> in
> my rules file, (under commands to compile the package ).
> and have:
> $(MAKE) install prefix='pwd'/debian/tmp/usr (under commands to install the
> pa
Right, I'm getting there..
anyway, I use a configure script and do ./configure --with-datadir=/usr/lib in
my rules file, (under commands to compile the package ).
and have:
$(MAKE) install prefix='pwd'/debian/tmp/usr (under commands to install the
package)
but when I run dpkg-buildpackage, the s
11 matches
Mail list logo