mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 05:20:17 +02:00
changed cp for $(CP), reverted wrong package/config/Makefile CP
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3231 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2a30862857
commit
556cad808f
@ -9,7 +9,6 @@ HOSTCC = gcc
|
|||||||
HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
|
HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
|
||||||
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
|
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
|
||||||
LC_ALL:= C
|
LC_ALL:= C
|
||||||
CP:=cp -a
|
|
||||||
|
|
||||||
|
|
||||||
all: ncurses conf mconf
|
all: ncurses conf mconf
|
||||||
|
@ -27,7 +27,7 @@ $(PKG_BUILD_DIR)/.built:
|
|||||||
|
|
||||||
$(IPKG_HTTPING):
|
$(IPKG_HTTPING):
|
||||||
mkdir -p $(IDIR_HTTPING)/usr/sbin
|
mkdir -p $(IDIR_HTTPING)/usr/sbin
|
||||||
cp $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_HTTPING)/usr/sbin/
|
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_HTTPING)/usr/sbin/
|
||||||
$(STRIP) $(IDIR_HTTPING)/usr/sbin/*
|
$(STRIP) $(IDIR_HTTPING)/usr/sbin/*
|
||||||
$(IPKG_BUILD) $(IDIR_HTTPING) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(IDIR_HTTPING) $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user