offload-build: convert to in-prog so we can perform pre-processing

This commit is contained in:
Levente Polyak 2019-12-28 19:05:28 +01:00
parent 4c206ab549
commit 9b4d8ae930
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ lddd
makechrootpkg makechrootpkg
makerepropkg makerepropkg
mkarchroot mkarchroot
offload-build
rebuildpkgs rebuildpkgs
zsh_completion zsh_completion
find-libdeps find-libdeps

View File

@ -17,12 +17,12 @@ IN_PROGS = \
makerepropkg \ makerepropkg \
mkarchroot \ mkarchroot \
makechrootpkg \ makechrootpkg \
offload-build \
rebuildpkgs \ rebuildpkgs \
sogrep sogrep
BINPROGS = \ BINPROGS = \
$(IN_PROGS) \ $(IN_PROGS)
offload-build \
CONFIGFILES = \ CONFIGFILES = \
makepkg-x86_64.conf \ makepkg-x86_64.conf \