From: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC] configure options & install targets
Date: Sun, 12 Aug 2007 11:30:21 +0200 (CEST) [thread overview]
Message-ID: <0708121107001.12015@somehost> (raw)
Noticed a few questionable things the wrapper makefiles do (in this
example package/bison/bison.mk) and wonder:
,----
| --- package/bison/bison.mk (revision 19307)
| +++ package/bison/bison.mk (working copy)
|
The canonical place for man, info and doc is under /usr/share, isn't it?
| --sysconfdir=/etc \
| --datadir=/usr/share \
| --localstatedir=/var \
| - --mandir=/usr/man \
| - --infodir=/usr/info \
| + --mandir=/usr/share/man \
| + --infodir=/usr/share/info \
Stuff is removed using a machete instead of knife :(
See example below. Is that the intended behavior?
| $(TARGET_DIR)/$(BISON_TARGET_BINARY): $(BISON_DIR)/$(BISON_BINARY)
| $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(BISON_DIR) install
| - rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
| - $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
| + rm -f $(TARGET_DIR)/share/locale/*/LC_MESSAGES/bison*
| + rm -f $(TARGET_DIR)/usr/info/bison*
| + rm -f $(TARGET_DIR)/usr/share/man/man?/bison*
| + rm -rf $(TARGET_DIR)/usr/share/bison*
| + rm -rf $(TARGET_DIR)/usr/share/doc/bison*
`----
Cheers,
--
Cristian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bison.mk.patch
Type: text/x-diff
Size: 1576 bytes
Desc:
Url : http://busybox.net/lists/buildroot/attachments/20070812/4cbcd867/attachment.bin
next reply other threads:[~2007-08-12 9:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-12 9:30 Cristian Ionescu-Idbohrn [this message]
2007-08-14 14:26 ` [Buildroot] [RFC] configure options & install targets Benjamin Tietz
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=0708121107001.12015@somehost \
--to=cristian.ionescu-idbohrn@axis.com \
--cc=buildroot@busybox.net \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox