Skip to content

Commit 2aa9d30

Browse files
author
Michael Vasseur
committed
Make would not run if the directory already exists
So we would only get to this step if the directory is not there, so removing it would always be a NO-OP.
1 parent 215d4fe commit 2aa9d30

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

webapp/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,9 @@ composer-dump-autoload-dev:
4646
public/bundles/nelmioapidoc:
4747
# We can not use bin/console here, as when using a fakeroot,
4848
# the include paths are broken. We just copy in the data we need
49-
-rm -rf $@
5049
mkdir -p $@
5150
cp -a vendor/nelmio/api-doc-bundle/public/* $@
5251

53-
# -rm -rf public/bundles/nelmioapidoc
54-
# mkdir -p public/bundles/nelmioapidoc
55-
# cp -a vendor/nelmio/api-doc-bundle/public/* public/bundles/nelmioapidoc/
56-
5752
clean-l:
5853
-rm -rf public/bundles/nelmioapidoc
5954
-rm -f vendor/autoload_runtime.php

0 commit comments

Comments
 (0)