Skip to content

Commit

Permalink
Fix maintainer-install
Browse files Browse the repository at this point in the history
It wasn't running `composer-dump-autoload-dev` (the prerequisite in
the root Makefile doesn't work -- we need to recurse into ./webapp).
  • Loading branch information
tom93 committed Jul 20, 2024
1 parent 864c2c7 commit bcf1355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
export TOPDIR = $(shell pwd)

REC_TARGETS=build domserver install-domserver judgehost install-judgehost \
docs install-docs inplace-install inplace-uninstall maintainer-conf \
docs install-docs \
maintainer-conf maintainer-install inplace-install inplace-uninstall \
composer-dependencies composer-dependencies-dev

# Global Makefile definitions
Expand Down Expand Up @@ -198,7 +199,7 @@ inplace-conf-common: dist
# Install the system in place: don't really copy stuff, but create
# symlinks where necessary to let it work from the source tree.
# This stuff is a hack!
maintainer-install: inplace-install composer-dump-autoload-dev
maintainer-install: inplace-install
inplace-install: build domserver-create-dirs judgehost-create-dirs
inplace-install-l:
# Replace libjudgedir with symlink to prevent lots of symlinks:
Expand Down Expand Up @@ -316,5 +317,4 @@ 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-dev \
coverity-conf coverity-build

0 comments on commit bcf1355

Please sign in to comment.