summaryrefslogtreecommitdiffstats
path: root/rules/ipkg.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-06-06 07:51:06 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-06-06 07:51:06 +0000
commitc5963222cf003494ba2ed13d124cfc4b89f17a71 (patch)
tree877612e96fc1503c0220d030b0768a1b003f47b3 /rules/ipkg.make
parentf1a59810f1782edf9d0b2384c15b5f2d30b59682 (diff)
downloadptxdist-c5963222cf003494ba2ed13d124cfc4b89f17a71.tar.gz
ptxdist-c5963222cf003494ba2ed13d124cfc4b89f17a71.tar.xz
* rules/gtk.make, rules/ipkg.make, rules/inotify-tools.make, rules/net-snmp.make, rules/apache2.make, rules/sysfsutils.make, rules/libcurl.make, rules/glade.make, rules/fcgi.make, rules/tslib.make, rules/fontconfig.make, rules/dbus.make, rules/libxslt.make, rules/libpv.make:
conversion due to not-relinking: executeables are moved from <src>/.libs to <src> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8444 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ipkg.make')
-rw-r--r--rules/ipkg.make51
1 files changed, 5 insertions, 46 deletions
diff --git a/rules/ipkg.make b/rules/ipkg.make
index 5184ff36a..89bbc88df 100644
--- a/rules/ipkg.make
+++ b/rules/ipkg.make
@@ -29,26 +29,11 @@ IPKG_DIR := $(BUILDDIR)/$(IPKG)
# Get
# ----------------------------------------------------------------------------
-$(STATEDIR)/ipkg.get:
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(IPKG_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, IPKG)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ipkg.extract:
- @$(call targetinfo, $@)
- @$(call clean, $(IPKG_DIR))
- @$(call extract, IPKG)
- @$(call patchin, IPKG)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -60,38 +45,12 @@ IPKG_ENV = $(CROSS_ENV)
#
IPKG_AUTOCONF = $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/ipkg.prepare:
- @$(call targetinfo, $@)
- @$(call clean, $(IPKG_DIR)/config.cache)
- cd $(IPKG_DIR) && \
- $(IPKG_PATH) $(IPKG_ENV) \
- ./configure $(IPKG_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ipkg.compile:
- @$(call targetinfo, $@)
- cd $(IPKG_DIR) && $(IPKG_ENV) $(IPKG_PATH) $(MAKE)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ipkg.install:
- @$(call targetinfo, $@)
- @$(call install, IPKG)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
$(STATEDIR)/ipkg.targetinstall:
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call install_init, ipkg)
@$(call install_fixup, ipkg,PACKAGE,ipkg)
@@ -109,12 +68,12 @@ $(STATEDIR)/ipkg.targetinstall:
ifdef PTXCONF_IPKG_LOG_WRAPPER
@$(call install_copy, ipkg, 0, 0, 0755, \
- $(IPKG_DIR)/.libs/ipkg-cl, /usr/bin/ipkg-cl)
+ $(IPKG_DIR)/ipkg-cl, /usr/bin/ipkg-cl)
@$(call install_copy, ipkg, 0, 0, 0755, \
$(PTXDIST_TOPDIR)/generic/bin/ipkg_log_wrapper, \
/usr/bin/ipkg, n)
else
- @$(call install_copy, ipkg, 0, 0, 0755, $(IPKG_DIR)/.libs/ipkg-cl, \
+ @$(call install_copy, ipkg, 0, 0, 0755, $(IPKG_DIR)/ipkg-cl, \
/usr/bin/ipkg)
endif
@@ -138,7 +97,7 @@ endif
@$(call install_finish, ipkg)
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean