projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed uneeded and confusing auto* lines, thanks to mjt for reporting this
[openwrt.git]
/
package
/
rsync
/
Makefile
diff --git
a/package/rsync/Makefile
b/package/rsync/Makefile
index
0cad9c7
..
0089326
100644
(file)
--- a/
package/rsync/Makefile
+++ b/
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)" \
@@
-58,6
+58,6
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_RSYNC):
install -d -m0755 $(IDIR_RSYNC)/usr/bin
$(IPKG_RSYNC):
install -d -m0755 $(IDIR_RSYNC)/usr/bin
-
cp -fpR
$(PKG_INSTALL_DIR)/usr/bin/* $(IDIR_RSYNC)/usr/bin
+
$(CP)
$(PKG_INSTALL_DIR)/usr/bin/* $(IDIR_RSYNC)/usr/bin
$(RSTRIP) $(IDIR_RSYNC)
$(IPKG_BUILD) $(IDIR_RSYNC) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_RSYNC)
$(IPKG_BUILD) $(IDIR_RSYNC) $(PACKAGE_DIR)
This page took
0.026694 seconds
and
4
git commands to generate.