diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-31 15:36:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-31 15:36:47 +0000 |
commit | 97b3d9688c1ac172441d497a019e59a1bd8415f5 (patch) | |
tree | 0f3643d137234dae3c881e76331e31329278b71b | |
parent | b34a0b3282e9effa31888c2e6bdc79d53dfe9c81 (diff) | |
download | upstream-97b3d9688c1ac172441d497a019e59a1bd8415f5.tar.gz upstream-97b3d9688c1ac172441d497a019e59a1bd8415f5.tar.bz2 upstream-97b3d9688c1ac172441d497a019e59a1bd8415f5.zip |
remove an obsolete comment for the flock template
SVN-Revision: 23744
-rw-r--r-- | rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |