projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update to new version
[openwrt.git]
/
target
/
linux
/
package
/
base-files
/
Makefile
diff --git
a/target/linux/package/base-files/Makefile
b/target/linux/package/base-files/Makefile
index
994ce53
..
637904c
100644
(file)
--- a/
target/linux/package/base-files/Makefile
+++ b/
target/linux/package/base-files/Makefile
@@
-23,7
+23,7
@@
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/jffs2root
$(IDIR_OPENWRT)/sbin/jffs2root: $(PKG_BUILD_DIR)/jffs2root
mkdir -p $(IDIR_OPENWRT)/sbin
$(IDIR_OPENWRT)/sbin/jffs2root: $(PKG_BUILD_DIR)/jffs2root
mkdir -p $(IDIR_OPENWRT)/sbin
-
cp
$(PKG_BUILD_DIR)/jffs2root $(IDIR_OPENWRT)/sbin
+
$(CP)
$(PKG_BUILD_DIR)/jffs2root $(IDIR_OPENWRT)/sbin
$(IPKG_OPENWRT): $(IDIR_OPENWRT)/sbin/jffs2root
endif
$(IPKG_OPENWRT): $(IDIR_OPENWRT)/sbin/jffs2root
endif
@@
-36,7
+36,7
@@
$(IDIR_OPENWRT):
$(SED) s,base-files-arch,base-files-$(BOARD)-$(KERNEL),g $(IDIR_OPENWRT)/CONTROL/control
$(IPKG_OPENWRT): $(IDIR_OPENWRT)
$(SED) s,base-files-arch,base-files-$(BOARD)-$(KERNEL),g $(IDIR_OPENWRT)/CONTROL/control
$(IPKG_OPENWRT): $(IDIR_OPENWRT)
- [ -d files/$(BOARD)-$(KERNEL) ] &&
cp
-fpR files/$(BOARD)-$(KERNEL)/* $(IDIR_OPENWRT)/
+ [ -d files/$(BOARD)-$(KERNEL) ] &&
$(CP)
-fpR files/$(BOARD)-$(KERNEL)/* $(IDIR_OPENWRT)/
find $(IDIR_OPENWRT) -name CVS | xargs rm -rf
find $(IDIR_OPENWRT) -name .svn | xargs rm -rf
$(RSTRIP) $(IDIR_OPENWRT)
find $(IDIR_OPENWRT) -name CVS | xargs rm -rf
find $(IDIR_OPENWRT) -name .svn | xargs rm -rf
$(RSTRIP) $(IDIR_OPENWRT)
@@
-50,4
+50,4
@@
openwrt-install:
compile-targets: install-dev $(IPKG_OPENWRT)
install-dev:
mkdir -p $(STAGING_DIR)/usr/include
compile-targets: install-dev $(IPKG_OPENWRT)
install-dev:
mkdir -p $(STAGING_DIR)/usr/include
-
cp -fpR
./include/[a-z]* $(STAGING_DIR)/usr/include/
+
$(CP)
./include/[a-z]* $(STAGING_DIR)/usr/include/
This page took
0.022762 seconds
and
4
git commands to generate.