Skip to content

Commit

Permalink
Address the inplace
Browse files Browse the repository at this point in the history
Inplace seems to depend on `build` which runs the `domserver` part so it
should also create the needed file.
  • Loading branch information
vmcj committed Jun 16, 2024
1 parent fce63fe commit 1faafbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ webapp/.env.local:
# symlinks where necessary to let it work from the source tree.
# This stuff is a hack!
maintainer-install: inplace-install composer-dump-autoload-dev
inplace-install: build composer-dump-autoload domserver-create-dirs judgehost-create-dirs
inplace-install: build domserver-create-dirs judgehost-create-dirs
inplace-install-l:
# Replace libjudgedir with symlink to prevent lots of symlinks:
-rmdir $(judgehost_libjudgedir)
Expand Down Expand Up @@ -335,5 +335,5 @@ clean-autoconf:
$(addprefix inplace-,conf conf-common install uninstall) \
$(addprefix maintainer-,conf install) clean-autoconf config distdocs \
composer-dependencies composer-dependencies-dev \
composer-dump-autoload composer-dump-autoload-dev \
composer-dump-autoload-dev \
coverity-conf coverity-build

0 comments on commit 1faafbb

Please sign in to comment.