diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 21:14:18 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 21:14:18 +0000 |
commit | d2368294409098f0d160f5cf432c149aa3bd858f (patch) | |
tree | da913501a3a383315403a2d10ab5f33bd357fdf1 /package/chillispot/Makefile | |
parent | d0adb644223de149559c12f660132117f8077c05 (diff) |
Tweak package build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/chillispot/Makefile')
-rw-r--r-- | package/chillispot/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index cacaee2553..81937aab79 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -50,14 +50,14 @@ $(PKG_BUILD_DIR)/.configured: ); touch $@ -$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured - $(MAKE) -C $(PKG_BUILD_DIR) \ - $(TARGET_CONFIGURE_OPTS) +$(PKG_BUILD_DIR)/.built: + rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - install - touch $(PKG_BUILD_DIR)/.built + all install + touch $@ $(IPKG_CHILLISPOT): install -m0755 -d $(IDIR_CHILLISPOT)/etc/init.d |