* [Buildroot] svn commit: trunk/buildroot/package/gzip
@ 2008-04-03 11:30 jacmet at uclibc.org
0 siblings, 0 replies; 2+ messages in thread
From: jacmet at uclibc.org @ 2008-04-03 11:30 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-04-03 04:30:13 -0700 (Thu, 03 Apr 2008)
New Revision: 21625
Log:
gzip: cleanup makefile
Cleanup configure args, strip executables in TARGET_DIR, install
info / manpages into TARGET_DIR/usr/share/ and fixup
convenience aliases (gunzip, zcat, zdiff, ..)
Modified:
trunk/buildroot/package/gzip/gzip.mk
Changeset:
Modified: trunk/buildroot/package/gzip/gzip.mk
===================================================================
--- trunk/buildroot/package/gzip/gzip.mk 2008-04-03 09:32:52 UTC (rev 21624)
+++ trunk/buildroot/package/gzip/gzip.mk 2008-04-03 11:30:13 UTC (rev 21625)
@@ -30,15 +30,6 @@
--build=$(GNU_HOST_NAME) \
--prefix=/usr \
--exec-prefix=/ \
- --bindir=/bin \
- --sbindir=/bin \
- --libdir=/lib \
- --libexecdir=/usr/lib \
- --sysconfdir=/etc \
- --datadir=/usr/share/misc \
- --localstatedir=/var \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
$(DISABLE_NLS) \
$(DISABLE_LARGEFILE) \
)
@@ -48,22 +39,13 @@
$(MAKE) CC=$(TARGET_CC) -C $(GZIP_DIR)
$(GZIP_TARGET_BINARY): $(GZIP_BINARY)
- $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GZIP_DIR) install
+ $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GZIP_DIR) install-strip
ifneq ($(BR2_HAVE_INFOPAGES),y)
- rm -rf $(TARGET_DIR)/usr/info
+ rm -rf $(TARGET_DIR)/usr/share/info
endif
ifneq ($(BR2_HAVE_MANPAGES),y)
- rm -rf $(TARGET_DIR)/usr/man
+ rm -rf $(TARGET_DIR)/usr/share/man
endif
- rm -rf $(TARGET_DIR)/share/locale
- rm -rf $(TARGET_DIR)/usr/share/doc
- (cd $(TARGET_DIR)/bin; \
- $(HOSTLN) -snf gzip gunzip; \
- $(HOSTLN) -snf gzip zcat; \
- $(HOSTLN) -snf zdiff zcmp; \
- $(HOSTLN) -snf zgrep zegrep; \
- $(HOSTLN) -snf zgrep zfgrep; \
- )
gzip: uclibc $(GZIP_TARGET_BINARY)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/gzip
@ 2006-11-17 14:45 aldot at uclibc.org
0 siblings, 0 replies; 2+ messages in thread
From: aldot at uclibc.org @ 2006-11-17 14:45 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-11-17 06:45:12 -0800 (Fri, 17 Nov 2006)
New Revision: 16564
Log:
- fix typo introduced in my global search and replace.
Modified:
trunk/buildroot/package/gzip/Config.in
trunk/buildroot/package/gzip/gzip.mk
Changeset:
Modified: trunk/buildroot/package/gzip/Config.in
===================================================================
--- trunk/buildroot/package/gzip/Config.in 2006-11-17 13:54:29 UTC (rev 16563)
+++ trunk/buildroot/package/gzip/Config.in 2006-11-17 14:45:12 UTC (rev 16564)
@@ -3,6 +3,6 @@
default n
help
Standard GNU compressor. Provides things like gzip,
- gunzip, g$(ZCAT), etc...
+ gunzip, gzcat, etc...
http://www.gnu.org/software/gzip/gzip.html
Modified: trunk/buildroot/package/gzip/gzip.mk
===================================================================
--- trunk/buildroot/package/gzip/gzip.mk 2006-11-17 13:54:29 UTC (rev 16563)
+++ trunk/buildroot/package/gzip/gzip.mk 2006-11-17 14:45:12 UTC (rev 16564)
@@ -57,7 +57,7 @@
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
(cd $(TARGET_DIR)/bin; \
ln -snf gzip gunzip; \
- ln -snf gzip $(ZCAT); \
+ ln -snf gzip zcat; \
ln -snf zdiff zcmp; \
ln -snf zgrep zegrep; \
ln -snf zgrep zfgrep;)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-03 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-03 11:30 [Buildroot] svn commit: trunk/buildroot/package/gzip jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2006-11-17 14:45 aldot at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox