diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:22:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:22:45 +0100 |
commit | dfadb4d959da4c63d0c634f0d50713f3fa679e50 (patch) | |
tree | 0b4d2ac5065e36bcc9850aa394bd6b163e6a833b /package/base-files | |
parent | ebad1f5ce74dfa9dead8d84c4d91051c68dc4e33 (diff) |
make bulk fixes. fix toolchain building for sparc64/ppc
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 369d8f485..a636ed36a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.0 -PKG_RELEASE:= 42 +PKG_RELEASE:= 43 PKG_SECTION:= base PKG_DESCR:= basic files and scripts @@ -23,8 +23,6 @@ INSTALL_STYLE:= manual do-install: $(CP) ./src/* $(IDIR_BASE_FILES) - # allow this to fail, as there might be no target-specific files to copy - -$(CP) $(TOPDIR)/target/$(ADK_TARGET_ARCH)/files/* $(IDIR_BASE_FILES) ifeq (${ADK_TARGET_ROOTFS_NFSROOT},y) @echo "#" > $(IDIR_BASE_FILES)/etc/network/interfaces endif |