Buck: Make deps to $(exe :foo) and $(location :bar) implicitly
Apply [1] on our Buck tree. [1] https://github.com/facebook/buck/issues/128 Change-Id: Ie3a9de0b2ee3725170bcbd06df059ea5d9ae5252
This commit is contained in:
committed by
David Ostrovsky
parent
d8af092c0a
commit
5dacc8bcc2
@@ -33,7 +33,6 @@ genrule(
|
||||
';do ln -s $s $TMP/WEB-INF/plugins;done;' +
|
||||
'cd $TMP;' +
|
||||
'zip -qr $OUT .',
|
||||
deps = ['//%s/%s:%s' % (BASE, n, n) for n in HAVE],
|
||||
out = 'core.zip',
|
||||
visibility = ['//:release'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user