projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55642a
)
Add missing .configured target causing superfluous package rebuild, touch .built too
author
Nicolas Thill
<nico@openwrt.org>
Wed, 18 May 2005 14:49:08 +0000
(14:49 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 18 May 2005 14:49:08 +0000
(14:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@935
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ntpclient/Makefile
patch
|
blob
|
history
diff --git
a/package/ntpclient/Makefile
b/package/ntpclient/Makefile
index
02c0637
..
b83dd93
100644
(file)
--- a/
package/ntpclient/Makefile
+++ b/
package/ntpclient/Makefile
@@
-15,9
+15,13
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,NTPCLIENT,ntpclient,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(PKG_BUILD_DIR)/.configured:
+ touch $(PKG_BUILD_DIR)/.configured
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)"
+ touch $(PKG_BUILD_DIR)/.built
$(IPKG_NTPCLIENT):
install -d -m0755 $(IDIR_NTPCLIENT)/etc/init.d