projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
create /var/run in firstboot
[openwrt.git]
/
openwrt
/
package
/
base-files
/
Makefile
diff --git
a/openwrt/package/base-files/Makefile
b/openwrt/package/base-files/Makefile
index
adf2ffb
..
48099c9
100644
(file)
--- a/
openwrt/package/base-files/Makefile
+++ b/
openwrt/package/base-files/Makefile
@@
-30,6
+30,9
@@
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $(PKG_BUILD_DIR) $(PACKAGE_DIR)
touch $@
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
touch $@
This page took
0.023499 seconds
and
4
git commands to generate.