From c5963222cf003494ba2ed13d124cfc4b89f17a71 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 6 Jun 2008 07:51:06 +0000 Subject: * 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 /.libs to git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8444 33e552b5-05e3-0310-8538-816dae2090ed --- rules/ipkg.make | 51 +++++---------------------------------------------- 1 file changed, 5 insertions(+), 46 deletions(-) (limited to 'rules/ipkg.make') diff --git a/rules/ipkg.make b/rules/ipkg.make index 5184ff36a..89bbc88df 100644 --- a/rules/ipkg.make +++ b/rules/ipkg.make @@ -29,25 +29,10 @@ 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 -- cgit v1.2.3