Skip to content

Commit 4fb25aa

Browse files
tom93vmcj
authored andcommitted
Fix maintainer-install
It wasn't running `composer-dump-autoload-dev` (the prerequisite in the root Makefile doesn't work -- we need to recurse into ./webapp). Rewritten by: @vmcj
1 parent 514a200 commit 4fb25aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export TOPDIR = $(shell pwd)
66

77
REC_TARGETS=build domserver install-domserver judgehost install-judgehost \
88
docs install-docs inplace-install inplace-uninstall maintainer-conf \
9-
composer-dependencies composer-dependencies-dev
9+
maintainer-install composer-dependencies composer-dependencies-dev
1010

1111
# Global Makefile definitions
1212
include $(TOPDIR)/Makefile.global
@@ -198,7 +198,7 @@ inplace-conf-common: dist
198198
# Install the system in place: don't really copy stuff, but create
199199
# symlinks where necessary to let it work from the source tree.
200200
# This stuff is a hack!
201-
maintainer-install: inplace-install composer-dump-autoload-dev
201+
maintainer-install: inplace-install
202202
inplace-install: build domserver-create-dirs judgehost-create-dirs
203203
inplace-install-l:
204204
# Replace libjudgedir with symlink to prevent lots of symlinks:
@@ -316,5 +316,4 @@ clean-autoconf:
316316
$(addprefix inplace-,conf conf-common install uninstall) \
317317
$(addprefix maintainer-,conf install) clean-autoconf config distdocs \
318318
composer-dependencies composer-dependencies-dev \
319-
composer-dump-autoload-dev \
320319
coverity-conf coverity-build

0 commit comments

Comments
 (0)