diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:34:57 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:34:57 +0000 |
| commit | b694678b7489c300252cb2dc4572ddb83f1d90a3 (patch) | |
| tree | e6ebdb7b1ef3288be5c8d868847974350beaf317 /openwrt/package/libpthread | |
| parent | 7710ca63b917c78e34073e47e94f21a68e8fed14 (diff) | |
| download | mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.zip mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.gz mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.bz2 | |
Uniformize package Makefile, move ipkg related files to ./ipkg
SVN-Revision: 665
Diffstat (limited to 'openwrt/package/libpthread')
| -rw-r--r-- | openwrt/package/libpthread/Makefile | 6 | ||||
| -rw-r--r-- | openwrt/package/libpthread/ipkg/libpthread.control (renamed from openwrt/package/libpthread/libpthread.control) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/libpthread/Makefile b/openwrt/package/libpthread/Makefile index c334692..7215a45 100644 --- a/openwrt/package/libpthread/Makefile +++ b/openwrt/package/libpthread/Makefile @@ -16,10 +16,10 @@ INFO_LIBPTHREAD:=$(IPKG_STATE_DIR)/info/$(PKG_NAME).list $(IPKG_LIBPTHREAD): $(STAGING_DIR)/lib/libpthread.so rm -rf $(PKG_BUILD_DIR) - $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_LIBPTHREAD) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) + $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_LIBPTHREAD) ./ipkg/$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) mkdir -p $(IDIR_LIBPTHREAD)/lib - cp -fp $(STAGING_DIR)/lib/libpthread.so.* $(IDIR_LIBPTHREAD)/lib/ - cp -fp $(STAGING_DIR)/lib/libpthread-*.so $(IDIR_LIBPTHREAD)/lib/ + cp -fpR $(STAGING_DIR)/lib/libpthread.so.* $(IDIR_LIBPTHREAD)/lib/ + cp -fpR $(STAGING_DIR)/lib/libpthread-*.so $(IDIR_LIBPTHREAD)/lib/ $(STRIP) $(IDIR_LIBPTHREAD)/lib/lib*.so* mkdir -p $(PACKAGE_DIR) $(IPKG_BUILD) $(IDIR_LIBPTHREAD) $(PACKAGE_DIR) diff --git a/openwrt/package/libpthread/libpthread.control b/openwrt/package/libpthread/ipkg/libpthread.control index 7037493..7037493 100644 --- a/openwrt/package/libpthread/libpthread.control +++ b/openwrt/package/libpthread/ipkg/libpthread.control |
