projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added package vgp, vgp is a daemon working like Cisco(c) HSRP
[openwrt.git]
/
openwrt
/
package
/
rsync
/
Makefile
diff --git
a/openwrt/package/rsync/Makefile
b/openwrt/package/rsync/Makefile
index
0cad9c7
..
bd0bfab
100644
(file)
--- a/
openwrt/package/rsync/Makefile
+++ b/
openwrt/package/rsync/Makefile
@@
-18,7
+18,7
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,RSYNC,rsync,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,RSYNC,rsync,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.prepared
+$(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
This page took
0.031236 seconds
and
4
git commands to generate.