ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: [devel] Re: make test: ! /bin/false
Date: Mon, 19 Sep 2005 18:48:32 +0400
Message-ID: <20050919144832.GC3260@solemn.turbinal.org> (raw)
In-Reply-To: <432EC6C9.8060108@emt.com.ua>

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

On Mon, Sep 19, 2005 at 05:10:17PM +0300, Eugene Ostapets wrote:
> eostapets@eugene ~/tmp/6 $ cat Makefile
> test1:
>     ! /bin/true
> test2:
>     ! /bin/false
> 
> $ make test1
> ! /bin/true
> $ make test2
> ! /bin/false
> make: *** [test2] Ошибка 1
> 
> Я думаю ответ понятен?:)

$ /bin/sh -c '! /bin/false'; echo $?
1
$ /bin/sh -c '/bin/false'; echo $?
1
$

Надо изучить шелл... :)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-09-19 14:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-19 14:05 [devel] " Alexey Tourbin
2005-09-19 14:10 ` Eugene Ostapets
2005-09-19 14:48   ` Alexey Tourbin [this message]
2005-09-19 14:52     ` [devel] " Eugene Ostapets
2005-09-19 15:24     ` Dmitry V. Levin
2005-09-19 15:45     ` Alexey Tourbin
2005-09-19 15:51       ` Dmitry V. Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050919144832.GC3260@solemn.turbinal.org \
    --to=at@altlinux.ru \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git