projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use prompt description, not tristate, use select from libraries instead of depends...
[openwrt.git]
/
openwrt
/
package
/
base-files
/
Makefile
diff --git
a/openwrt/package/base-files/Makefile
b/openwrt/package/base-files/Makefile
index
adf2ffb
..
16169fa
100644
(file)
--- a/
openwrt/package/base-files/Makefile
+++ b/
openwrt/package/base-files/Makefile
@@
-6,7
+6,7
@@
PKG_NAME:=base-files
PKG_RELEASE:=6
PKG_BUILD_DIR:=$(BUILD_DIR)/base-files
PKG_RELEASE:=6
PKG_BUILD_DIR:=$(BUILD_DIR)/base-files
-REV:=$
{shell svn info | grep Revision | cut -d ' ' -f 2}
+REV:=$
(shell LANG=C svn info | awk '/^Revision:/ { print$$2 }' )
ifeq ($(REV),)
REV:=0
endif
ifeq ($(REV),)
REV:=0
endif
@@
-30,6
+30,9
@@
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $(PKG_BUILD_DIR) $(PACKAGE_DIR)
touch $@
mkdir -p $(PKG_BUILD_DIR) $(PACKAGE_DIR)
touch $@
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
touch $@
$(PKG_BUILD_DIR)/.built:
touch $@
This page took
0.02181 seconds
and
4
git commands to generate.