projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing .configured target and fix .prepared target that caused superfluous packa...
[openwrt.git]
/
package
/
cifsmount
/
Makefile
diff --git
a/package/cifsmount/Makefile
b/package/cifsmount/Makefile
index
81eac62
..
d0d186a
100644
(file)
--- a/
package/cifsmount/Makefile
+++ b/
package/cifsmount/Makefile
@@
-14,6
+14,10
@@
$(eval $(call PKG_template,CIFSMOUNT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $@
+ touch $@
+
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
$(PKG_BUILD_DIR)/.built:
$(TARGET_CC) -o $(PKG_BUILD_DIR)/mount.cifs mount.cifs.c
This page took
0.018253 seconds
and
4
git commands to generate.