summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-31 15:36:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-31 15:36:47 +0000
commit97b3d9688c1ac172441d497a019e59a1bd8415f5 (patch)
tree0f3643d137234dae3c881e76331e31329278b71b /rules.mk
parentb34a0b3282e9effa31888c2e6bdc79d53dfe9c81 (diff)
downloadmaster-31e0f0ae-97b3d9688c1ac172441d497a019e59a1bd8415f5.tar.gz
master-31e0f0ae-97b3d9688c1ac172441d497a019e59a1bd8415f5.tar.bz2
master-31e0f0ae-97b3d9688c1ac172441d497a019e59a1bd8415f5.zip
remove an obsolete comment for the flock template
SVN-Revision: 23744
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 3bd6073fb7..d3521649a5 100644
--- a/rules.mk
+++ b/rules.mk
@@ -252,7 +252,6 @@ endef
# Execute commands under flock
# $(1) => The shell expression.
# $(2) => The lock name. If not given, the global lock will be used.
-# $(3) => The filedescriptor used for the lock. Defaults to 1023.
define locked
SHELL= \
$(STAGING_DIR_HOST)/bin/flock \