ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Linux Sisyphus mailing list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] rpm -ba --target=i586: If $CFLAGS not empty it parsed to configure without changes
Date: Tue, 17 Jun 2003 12:56:55 +0400
Message-ID: <20030617085655.GC2729@basalt.office.altlinux.org> (raw)
In-Reply-To: <3EEED512.3050508@yauza.ru>

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

On Tue, Jun 17, 2003 at 12:45:06PM +0400, Pavel S. Khmelinsky wrote:
[...]
> На мой взгляд это откровенный баг. Ибо держать пустую CFLAGS мне 
> не удобно, т.к. я часто собираю проги просто из исходников. 
> (собираю не значит ставлю их потом make install)
> И каждый раз прописывать CFLAGS мне не удобно.

Какие ещё переменные окружения вам неудобно держать пустыми?

Как насчёт этих:
$ make -C /var/empty -p 2>/dev/null |egrep -B1 '^[[:alpha:]][^=]*='

:)

> CFLAGS='' rpmbuild делать удобнее, но нужно еще об этом не 
> забыть, а то будет весело залить 586.rpm скомпиленный с 
> march=athlon куда-нибудь. ^)

cat >~/bin/rpmbuild <<EOF
#!/bin/sh
unset CFLAGS
exec /usr/bin/rpmbuild "$@"
EOF
chmod +x ~/bin/rpmbuild


--
ldv

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

  reply	other threads:[~2003-06-17  8:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-17  8:45 Pavel S. Khmelinsky
2003-06-17  8:56 ` Dmitry V. Levin [this message]
2003-06-17  9:16   ` Pavel S. Khmelinsky

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=20030617085655.GC2729@basalt.office.altlinux.org \
    --to=ldv@altlinux.org \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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