[buck] Do not use .buckversion

Reviewed By: jvillard

Differential Revision: D24705566

fbshipit-source-id: d76b3710e
master
Josh Berdine 4 years ago committed by Facebook GitHub Bot
parent 0bf010d72a
commit 47fad6eaf3

1
.gitignore vendored

@ -72,6 +72,7 @@ duplicates.txt
/configure
/Makefile.autoconf
/.buckversion
/.buck-java8
/*/.gitignore
/*/*/.gitignore

@ -798,7 +798,7 @@ endif
.PHONY: conf-clean
conf-clean: clean
$(REMOVE) .buckversion
$(REMOVE) .buck-java8
$(REMOVE) Makefile.autoconf
$(REMOVE) acinclude.m4
$(REMOVE) aclocal.m4

@ -336,14 +336,10 @@ AC_SUBST([ENABLE_OCAML_BINANNOT])
# We use Buck to run the Infer tests
AC_MSG_CHECKING([which .buckversion to use])
fb_buckversion_file=facebook/dependencies/dotbuckversion
oss_buckversion_file=dotbuckversion
AS_IF([test x"$is_facebook_tree" = x"yes"],
[buckversion_file="$fb_buckversion_file"],
[buckversion_file="$oss_buckversion_file"])
cat "$buckversion_file" > ".buckversion"
AC_MSG_RESULT([$buckversion_file])
AC_MSG_CHECKING([which .buck-java8 to use])
cp "facebook/dependencies/dotbuck-java8" ".buck-java8"
AC_MSG_RESULT([facebook/dependencies/dotbuck-java8]))
AC_CHECK_TOOL([GETCONF], [getconf], [no])

@ -1 +0,0 @@
47922db48687c6bebdf79e41c001f222c2b948fd
Loading…
Cancel
Save