projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627d2ec
)
grep: cleanup configure args
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 23 Jul 2008 10:35:59 +0000
(10:35 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 23 Jul 2008 10:35:59 +0000
(10:35 -0000)
package/grep/grep.mk
patch
|
blob
|
history
diff --git
a/package/grep/grep.mk
b/package/grep/grep.mk
index a7affa57366e92806c388975a998f7b618c8244b..6b0a65933280759a957ca66946d9e00034e2d083 100644
(file)
--- a/
package/grep/grep.mk
+++ b/
package/grep/grep.mk
@@
-37,17
+37,7
@@
$(GNUGREP_DIR)/.configured: $(GNUGREP_DIR)/.unpacked
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
- --prefix=/usr \
- --exec-prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --libdir=/lib \
- --libexecdir=/usr/lib \
- --sysconfdir=/etc \
- --datadir=/usr/share \
- --localstatedir=/var \
- --mandir=/usr/man \
- --infodir=/usr/info \
+ --prefix=/ \
$(DISABLE_NLS) \
$(DISABLE_LARGEFILE) \
--disable-perl-regexp \