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
makerepropkg
mkarchroot
offload-build
rebuildpkgs
zsh_completion
find-libdeps

View File

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