* [Buildroot] svn commit: trunk/buildroot/package/gperf
@ 2008-07-09 7:14 jacmet at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-07-09 7:14 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-09 00:14:54 -0700 (Wed, 09 Jul 2008)
New Revision: 22697
Log:
gperf: fix upstream url
Modified:
trunk/buildroot/package/gperf/Config.in
Changeset:
Modified: trunk/buildroot/package/gperf/Config.in
===================================================================
--- trunk/buildroot/package/gperf/Config.in 2008-07-09 04:27:45 UTC (rev 22696)
+++ trunk/buildroot/package/gperf/Config.in 2008-07-09 07:14:54 UTC (rev 22697)
@@ -4,4 +4,4 @@
help
A 'perfect hash function' generator
- $(BR2_GNU_MIRROR)
+ http://www.gnu.org/software/gperf/
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/gperf
@ 2008-07-09 7:14 jacmet at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-07-09 7:14 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-09 00:14:57 -0700 (Wed, 09 Jul 2008)
New Revision: 22698
Log:
gperf: remove trailing spaces
Modified:
trunk/buildroot/package/gperf/gperf.mk
Changeset:
Modified: trunk/buildroot/package/gperf/gperf.mk
===================================================================
--- trunk/buildroot/package/gperf/gperf.mk 2008-07-09 07:14:54 UTC (rev 22697)
+++ trunk/buildroot/package/gperf/gperf.mk 2008-07-09 07:14:57 UTC (rev 22698)
@@ -9,12 +9,12 @@
GPERF_AUTORECONF = NO
GPERF_INSTALL_STAGING = YES
GPERF_INSTALL_TARGET = YES
-GPERF_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
-GPERF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+GPERF_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
+GPERF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
-GPERF_CONF_ENV =
+GPERF_CONF_ENV =
-GPERF_CONF_OPT =
+GPERF_CONF_OPT =
GPERF_DEPENDENCIES = uclibc
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/gperf
@ 2008-07-10 8:17 jacmet at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-07-10 8:17 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-10 01:17:35 -0700 (Thu, 10 Jul 2008)
New Revision: 22737
Log:
gperf: strip target binary
Modified:
trunk/buildroot/package/gperf/gperf.mk
Changeset:
Modified: trunk/buildroot/package/gperf/gperf.mk
===================================================================
--- trunk/buildroot/package/gperf/gperf.mk 2008-07-10 03:27:42 UTC (rev 22736)
+++ trunk/buildroot/package/gperf/gperf.mk 2008-07-10 08:17:35 UTC (rev 22737)
@@ -20,3 +20,7 @@
$(eval $(call AUTOTARGETS,package,gperf))
+$(GPERF_HOOK_POST_INSTALL): $(TARGET_DIR)/usr/bin/gperf
+ $(STRIPCMD) $(STRIP_STRIP_ALL) $^
+ touch $@
+
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/gperf
@ 2008-07-10 8:17 jacmet at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-07-10 8:17 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-10 01:17:44 -0700 (Thu, 10 Jul 2008)
New Revision: 22739
Log:
gperf: don't install to staging dir
It doesn't make much sense to install the cross-gperf to staging dir.
Modified:
trunk/buildroot/package/gperf/gperf.mk
Changeset:
Modified: trunk/buildroot/package/gperf/gperf.mk
===================================================================
--- trunk/buildroot/package/gperf/gperf.mk 2008-07-10 08:17:39 UTC (rev 22738)
+++ trunk/buildroot/package/gperf/gperf.mk 2008-07-10 08:17:44 UTC (rev 22739)
@@ -7,7 +7,7 @@
GPERF_SOURCE = gperf-$(GPERF_VERSION).tar.gz
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_AUTORECONF = NO
-GPERF_INSTALL_STAGING = YES
+GPERF_INSTALL_STAGING = NO
GPERF_INSTALL_TARGET = YES
GPERF_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
GPERF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/gperf
@ 2008-07-10 10:11 jacmet at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-07-10 10:11 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-07-10 03:11:31 -0700 (Thu, 10 Jul 2008)
New Revision: 22743
Log:
gperf: depend on stamp file rather than gperf binary
There's no make rule to create the gperf binary, only the stamp file
so use that instead.
Modified:
trunk/buildroot/package/gperf/gperf.mk
Changeset:
Modified: trunk/buildroot/package/gperf/gperf.mk
===================================================================
--- trunk/buildroot/package/gperf/gperf.mk 2008-07-10 10:11:25 UTC (rev 22742)
+++ trunk/buildroot/package/gperf/gperf.mk 2008-07-10 10:11:31 UTC (rev 22743)
@@ -20,7 +20,7 @@
$(eval $(call AUTOTARGETS,package,gperf))
-$(GPERF_HOOK_POST_INSTALL): $(TARGET_DIR)/usr/bin/gperf
- $(STRIPCMD) $(STRIP_STRIP_ALL) $^
+$(GPERF_HOOK_POST_INSTALL): $(GPERF_TARGET_INSTALL_TARGET)
+ $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/gperf
touch $@
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-10 10:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-10 10:11 [Buildroot] svn commit: trunk/buildroot/package/gperf jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2008-07-10 8:17 jacmet at uclibc.org
2008-07-10 8:17 jacmet at uclibc.org
2008-07-09 7:14 jacmet at uclibc.org
2008-07-09 7:14 jacmet 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